// Begin Gayot.com script  
var url = this.location + "";
var ipid = "0";


// Section for Gayot.com: Food & Drink Channels
if ( (url.indexOf("novusvinum.com/") != -1) || (url.indexOf("thefoodpaper.com/") != -1 ) || (url.indexOf("qualiteas.com/") != -1 ) || (url.indexOf("gayot.com/shop") != -1 ) || (url.indexOf("gayot.com/tastes") != -1 ) || (url.indexOf("gayot.com/restaurants") != -1 ) || (url.indexOf("gayot.com/restaurantpages") != -1 ) || (url.indexOf("gayot.com/events") != -1 ) || (url.indexOf("gayot.com/bookstore") != -1 ) ) {
 ipid="5673"; 
}

// Section for Gayot.com: Travel Channel  
else if ( (url.indexOf("/travel") != -1 ) || (url.indexOf("/cityguides") != -1 ) || (url.indexOf("/hotels") != -1 ) || (url.indexOf("/newhotels") != -1 ) || (url.indexOf("/holiday") != -1 ) ) {
 ipid="5669";
}

// Section for Gayot.com: Women's Channel  
else if ( (url.indexOf("/lifestyle/spa") != -1 ) ) {
 ipid="5670";
}

// Section for Gayot.com: Automotive Channel 
else if ( (url.indexOf("/lifestyle/automobile") != -1 ) ) {
 ipid="5671";
}

// Section for Gayot.com: Health Channel
else if ( (url.indexOf("/lifestyle/health") != -1 ) ) {
 ipid="5707";
}

// Section for Gayot.com: Entertainment Channel 
else if ( (url.indexOf("/lifestyle/movies") != -1 ) ) {
 ipid="5672";
}

if (0 != ipid) document.write(
'<SCR'+'IPT language="javascript" type="text/javascript" ' +
'src="http://gayot.us.intellitxt.com/intellitxt/front.asp?ipid=' + ipid +
'"' +
'>' +
'</SCR'+'IPT>'
);

// End Gayot.com script 
