// Begin Playboy.com script  
// [CreateDate: 04.30.2007 | RB ]
// [ModDate: 04.30.2007 | 02:16pmEST | RB]
// [ModDate: 05.07.2007 | 11:21amEST | RB]
// [ModDate: 05.07.2007 | 02:53pmEST | RB]
// [ModDate: 05.016.2007 | 02:16pmEST | RW]

var url = this.location + "";
var ipid = "";


// Entertainment Related Sections on Playboy.com
//Music || Movies || CDs || Interview || Books || Media || Pop Culture || DVDs || TV & DVDS || Fiction || Features 

if ( (url.indexOf("/music") != -1 ) || (url.indexOf("/movies") != -1) || (url.indexOf("/cds") != -1) || (url.indexOf("/interview") != -1 ) || (url.indexOf("/books") != -1) || (url.indexOf("/media") != -1) || (url.indexOf("/pop-culture") != -1) || (url.indexOf("/tv-dvds") != -1) || (url.indexOf("/dvds") != -1) || (url.indexOf("/fiction") != -1)  || (url.indexOf("/features") != -1) || (url.indexOf("/21q") != -1) || (url.indexOf("/new-urban-wardrobe") != -1) || (url.indexOf("/iraqi-unionism") != -1)  || (url.indexOf("/dotcomversation") != -1) || (url.indexOf("/wov") != -1) ||  (url.indexOf("/sex/sex-news/") != -1) || (url.indexOf("/celebphoto") != -1) ) {
 ipid="7619"; 
}

// Food & Beverage Related Sections on Playboy.com
else if ( (url.indexOf("/drinks") != -1 ) || (url.indexOf("/drink") != -1) || (url.indexOf("/food-drink") != -1) ) {
 ipid="7635";
}

// Tech/ Gadget Sections on Playboy.com 
else if ( (url.indexOf("/gadget_alert") != -1 ) || (url.indexOf("/modern-wizardry") != -1) ) {
 ipid="7612";
}

// Automotive Sections on Playboy.com
else if ( (url.indexOf("/wheels") != -1 ) || (url.indexOf("/cars") != -1) ) {
 ipid="7588";
}

// Gaming Sections on Playboy.com
else if ( (url.indexOf("/games") != -1 ) ) {
 ipid="7636";
}

// Fashion/Style Sections on Playboy.com
else if ( (url.indexOf("/fashion") != -1 ) ) {
 ipid="7637";
}

// Sports Sections on Playboy.com
else if ( (url.indexOf("/sports") != -1 ) ) {
 ipid="7641";
}

if (0 != ipid) document.write(
'<SCR'+'IPT language="javascript" type="text/javascript" ' +
'src="http://playboy.us.intellitxt.com/intellitxt/front.asp?ipid=' + ipid +
'"' +
'>' +
'</SCR'+'IPT>'
);

// End Playboy.com script  





