// STATISTIK SCRIPT (2) - Sitespezifische Informationen (METATAGS)
//LAST CHANGED BY: CVGUT (10.03.2009)
var title = document.title;
var url = document.location.pathname;
var metatags = "<META name=\"WT.ti\" content=\"Mathe-Trainer ," + title + ":" + url + "\">" + 
 "<META name=\"CO.vb\" content=\"2\">" + 
 "<META name=\"CO.re\" content=\"\">" + 
 "<META name=\"CO.sf\" content=\"Sekundarstufen I\">" + 
 "<META name=\"CO.fa\" content=\"Mathematik\">" + 
 "<META name=\"CO.cm\" content=\"\">" + 

 "<META name=\"CO.og\" content=\"Mathe-Trainer\">" + 
 "<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=\"produktorientiert\">" + 
 "<META name=\"WT.cg_s\" content=\"\">" + 
 "<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);
