// Begin toffsworld.com script  

var url = this.location + "";
var ipid = "";

// Section for toffsworld.com/lifestyle and /art
if ( (url.indexOf("/art") != -1) || (url.indexOf("/lifestyle") != -1)) {
	ipid="12935";	
}

// Section for toffsworld.com/motoring
else if ( (url.indexOf("/motoring") != -1)) {
	ipid="12930";
}


// Section for toffsworld.com/Gourmet-Food
else if ( (url.indexOf("/gourmet-food") != -1)) {
	ipid="12931";
}


// Section for toffsworld.com/Property
else if ( (url.indexOf("/property") != -1) || (url.indexOf("/the-home") != -1)) {
	ipid="12932";
}


// Section for toffsworld.com/Finance
else if ( (url.indexOf("/finance") != -1)) {
	ipid="12933";
}


// Section for toffsworld.com/Travel
else if ( (url.indexOf("/travel") != -1)) {
	ipid="12934";
}

// Section for toffsworld.com/Fashion and /weddings-celebrations
else if ( (url.indexOf("/fashion") != -1) || (url.indexOf("/weddings-celebrations") != -1)) {
	ipid="12936";
}

if (0 != ipid) document.write(
'<SCR'+'IPT language="javascript" type="text/javascript" ' +
'src="http://toffsworld.uk.intellitxt.com/intellitxt/front.asp?ipid=' + ipid +
'"' +
'>' +
'</SCR'+'IPT>'
);

// End toffsworld.com script  

