// costat_static_zeitkoop.js
// STATISTIK SCRIPT (2) - Sitespezifische Informationen (METATAGS)
// LAST CHANGED BY: CVGUT (18.05.2010)

var title = document.title;
var url = document.location.pathname;

var metatags = "<META name=\"WT.ti\" content=\"ZEIT-Kooperation ," + title + ":" + url + "\">" + 
 "<META name=\"CO.vb\" content=\"2\">" + 
 "<META name=\"CO.re\" content=\"OD\">" + 
 "<META name=\"CO.sf\" content=\"\">" + 
 "<META name=\"CO.fa\" content=\"\">" + 
 "<META name=\"CO.cm\" content=\"Aim\">" + 

 "<META name=\"CO.og\" content=\"ZEIT-Kooperation\">" + 
 "<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=\"Lehrer allgemein\">" + 
 "<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=\"\">" +
 
 "<META name=\"DCSext.cvg_zielgruppe\" content=\"Lehrer\">";

 document.write(metatags);

