
function Count() {
        Ads_random = new String (Math.random());
        Ads_random = Ads_random.substring(2,11);
        Tag = '<script language="JavaScript" type="text/javascript" src="';
        Tag += 'http://count.hydras.net/count.php?host=' + escape(window.location.hostname) +'&amp;zone=2';
        Tag += '&amp;id=' + Ads_random;
        Tag += '&amp;referer=' + escape(window.location.hostname) + escape(window.location.pathname);
        Tag += '"></script>';
	return Tag;
}

