var s_uid;		var s_uname;	var ref;	var doc_uid;

if (document.all) {
	var src_path = document.all.log_script.src;
} else {
	var src_path = document.log_script.src;
}

var uid_end = src_path.lastIndexOf("uid=",src_path);
var uname_start = src_path.indexOf("uname=",src_path);
var uname_end = src_path.lastIndexOf("uname=",src_path);

s_uid=src_path.substring(uid_end+4,uname_start-1);
s_uname=src_path.substring(uname_end+6,src_path.length);

var s_url = document.URL;

if (document.referrer) {
	ref=document.referrer;
} else {
	if (typeof(opener) == "object") {
		if (typeof(opener.document)=="object") {
			ref = opener.document.URL;
		}
	} else {
		if (typeof(parent) == "object" ) {
			if (typeof(parent.document)=="object") {
				ref = parent.document.referrer;
			}
		}
	}
}

if (document.all) {
	doc_uid=s_uid+'&udim='+window.screen.width+'*'+window.screen.height+'&uref='+ref+'&uname='+s_uname+'&url='+s_url;
   	document.all.log_script.src='http://eclog003.cafe24.com/weblog.php?uid='+doc_uid;
} else {
	doc_uid=s_uid+'&udim='+window.screen.width+'*'+window.screen.height+'&uref='+ref+'&uname='+s_uname+'&url='+s_url;
   	document.log_script.src='http://eclog003.cafe24.com/weblog.php?uid='+doc_uid;
}
//<script language='javascript' id='log_script' src='http://eclog003.cafe24.com/weblog.js?uid=¸ô¾ÆÀÌµð&uname=¸ô¾ÆÀÌµð'></script>

