var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Who'll finance 'affordable' housing?
"; arnews[0] += "Tata Housing's efforts at helping less privileged sections of society are commendable, but after a point it won't be able to do much for the simple reason that there aren't going to be enough lenders to give loans to these prospective home buyers, says Shobhana Subramanian."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Waxing beautiful by the beach
"; arnews[1] += "The seaside resort of Pattaya is no longer just about beaches and bars. Since earlier this morning, it's also become home to world leaders, superstars from Hollywood and Asia, as well as other celebrities and leading sportsmen."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:24:01 GMT"; arnews[1] += "
"; arnews[2]="India Inc discovers the power of two
"; arnews[2] += "When United States-based drug major Merck bought Schering-Plough early this month, it decided to go off the beaten track."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:07:19 GMT"; arnews[2] += "
"; arnews[3]="Airtel confident on 3G timeline: CEO
"; arnews[3] += "Doug Young and Joanne Chiu HONG KONG: Bharti Airtel , India's top mobile carrier, said it is confident India will proceed on schedule with 3G spectrum auctions in January, with high hopes for the technology in the highly competitive market."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 11:49:02 GMT"; arnews[3] += "
"; arnews[4]="It's Chemistry now
"; arnews[4] += "Here's a new interactive portal for the kids ... Tata Chemicals Limited launched www.humantouchofchemistry.com - an interactive website for children on Chemistry and Science."; arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 22:06:08 GMT"; arnews[4] += "
"; arnews[5]="Pay-per-second tariff plans. Read the fine print
"; arnews[5] += "Telecom operators launching pay-per-second tariff plans is possibly the best news for the country's telecom users in recent times."; arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 12:57:22 GMT"; arnews[5] += "
"; totcount = 6; 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("
");