function SkyOnClickDestination() {
	var uri = getProtocol() + getHost() + ':' + getPort() ;
	this.sky = uri + '/portal/site/games';
	this.home = uri + '/portal/site/games';
	this.oberon = getJoinAndPlayURL();
	this.myaccount = uri + '/portal/site/games/myaccount';
	this.faq = uri + '/portal/site/games/faq';
	this.ign = getDownloadToOwnURL();
	this.tandc = uri + '/portal/site/games/terms';
	this.privacypolicy = uri + '/portal/site/games/privacy';
	this.netgenie = getWebGamesURL();
}

function SkyEvent() {
	this.click = new SkyOnClickDestination();

}

pageEvents = new SkyEvent();