var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Interfaith Voices: a look at Hinduism
";
arnews[0] += "By Shobha Hosur Hinduism is the world's oldest religion, dating back to 4000 B.C., and it is the third largest with nearly 900 million believers.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Students organize Ganga cleaning drive in Varanasi
";
arnews[1] += "Varanasi, Nov. 10 : Hundreds of college students in Varanasi participated in a cleaning drive aimed to keep the holy Ganges river pollution-free. Many volunteers cleaned the Ghats of the river with brooms, and also distributed pamphlets among public to spread awareness about keeping the river pollution free.";
arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 23:24:30 GMT";
arnews[1] += "
";
arnews[2]="Sales shoot up during Diwali
";
arnews[2] += "Channel partners across India saw a 10-15 percent surge in sales during the festive season; a relief from the dismal performance last year during Diwali NEW DELHI, INDIA: The onset of the economic slowdown in the middle of last CY heralded the arrival of difficult days.";
arnews[2] += "
Publ.Date : Mon, 26 Oct 2009 18:10:33 GMT";
arnews[2] += "
";
arnews[3]="Campus of the week
";
arnews[3] += "Chandni Gupta Posted: Monday, Oct 26, 2009 at 2237 hrs IST Updated: Monday, Oct 26, 2009 at 2237 hrs IST : IAF helicopters, snipers on rooftops, CCTV cameras, bar-coded tickets, car scanners, dignitaries, delegates, officials, VIPs, 71 teams of the old British empire and 8500 athletes, all come together in Delhi next year.";
arnews[3] += "
Publ.Date : Sun, 25 Oct 2009 22:46:54 GMT";
arnews[3] += "
";
arnews[4]="Choppers, cop on Chhath vigil
";
arnews[4] += "Patna, Oct. 22 : Devotees today took the holy dip in rivers and prayed to the sun marking the beginning of Chhath today.";
arnews[4] += "
Publ.Date : Fri, 23 Oct 2009 05:59:59 GMT";
arnews[4] += "
";
arnews[5]="Chinese fireworks
";
arnews[5] += "Fireworks with a Chinese touch on sale at Bazi Bazar. Picture by Sudeshna Banerjee South Block may be sparring with the Chinese authorities over Arunachal Pradesh, but another Chinese infiltration has taken place near West Bengal - in the fireworks market.";
arnews[5] += "
Publ.Date : Sun, 18 Oct 2009 01:50:21 GMT";
arnews[5] += "
";
arnews[6]="A feast for art lovers
";
arnews[6] += "All India Art Trade Fair The third All India Art Trade Trade Fair offers affordable art made by over 30 artists from across the country.";
arnews[6] += "
Publ.Date : Thu, 08 Oct 2009 14:10:00 GMT";
arnews[6] += "
";
arnews[7]="Tour agencies fear dull season
";
arnews[7] += "Siliguri, Oct.7: Tour operators are worried that inflow of visitors to north Bengal and Sikkim will be hit if there is no let-up in the heavy rain that has been lashing the region for the past 24 hours.";
arnews[7] += "
Publ.Date : Thu, 08 Oct 2009 04:45:59 GMT";
arnews[7] += "
";
arnews[8]="Two VHP leaders held, booked for stoking comm...
";
arnews[8] += "The Faizabad police arrested two senior leaders of the Vishwa Hindu Parishad on Friday on charges of creating communal tension in the twin towns of Ayodhya and Faizabad during the Durga Puja.";
arnews[8] += "
Publ.Date : Sun, 04 Oct 2009 00:35:30 GMT";
arnews[8] += "
";
totcount = 9;
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("