function ShowBlurb()
{
document.write("<p>Alternatively you can use this postal address:<br>");
document.write("PO Box 4157<br>");
document.write("MYAREE BC  WA  6960<br>");
document.write("AUSTRALIA</p>");

}

ShowBlurb();

