function SkyOnClickDestination() {
	var generalVars = new GeneralVars();
	
	this.sky = generalVars.skyURL + '/portal/site/games';
	this.home = generalVars.skyURL + '/portal/site/games';
	this.oberon = generalVars.channelURL;				  
	this.myaccount = 'https://mysky.sky.com/portal/site/games/myaccount';
	this.faq = generalVars.skyURL + '/portal/site/games/faq';
	this.ign = 'http://d2own.sky.com';
	this.tandc = generalVars.skyURL + '/portal/site/games/terms';
	this.privacypolicy = generalVars.skyURL + '/portal/site/games/privacy';
	this.netgenie = 'http://joinandplay.sky.com/OnlineHome/OnlineHomePage.aspx';
}

function SkyEvent() {
	this.click = new SkyOnClickDestination();

}

pageEvents = new SkyEvent();
