function phpads_deliverActiveX(content)
{
	document.write(content);
}
function signWrite(signZoneId,block,repeat)
{
    while(repeat - 1 >= 0)
    {
        if (!document.phpAds_used) document.phpAds_used = ',';
        phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);

        document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
        document.write ("http://sign.4656.ru/adjs.php?n=" + phpAds_random);
        document.write ("&amp;what=zone:" + signZoneId)
        if (block == 1) document.write ("&amp;block=1");
        document.write ("&amp;exclude=" + document.phpAds_used);
        document.write ("&amp;location=" + window.location.host);
        if (document.referrer)
          document.write ("&amp;referer=" + escape(document.referrer));
        document.write ("'><" + "/script>");
        repeat = repeat - 1;
    }
}