var locate = window.location
document.frmPCMailer.burns.value = locate
var text = document.frmPCMailer.burns.value
function delineate2(str)
{
point = str.lastIndexOf("?");
return(str.substring(point+1,str.length));
}
s = new String(delineate2(text));
s = s.replace(/%20/g," ");
document.frmPCMailer.PartofHouston.value = s;
