// Begin LifeScript.com script  
var url = this.location + "";
var ipid = "0";


// Section for LifeScript.com: Healthy Living section
if ( (url.indexOf("/healthy_living") != -1) ) {
 ipid="12569"; 
}

// Section for LifeScript.com: Well Being Sections  
else if ( (url.indexOf("/well_being") != -1 ) ) {
 ipid="12575";
}

// Section for LifeScript.com: Beauty Sections  
else if ( (url.indexOf("/beauty") != -1 ) || (url.indexOf("/Beauty") != -1 ) ) {
 ipid="12571";
}

// Section for LifeScript.com: Diet & Fitness Section 
else if ( (url.indexOf("/diet_fitness") != -1 ) ) {
 ipid="12572";
}

// Section for LifeScript.com: Food/Nutrition Section 
else if ( (url.indexOf("/food_nutrition") != -1 ) ) {
 ipid="12573";
}

// Section for LifeScript.com: Quiz Channel
else if ( (url.indexOf("/quiz") != -1 ) ) {
 ipid="12576";
}

// Section for LifeScript.com: Horoscope
else if ( (url.indexOf("/horoscope") != -1 ) || (url.indexOf("/sign") !=-1 ) ) {
 ipid="12577";
}

// Section for LifeScript.com: Newsletters/Articles Catch-All
else if ( (url.indexOf("/articles") != -1 ) ) {
 ipid="12574";
}

// Section for LifeScript.com: Reuters News Channel
else if ( (url.indexOf("/reuters") != -1 ) ) {
 ipid="12578";
}

if (0 != ipid) document.write(
'<SCR'+'IPT language="javascript" type="text/javascript" ' +
'src="http://lifescript.us.intellitxt.com/intellitxt/front.asp?ipid=' + ipid +
'"' +
'>' +
'</SCR'+'IPT>'
);

// End LifeScript.com script 

