function gotoGamesPage() { window.location = "http://www.explosionshurt.webs.com/games" }
Doing it this way seems a bit primitive, because I'll have to do the above thing for every single button in the website. Is there any other, easier way to link a button to a different page?