

<!--
LOCATION = unescape(document.location.pathname);
LOCATION = LOCATION.substring(1,LOCATION.length);

QS = unescape(document.location.search);
if (QS != "") {
	QS = "&" + QS.substring(1,QS.length);
}
else {
	QS = "&TEMPLATE_ID=www.inman.com-1"
}

URL = "http://www.mytvalue.com/calculator/calculator.aspx?RESPONSE=ASJS&REFERREDBY=" + LOCATION + QS;
document.write('<SCR' + 'IPT LANGUAGE="JavaScript1.2" SRC="' + URL + '" TYPE="text/javascript"></SCR' + 'IPT>');
//-->


