<!-- 
///// Access Count Code //////////
var url = "http://www3.webyom.net/acs/";
var id = "waysshop";
var customref;

if(document.referrer==parent.top.location){ ref=escape(parent.top.document.referrer); }else{ ref=escape(document.referrer); }
if(customref != null){ ref = '%' + customref + '%'; }
var width=screen.width;
var height=screen.height;
var url_send;
url_send=escape(document.URL);
var default_id = "";
var uid = vkg_getCookie("%uid["+id+"]%");
if(uid == "")
{
	if(default_id != ""){ uid = default_id; }else{ uid=parseInt((new Date()).getTime())+"_"+parseInt(Math.random()*90000); }
}
vkg_setCookie("%uid["+id+"]%", uid);
document.write("<img src=\""+url+"?id="+id+"&uid="+uid+"&screen="+width+"x"+height+"&url="+url_send+"&ref="+ref+"\">");

function vkg_getCookie(key) {
	if(parent != null){
		tmp1 = " " + parent.document.cookie + ";";
	}else{
		tmp1 = " " + document.cookie + ";";
	}
	xx1 = xx2 = 0;
	len = tmp1.length;
	while (xx1 < len) {
		xx2 = tmp1.indexOf(";", xx1);
		tmp2 = tmp1.substring(xx1 + 1, xx2);
		xx3 = tmp2.indexOf("=");
		if (tmp2.substring(0, xx3) == key) {
			return(unescape(tmp2.substring(xx3 + 1, xx2 - xx1 - 1)));
		}
		xx1 = xx2 + 1;
	}
	return("");
}
function vkg_setCookie(key, val) {
	tmp = key + "=" + escape(val) + "; ";
    tmp += "path=/; ";
    tmp += "expires=Fri, 31-Dec-2050 23:59:59; ";
	if(parent != null){ parent.document.cookie = tmp; }else{ document.cookie = tmp; }
}
///// Access Count Code //////////
// -->
