﻿// Begin Newsflex.de script  

var url = this.location + "";
var ipid = "0";

// Section for Newsflex.de/Entertainment
if ( (url.indexOf("/kino") != -1 ) || (url.indexOf("/musik") != -1) || (url.indexOf("/dvd")!= -1) || (url.indexOf("/stars")!= -1) || (url.indexOf("/fernsehen")!= -1)) {
	ipid="4316";	
}

// Section for Newsflex.de/Games  
else if ( (url.indexOf("/games") != -1 )) {
	ipid="4494";
}


// Section for Newsflex.de/Tech 
else if ( (url.indexOf("/internet") != -1 )) {
	ipid="4493";
}



if (0 != ipid) document.write(
'<SCR'+'IPT language="javascript" type="text/javascript" ' +
'src="http://newsflex.de.intellitxt.com/intellitxt/front.asp?ipid=' + ipid +
'"' +
'>' +
'</SCR'+'IPT>'
);

// End Newsflex.de script  

