
DW_onid = "SPECIALS";
DW_subonid = "19839";
var dvar_genre = "special";

str = document.location.href;
if(str.indexOf("/forum/")>1) {
	DW_page_type = "FORUM";
}
if(str.indexOf("/upload/")>1) {
	DW_page_type = "UPLOAD";
}
if(str.indexOf("/game/")>1) {
	DW_page_type = "GAMES";
}
if(str.indexOf("/polls/")>1) {
	DW_page_type = "POLLS";
}
if(str.indexOf("webcast=grammys")>1) {
	DW_page_type = "VIDEO";
	DW_subonid = "31335";
}