// STATISTIK SCRIPT (2) - Sitespezifische Informationen (METATAGS)
//LAST CHANGED BY: CVGUT (10.03.2009)
var title = document.title;
var url = document.location.pathname;
var strOg;
if (url.search(/\/cornelsen_com/) != -1)
	strOg = "Cornelsen.com";
else if (url.search(/\/cornelsen_handel/) != -1)
	strOg = "Cornelsen Handel";
else if (url.search(/\/cornelsen_software/) != -1)
	strOg = "Cornelsen Software";
else if (url.search(/\/tw_statisch_neu\/service/) != -1)
	strOg = "UVO";
else
	strOg = "Cornelsen.de";
var strCgs;
if (url.search(/\/cornelsen_software/) != -1)
	strCgs = "Privatkunden Software";
else
	strCgs = "Weitere Zielgruppenangebote";
var metatags = "<META name=\"WT.ti\" content=\"" + strOg + " ," + title + ":" + url + "\">" + 
 "<META name=\"CO.vb\" content=\"2\">" + 
 "<META name=\"CO.re\" content=\"GNM\">" + 
 "<META name=\"CO.sf\" content=\"\">" + 
 "<META name=\"CO.fa\" content=\"\">" + 
 "<META name=\"CO.cm\" content=\"ww\">" + 

 "<META name=\"CO.og\" content=\"" + strOg + "\">" + 
 "<META name=\"CO.br\" content=\"" + title + "\">" + 
 "<META name=\"CO.ru\" content=\"\">" + 
 "<META name=\"CO.ag\" content=\"\">" + 
 "<META name=\"CO.og_r\" content=\"\">" + 

 "<META name=\"CO.ag_a\" content=\"\">" + 
 "<META name=\"CO.ag_b\" content=\"\">" + 
 "<META name=\"CO.ag_c\" content=\"\">" + 
 "<META name=\"CO.ag_d\" content=\"\">" + 
 "<META name=\"CO.ag_e\" content=\"\">" + 

 "<META name=\"CO.vp\" content=\"" + url + "\">" + 
 "<META name=\"CO.za\" content=\"ht\">" +  
 "<META name=\"CO.rc\" content=\"no\">" + 
 "<META name=\"CO.sy\" content=\"0\">" + 

 "<META name=\"WT.cg_n\" content=\"zielgruppenorientiert\">" + 
 "<META name=\"WT.cg_s\" content=\"" + strCgs + "\">" + 
 "<META name=\"WT.mc_n\" content=\"\">" + 
 "<META name=\"WT.mc_id\" content=\"\">" + 
 "<META name=\"WT.ad\" content=\"\">" + 
 "<META name=\"WT.ac\" content=\"\">" + 

 "<META name=\"WT.si_n\" content=\"\">" + 
 "<META name=\"WT.si_x\" content=\"\">" + 
 "<META name=\"WT.si_p\" content=\"\">";

 document.write(metatags);
