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=gotolending.com"
}

URL ="http://www.mytvalue.com/calculator/calculator.aspx?RESPONSE=ASJS&REFERREDBY=" +LOCATION + QS;

//alert(eval('<SCR' + 'IPT LANGUAGE="JavaScript1.2" SRC="' + URL + '"TYPE="text/javascript"></SCR' + 'IPT>'));

document.write('<SCR' + 'IPT LANGUAGE="JavaScript1.2" SRC="' + URL + '"TYPE="text/javascript"></SCR' + 'IPT>');
//-->


