function getAds(rep)
{

   ztxt = "<center>"
   ztxt = ztxt + "<font color=\"#000000\" face=\"Arial\" size=\"3\">";

   ztxt = ztxt + "<p>";
   ztxt = ztxt + "    <br><br><a target=\"_blank\" href=\"http://www.justlocal.com.au/clients/editor/index.php?rep=" + rep + "\">Need help with<br>your writing?</a><br><br>";
   ztxt = ztxt + "    We all need help<br>with our writing<br>from time to time.<br><br>Help with spelling,<br>punctuation and grammar.<br><br>Most of the time<br>when writing<br>it doesn't matter,<br>but when it<br>does matter,<br><a target=\"_blank\" href=\"http://www.justlocal.com.au/clients/editor/index.php?rep=" + rep + "\">contact</a> Renée<br>for assistance.";
   ztxt = ztxt + "</p>";
   ztxt = ztxt + "</font></center>"

   document.write(ztxt);

}

