var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Top 30 Hottest Ever Sports Illustrated Swimwear Models
"; arnews[0] += "We love Sports Illustrated swimwear models here at hecklerspray. Sure, we like looking at the pictures of beautiful girls but we also like to think they are performing an important role of getting more people interested in swimming."; arnews[0] += "
Publ.Date : Mon, 02 Nov 2009 18:01:32 GMT"; arnews[0] += "
"; arnews[1]="African Wealth and African Style at a Glamorous Juncture
"; arnews[1] += "Sub-Saharan Africa does not bring to mind an image of a woman with perfectly manicured nails flipping through glossy magazines in search of the latest handbag or celebrity haircut."; arnews[1] += "
Publ.Date : Mon, 05 Oct 2009 04:38:17 GMT"; arnews[1] += "
"; arnews[2]="Freida Pinto Celebrates Harry Winston's New York Collection
"; arnews[2] += "Last night, Frieda Pinto hosted the unveiling of Harry Winston's New York Collection ."; arnews[2] += "
Publ.Date : Mon, 14 Sep 2009 19:37:31 GMT"; arnews[2] += "
"; arnews[3]="Arise Africa Collective Spring 2010: Feeling It?
"; arnews[3] += "It was afro-luxe at Bryant Park's Tents as designers Lisa , who presented the brand Jewel, Tiffany Amber, Eric Raisina, and David Tlale each sent collections that re-imagined traditional African chic."; arnews[3] += "
Publ.Date : Sat, 12 Sep 2009 03:55:54 GMT"; arnews[3] += "
"; arnews[4]="Last chance for MNet Face of Africa entry
"; arnews[4] += "If the MNet Face of Africa ramp is where you desire to strut your stuff in February next year, then Multichoice Botswana offices at Gaborones Riverwalk is the place to be."; arnews[4] += "
Publ.Date : Fri, 04 Sep 2009 13:51:58 GMT"; arnews[4] += "
"; totcount = 5; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");