// Begin AOL script  

var url = this.location + "";
var ipid = "";

// Section for AOL Lifestyle Go Green (Travel Context)
if ( (url.indexOf("/go-green") != -1 ))  {
	ipid="9960";	
}

// Section for AOL Lifestyle CareerBuilder  
else if ( (url.indexOf("/CareerAdvice") != -1 ) || (url.indexOf("/careers-and-work") != -1)) {
	ipid="9961";
}

// Section for AOL Lifestyle Parenting 
else if ( (url.indexOf("/parenting") != -1 )) {
	ipid="9966";
}

// Section for AOL Lifestyle Weddings
else if ( (url.indexOf("weddings.aol.co.uk") != -1 )) {
	ipid="9967";
}

// Section for AOL Lifestyle Health  
else if ( (url.indexOf("/health") != -1 )) {
	ipid="9962";
}

// Section for AOL Lifestyle Dieting 
else if ( (url.indexOf("tescodiets") != -1 )) {
	ipid="9963";
}

// Section for AOL Lifestyle Homes & Property 
else if ( (url.indexOf("/homes-and-property") != -1 )) {
	ipid="9964";
}

// Section for AOL Lifestyle Instyle 
else if ( (url.indexOf("/instyle") != -1 )) {
	ipid="16977";
}

if (0 != ipid) document.write(
'<SCR'+'IPT language="javascript" type="text/javascript" ' +
'src="http://aol.uk.intellitxt.com/intellitxt/front.asp?ipid=' + ipid +
'"' +
'>' +
'</SCR'+'IPT>'
);

// End AOL script  

