<!--
function ad_pub_getCookie_ASPSESSIONID() {
	var dc = document.cookie;
	var prefix = 'ASPSESSIONID';
	var begin = dc.indexOf('; ' + prefix);
	if (begin == -1) {
		begin = dc.indexOf(prefix);
		if (begin != 0) return '';
	} else {
		begin += 2;
	}
	var end = document.cookie.indexOf(';', begin);
	if (end == -1) end = dc.length;
	return unescape(dc.substring(begin + prefix.length, end));
}
function ad_pub_proc(ad_type, ad_code, cnt_vw, cnt_act) {
	var dt = new Date();
	var s_url = '/script/ad_pub_proc.asp?dum=' + dt.getTime();
	s_url += ('&at=' + escape(ad_type));
	s_url += ('&ac=' + escape(ad_code));
	s_url += ('&cv=' + escape(cnt_vw));
	s_url += ('&ca=' + escape(cnt_act));
	var a_ss = (ad_pub_getCookie_ASPSESSIONID() + '=').split('=');
	s_url += ('&skey=' + escape(a_ss[0]));
	s_url += ('&sid=' + escape(a_ss[1]));
	var o_img = new Image();
	o_img.src = s_url;
	//-- alert('ad_pub_proc called');
}
function ad_pub_vw(at, ac) {
	ac = ((typeof(ac) == 'undefined') ? '' : ac);
	at = ((typeof(at) == 'undefined') ? '' : at);
	ad_pub_proc(at, ac, 1, 0);
}
function ad_pub_act(at, ac) {
	ac = ((typeof(ac) == 'undefined') ? '' : ac);
	at = ((typeof(at) == 'undefined') ? '' : at);
	ad_pub_proc(at, ac, 0, 1);
}
//-->
