
DW_onid = "SPECIALS";
DW_subonid = "19838";
var dvar_genre = "special";

str = document.location.href;
if(str.indexOf("/photos.p")>1) {
	DW_page_type = "PHOTOS_INDIVIDUAL";
}
if(str.indexOf("/game/")>1) {
	DW_page_type = "SWEEPSTAKES";
}
if(str.indexOf("/bio/")>1 && typeof DW_page_type == "undefined") {
	DW_page_type = "BIO_INDIVIDUAL";
}
if(str.indexOf("/forum/")>1) {
	DW_page_type = "FORUM";
}
if(str.indexOf("/game/")>1) {
	DW_page_type = "GAMES";
	DW_subsub = "31702";
}
if(str.indexOf("/nominees/")>1) {
	DW_page_type = "NOMINEES";
}
if(str.indexOf("/vote/")>1) {
	DW_page_type = "VOTE";
	DW_subsub = "31730";
}
if(str.indexOf("/brooksdunn/")>1) {
	DW_page_type = "VOTE";
	DW_subsub = "31745";
}
if(str.indexOf("/entertainer/")>1) {
	DW_page_type = "VOTE";
	DW_subsub = "31763";
}
if(str.indexOf("/new_artist/")>1) {
	DW_page_type = "VOTE";
	DW_subsub = "31764";
}
if(str.indexOf("/sweepstakes/")>1) {
	DW_page_type = "SWEEPSTAKES";
	DW_subsub = "31765";
}