// Begin femalefirst.co.uk script  

var url = this.location + "";
var ipid = "";

// Section for femalefirst.co.uk/Celibrities/Entertainment
if ( (url.indexOf("/celebrity") != -1) || (url.indexOf("/entertainment") != -1) || (url.indexOf("/royal_family") != -1) || (url.indexOf("/celebrity_interviews") != -1) || (url.indexOf("/music") != -1) || (url.indexOf("/movies") != -1) || (url.indexOf("/tv") != -1)|| (url.indexOf("/dvd") != -1) || (url.indexOf("/bollywood") != -1) || (url.indexOf("/book_reviews") != -1) || (url.indexOf("/big_brother") != -1)) {
	ipid="6586";
}

// Section for femalefirst.co.uk/Motoring
else if ( (url.indexOf("/motoring") != -1)) {
	ipid="6655";
}

// Section for femalefirst.co.uk/Finance
else if ( (url.indexOf("/money") != -1) || (url.indexOf("/business") != -1) || (url.indexOf("/recruitment") != -1)) {
	ipid="19751";
}

// Section for femalefirst.co.uk/Forum
else if ( (url.indexOf("/board") != -1)) {
	ipid="6961";
}

// Section for femalefirst.co.uk/Travel
else if ( (url.indexOf("/travel") != -1)) {
	ipid="6656";
}

// Section for femalefirst.co.uk/Food & Drink
else if ( (url.indexOf("/foodanddrink") != -1)) {
	ipid="6659";
}

// Section for femalefirst.co.uk/Home & Garden
else if ( (url.indexOf("/homeandgarden") != -1)) {
	ipid="6660";
}

// Section for femalefirst.co.uk/LifeStyle/Love & Sex
else if ( (url.indexOf("/lifestyle-fashion") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/health") != -1) || (url.indexOf("/weddings") != -1)) {
	ipid="19750";
}

if (0 != ipid) document.write(
'<SCR'+'IPT language="javascript" type="text/javascript" ' +
'src="http://femalefirst.uk.intellitxt.com/intellitxt/front.asp?ipid=' + ipid +
'"' +
'>' +
'</SCR'+'IPT>'
);

// End femalefirst.co.uk script  

