var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Loud and clear
";
arnews[0] += "Minister for Animal Husbandry Kolusu Parthasarathy was disappointed when he found out that Home Minister P. Sabita Indira Reddy left the city without meeting him.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 23:45:30 GMT";
arnews[0] += "
";
arnews[1]="A chance for young cricketers to prove their mettle
";
arnews[1] += "Andhra Cricket Association president Gokaraju Ganga Raju greeting players participating in the inter-zonal tournament in Vijayawada on Friday.";
arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 02:47:53 GMT";
arnews[1] += "
";
arnews[2]="Meet Amitabh Bachchan's son in Rann
";
arnews[2] += "'The film rests on the clash of an ideology' 'RGV is bliss' 'It is unfair to dub the entire media as corrupt' 'You cannot be an actor for too long' He is Ram Gopal Varma's latest muse and Kannada film industry's poster boy.";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 10:52:11 GMT";
arnews[2] += "
";
arnews[3]="Special Coverage: Indian Republic Soaring@60
";
arnews[3] += "The Indian Republic is a shining exception in a turbulent neighbourhood. But what is the alchemy that has enabled democracy to thrive here even as it struggles to survive in our vicinity? Soaring at 60: Presidents & Precedents The President is anything but a rubber stamp.";
arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 20:01:15 GMT";
arnews[3] += "
";
arnews[4]="Jaipur Literature festival to begin on January 21
";
arnews[4] += "Ashok Kumar Posted: Saturday, Jan 09, 2010 at 1635 hrs IST Updated: Saturday, Jan 09, 2010 at 1640 hrs IST Jaipur: Now in its fifth year, DSC Jaipur Literature Festival, an event described by Tina Brown in the Daily Beast as 'the greatest literary show on earth' will again play host to authors, publishers, lovers and connoisseurs of books from 21st ...";
arnews[4] += "
Publ.Date : Sun, 10 Jan 2010 14:45:54 GMT";
arnews[4] += "
";
arnews[5]="Jaipur Literature festival to begin on January 21
";
arnews[5] += "Jaipur Now in its fifth year, DSC Jaipur Literature Festival, an event described by Tina Brown in the Daily Beast as 'the greatest literary show on earth' will again play host to authors, publishers, lovers and connoisseurs of books from 21st January to 25th January 2010, at the Diggi Palace in Jaipur.";
arnews[5] += "
Publ.Date : Sat, 09 Jan 2010 13:14:42 GMT";
arnews[5] += "
";
arnews[6]="Read now
";
arnews[6] += "Monday 04 January 9:00pm - 10:00pm BBC1 London & South East 1/6 Let's be honest, there were times in the past few series when Hustle got tired.";
arnews[6] += "
Publ.Date : Mon, 04 Jan 2010 02:38:22 GMT";
arnews[6] += "
";
arnews[7]="12 MoUs to be signed
";
arnews[7] += "His Majesty is received in New Delhi by the Indian minister of state for commerce & industry, Jyotiraditya Madhavrao Scindia, the foreign secretary, Nirupama Rao and the Indian ambassador to Bhutan, Pavan K Varma HM's State Visit to India 22 December, 2009 - The governments of Bhutan and India will sign 12 memorandum of understanding agreements for ...";
arnews[7] += "
Publ.Date : Wed, 23 Dec 2009 07:20:52 GMT";
arnews[7] += "
";
totcount = 8;
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("