');
document.writeln('
');
document.writeln('
Contact Trent FM News
');
document.writeln('
Got a response or news story for Trent FM?
');
document.writeln('
');
function submitMyForm(){
if(document.customForm21775.onsubmit())
{
if(ValidateCustomForm(document.customForm21775,0))
document.customForm21775.submit();
}
}
document.writeln('
');
document.writeln('');
document.writeln(' ');
document.writeln(' //Status for PAF Function');
document.writeln(' function funPAFLookupStatus(sStatus){');
document.writeln(' if (sStatus == "BEGIN") {');
document.writeln(' document.getElementById("btnPostCodeLookup").value = "Please wait..";');
document.writeln(' }');
document.writeln(' else if (sStatus == "ERROR") {');
document.writeln(' document.getElementById("btnPostCodeLookup").value = " Error.";');
document.writeln(' }');
document.writeln(' else {');
document.writeln(' document.getElementById("btnPostCodeLookup").value = "Lookup Address";');
document.writeln(' }');
document.writeln(' }');
document.writeln(' ');
document.writeln('