function getAds(rep)
{

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

   ztxt = ztxt + "<p>";
   ztxt = ztxt + "    <a target=\"_blank\" href=\"http://www.justlocal.com.au/clients/editor/index.php?rep=" + rep + "\">Polish your writing</a><br>";
   ztxt = ztxt + "    For those times when you want your writing to be the best it can be, an editor can assist.";
   ztxt = ztxt + "</p>";
   ztxt = ztxt + "<p>";
   ztxt = ztxt + "    <a target=\"_blank\" href=\"http://www.justlocal.com.au/clients/energy-cost/index.php?rep=" + rep + "\">Save money on electricity</a><br>";
   ztxt = ztxt + "    I saved over 20% on my last electricity bill using the energy cost calculator. You can too.";
   ztxt = ztxt + "</p>";
   ztxt = ztxt + "<p>";
   ztxt = ztxt + "    <a target=\"_blank\" href=\"http://www.justlocal.com.au/clients/dieting/bmi-bmr.php?rep=" + rep + "\">Would you like to lose weight?</a><br>";
   ztxt = ztxt + "    Use the BMI/BMR calculator to help lose weight. I lost 20KG with no exercise.";
   ztxt = ztxt + "</p>";
   ztxt = ztxt + "<p>";
   ztxt = ztxt + "    <a target=\"_blank\" href=\"http://www.mytreasure.com.au/index.php?rep=" + rep + "\">Is your life cluttered?</a>";
   ztxt = ztxt + "    Let your family and friends know about your excess items using MyTreasure. The <b>FREE</b> way to recycle your pre-loved possessions.";
   ztxt = ztxt + "</p>";

http://www.mytreasure.com.au/index.php
   ztxt = ztxt + "</font></center>"

   document.write(ztxt);

}
