var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Movie roll-out - Jamaica Observer
"; arnews[0] += "Pull this out, paste it on your walls, because we are sure that you'll need this guide in the upcoming months. TEENage has broken down all the movies that will open this year, so you will know what to look out for. A romantic drama about a soldier ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:35:00 GMT"; arnews[0] += "
"; arnews[1]="Jonas Clears Up Duff Dating Rumours - The Gaea Times
"; arnews[1] += "JOE JONAS has cleared up rumours he’s romancing HILARY DUFF after he was spotted outside the pop star’s Los Angeles home - his parents are her next door neighbours. The Jonas Brothers singer has been enjoying single life for the last eight months ..."; arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 03:08:00 GMT"; arnews[1] += "
"; arnews[2]="TV: - New Straits Times
"; arnews[2] += "The Suite Life On Deck (the first season called The Suite Life at Zack and Cody stars Dylan and Cole Sprouse, Brenda Song, Debby Ryan and Doc Shaw. Below is an interview with Dylan and Cole Sprouse who play Zack and Cody Martin, courtesy of Disney ..."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 01:17:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");