

// ONID : SUB ONID : SUB SUB
// PAGE TYPE


// SUB
var NON_SPONSORED_GAMES = 	'31140';
var SPONSORED_GAMES = 		'31141';

// SUB SUB
var DAYTIME_GAMES = 		'31142';
var KING_GAMES = 			'31143';

DW_onid = "GAME";
DW_subonid = NON_SPONSORED_GAMES;

str = document.location.href;
if(str.indexOf("/games/skillgames/")>1) {
	DW_subonid = SPONSORED_GAMES;
	DW_subsub = KING_GAMES;
	DW_page_type = "GAMES_LIST";
}


//cheer sponsored games
//boardcard
if(str.indexOf("/games/boardcard/play/addiction/?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
	if(str.indexOf("/games/boardcard/play/crescent/?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
	if(str.indexOf("/games/boardcard/play/freecell/?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
	if(str.indexOf("/games/boardcard/play/klondike/?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
	if(str.indexOf("/games/boardcard/play/poker/?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
	if(str.indexOf("/games/boardcard/play/pyramid/?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
	if(str.indexOf("/games/boardcard/play/spider/?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
//puzzle	
if(str.indexOf("/games/puzzle/play/daytimemahjongg/?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
	if(str.indexOf("/games/puzzle/play/jigsaw/?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
	if(str.indexOf("/games/puzzle/play/trivia/?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
	if(str.indexOf("/games/puzzle/play/wordsearch/?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}



//High Scores
if(str.indexOf("/games/boardcard/play/highscores.php")>1) {
	DW_page_type = "ONE_OFF";
	if(str.indexOf("/games/boardcard/play/highscores.php?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
}
if(str.indexOf("/games/puzzle/play/highscores.php")>1) {
	DW_page_type = "ONE_OFF";
	if(str.indexOf("/games/puzzle/play/highscores.php?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
}
if(str.indexOf("/games/arcade/play/highscores.php")>1) {
	DW_page_type = "ONE_OFF";
	if(str.indexOf("/games/arcade/play/highscores.php?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
}
if(str.indexOf("/games/sports/play/highscores.php")>1) {
	DW_page_type = "ONE_OFF";
	if(str.indexOf("/games/sports/play/highscores.php?sponsored=true")>1) {
	DW_subonid = SPONSORED_GAMES;
	}
}

bypasskey = "games";
