<!--
var www = "http://"+document.domain;
var counterUrl=www+"/"+wesima_extras+"/includes/counter/main_counter.php?wesima=y&template="+template;
if (typeof artid !='undefined')
counterUrl += "&artid="+artid;
if (typeof pg !='undefined')
counterUrl += "&pg="+pg;

document.open();
document.write("<script language=\"JavaScript\" type=\"text/javascript\" src=\""+counterUrl+"\"></script>");
document.close();
-->


