<!--
function getInterest(){
var searchString=window.location.search;
//alert(searchString);
if(searchString=="") return;
var myArray=searchString.split("'");
//alert(myArray[1]);
window.document.forms[0].interest.value=myArray[1];
}

function blockError(){return true;}
window.onerror = blockError;
// -->
















