var arnews = new Array(8); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Celebs show support for literacy in India - Asian News
"; arnews[0] += "A glitterati of celebrities joined forces at a colourful event to help eradicate illeteracy amongst under privileged children in India. The evening was organised by charity Pratham to mark the launch of a new campaign Right to Read in conjunction ..."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 12:12:00 GMT"; arnews[0] += "
"; arnews[1]="Britain to make it easier to sue banks - Daily News and Analysis
"; arnews[1] += "You may also want to see Katie Green to take on Danielle Lloyd, Kelly Brook in a battle of calendar babes UK willing to cooperate in social sectors: President Indian-origin woman to skydive from 14,000feet against racism Afghanistan braces for ..."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 12:12:00 GMT"; arnews[1] += "
"; arnews[2]="Fans mob Zac Efron at London premiere of ‘Me and Orson Welles’ - The Gaea Times
"; arnews[2] += "LONDON - Hundreds of fans flocked around their idol Zac Efron at the premier of his new film, Me And Orson Welles, in London. People were said to have queued for several hours at the Vue West End cinema in Leicester Square to see the High School ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:44: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("
");