fox30online.com/ResultsGeneral.aspx?kwds='+escape(SearchPhrase);
}
function tn_KeyDownHandler(e)
{
if (e == null) e = window.event;
if (e.keyCode == 13) {
tn_SubmitSearch();
return false;
}
}
//document.getElementById('txtTNSearchPhrase').onkeypress=tn_KeyDownHandler;