');
document.writeln('
');
document.writeln('
Meet & Greet Ricky Groves at Oceana
');
document.writeln('');
function submitMyForm(){
if(document.customForm52662.onsubmit())
{
ValidateCustomForm(document.customForm52662,0);
document.customForm52662.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('