
if (document.all) {
	src_path = document.all.weblog_script.src;
} else {
	src_path = document.weblog_script.src;
}
document.write("<iframe name='WEBLOG_HIDDEN_IFRAME' src='' width='100%' height='0' scrolling='no' marginwidth='0' marginheight='0' frameborder='0' vspace='0' hspace='0'></iframe>")

var s_url = document.URL;
var ref = "";

if (document.referrer) {
	ref=document.referrer;
} else {
	if (typeof(opener) == "object") {
		if (typeof(opener.document)=="object") {
			ref = opener.document.URL;
		}
	}
	if (! ref) {
		if (typeof(parent) == "object" ) {
			if (typeof(parent.document)=="object") {
				ref = parent.document.referrer;
			}
		}
		if (! ref) {
			if (typeof(parent.opener) == "object" ) {
				if (typeof(parent.opener.document)=="object") {
					ref = parent.opener.document.referrer;
				}
			}
		}
	}
}
document.write("<FORM NAME='WEBLOG_HIDDEN_FORM' METHOD='POST' ACTION='/comm/inc/Weblog.asp' TARGET='WEBLOG_HIDDEN_IFRAME'>")
document.write("<INPUT NAME='THIS_PAGE' TYPE='HIDDEN' VALUE='"+ s_url +"'>")
document.write("<INPUT NAME='THIS_HREF' TYPE='HIDDEN' VALUE='"+ ref +"'>")
document.write("</FORM>")
//if (document.WEBLOG_HIDDEN_FORM ==  "[object]")
	//document.WEBLOG_HIDDEN_FORM.submit();


