function homepage()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<table width="214" border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td width="27"></td><td width="148"><table width="148" border="0" cellspacing="0" cellpadding="0"><tr><td height="31">our goal</td></tr><tr><td valign="top">we strive to provide our customers with the best and most complete services.  We are truly \'south florida\'s advertising link to the world\'.</td></tr></table>'); } // goal
if (ranNum == 1){document.write('<table width="214" border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td width="27"></td><td width="148"><table width="148" border="0" cellspacing="0" cellpadding="0"><tr><td height="31">our customers</td></tr><tr><td valign="top"><a href="http://hobbyline.com/biz.htm">Our Customer List</a> is now over 60 websites.  Check them out.</td></tr></table>'); } // customers
if (ranNum == 2){document.write('<table width="214" border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td width="27"></td><td width="148"><table width="148" border="0" cellspacing="0" cellpadding="0"><tr><td height="31">advertise your business</td></tr><tr><td valign="top">we now offer a low cost way to advertise your business. Join our new <a href="http://hobbyline.com/ppc.htm">\'pay-per-click\' program</a> and advertise for as little as $5.00.</td></tr></table>'); } // ppc
}
