// Begin yabebu.de script  

var url = this.location + "";
var ipid = "";

// Section for yabebu.de/Automotive
if ( (url.indexOf("/Auto") != -1 ) || (url.indexOf("gebrauchtautos-neuwagen") != -1) || (url.indexOf("automobile-kaufen-verkaufen") != -1) || (url.indexOf("yabeba-mobile") != -1) || (url.indexOf("yaceba-mobile") != -1) || (url.indexOf("yaceba-mobile2") != -1) || (url.indexOf("yaceba-mobile3") != -1))  {
	ipid="5445";	
}

// Section for yabebu.de/Mode  
else if ( (url.indexOf("/Mode") != -1 ) || (url.indexOf("yaceba-fashion2") != -1)) {
	ipid="5446";
}

// Section for yabebu.de/Familie/Schwangerschaft/Gesundheit
else if ( (url.indexOf("/Fachberichte") != -1 )|| (url.indexOf("/Familie") != -1) || (url.indexOf("/index") != -1) || (url.indexOf("/Tagebuch") != -1)) {
	ipid="5447";
}

if (0 != ipid) document.write(
'<SCR'+'IPT language="javascript" type="text/javascript" ' +
'src="http://yabebu.de.intellitxt.com/intellitxt/front.asp?ipid=' + ipid +
'"' +
'>' +
'</SCR'+'IPT>'
);

// End yabebu.de script  

