﻿// Begin Vital.de script  

var url = this.location + "";
var ipid = "0";

// Section for Vital.de/Womens/Schoenheit
if ( (url.indexOf("/beauty") != -1 )) {
	ipid="6007";	
}

// Section for Vital.dee/Health/Gesundheit
else if ( (url.indexOf("/gesundheit") != -1 )) {
	ipid="6008";
}

// Section for Vital.de/Health/Fitness
else if ( (url.indexOf("/fitness") != -1 )) {
	ipid="6009";
}

// Section for Vital.de/Food/Ernaehrung
else if ( (url.indexOf("/essen") != -1 )) {
	ipid="6010";
}

if (0 != ipid) document.write(
'<SCR'+'IPT language="javascript" type="text/javascript" ' +
'src="http://vital.de.intellitxt.com/intellitxt/front.asp?ipid=' + ipid +
'"' +
'>' +
'</SCR'+'IPT>'
);

// End Vital.de script  

