
DW_onid = "SPECIALS";
DW_subonid = "21560";
var dvar_genre = "special";

str = document.location.href;
if(str.indexOf("/video/")>1) {
	DW_page_type = "VIDEO";
}
if(str.indexOf("/recaps/")>1 && typeof DW_page_type == "undefined") {
	DW_page_type = "RECAPS_INDIVIDUAL";
}
if(str.indexOf("/forum/")>1) {
	DW_page_type = "FORUM";
}
