function index()
{
//11
var ranNum= Math.round(Math.random() * 11);
if (ranNum == 0){document.write('<font size="5" color="green">"Your New One-Stop Shop for Classified Ads and Local Coupon Deals".</font></b>'); } // sex
if (ranNum == 1){document.write('<font size="5" color=green>Come "buy, sell, save, earn, easy" with us!</font></b>'); } // together
if (ranNum == 2){document.write('<font size="5" color=navy>Free old-fashioned business. Modern new way to earn.</font></b>'); } // oldfashion
if (ranNum == 3){document.write('<font size="5" color=navy>"Unlimited potential = unlimited hope."<br> What if your new career was at home?</font></b>'); } // unlimited
if (ranNum == 4){document.write('<font size="5" color=navy>"Filibi: the recession killer."<br> Yes, we speak "Profit-Sharing!"</font></b>'); } // recessionkiller
if (ranNum == 5){document.write('<font size="5" color=navy>"Simple, tried and true: filibi\'s got a new career for you."</font></b>'); } // triedandtrue
if (ranNum == 6){document.write('<font size="5" color=navy>"From local neighborhoods to the entire globe, <br>FILIBI gets you into profit mode."</font></b>'); } // neighborhoods
if (ranNum == 7){document.write('<font size="5" color=red>"No hidden fees for upgrades or extras like photos, <b>bold</b>, featured."</font></b>'); } // nofees
if (ranNum == 8){document.write('<font size="5" color=navy>"No extra fees for job listings, real estate, <br>or any others, for that matter."</font></b>'); } // nojobfees
if (ranNum == 9){document.write('<font size="5" color=navy>"List unlimited items and/or coupons for one economical rate."</font></b>'); } // ecorate
if (ranNum == 10){document.write('<font size="5" color=navy>"List your classified ad for 1 week, 1 month, or unlimited days."</font></b>'); } // unlimiteddays
if (ranNum == 11){document.write('<font size="5" color=green>"Invite others to use our service and your advertising can be free!"</font></b>'); } // free
}