var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Stars to attend Ledger's final film - Skynews.com
"; arnews[0] += "A star-studded gathering will meet in Hollywood next month to watch Heath Ledger's final film, The Imaginarium of Doctor Parnassus. The three actors who stepped in to finish the movie after Ledger's death in 2008, Johnny Depp, Jude Law, Colin Farrell ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:15:00 GMT"; arnews[0] += "
"; arnews[1]="BROTHERS & SISTERS Season 3 exclusively premieres on Zee Café on ... - Indian Television
"; arnews[1] += "MUMBAI: Welcome to Los Angeles and the seemingly perfect American life of the Walker family as Zee Café brings you the brand-new Season 3 of the family drama, Brothers & Sisters. Scratch just a li’l beneath the surface and all is not as it seems ..."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 14:42:00 GMT"; arnews[1] += "
"; arnews[2]="Hockey: Next generation of Nailers impress in cup - This is Derbyshire
"; arnews[2] += "Kim Wilson, Rachel Griffiths and Kathryn Lane also scored."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 07:29: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("
");