var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mid-life crises just a myth
";
arnews[0] += "Soopsip's not trying to endorse any \"lucky number\" here, but 40 seems like a good one if you're drawing a blank at the lottery stand.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:33:52 GMT";
arnews[0] += "
";
arnews[1]="Independent directorships attract big names again
";
arnews[1] += "A year after Satyam, most say companies are taking their role more seriously. Berjis Desai, managing partner of legal firm J Sagar Associates, says professionals like him accept only one out of 10 proposals that come to him for independent directorship in companies.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 07:38:04 GMT";
arnews[1] += "
";
arnews[2]="Dwindling funding may be bigger class sizes
";
arnews[2] += "Budget woes Norfolk and other school divisions anticipate huge cuts that may force them to take a oeunpalatablea measures.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 03:20:03 GMT";
arnews[2] += "
";
arnews[3]="Japanese steel giants tie up with Indian firms
";
arnews[3] += "Last week, Tata Steel, India's largest producer, announced a joint venture with Japan's Nippon Steel for production and sales of automotive cold-rolled flat products at Jamshedpur.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 05:54:17 GMT";
arnews[3] += "
";
arnews[4]="CommAgility Announces Complete PHY and MAC Card for LTE or WiMAX
";
arnews[4] += "For these advanced wireless applications, the new CommAgility AMC-2C87W3 integrates the PHY, RLC/MAC, transport and antenna connectivity requirements of eNodeB into a compact solution, and provides end-to-end data handling from raw radio IQ data through to backhaul IP packets.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 17:11:09 GMT";
arnews[4] += "
";
arnews[5]="20 years later, Mandela release celebrated
";
arnews[5] += "Family members and old comrades gathered at Nelson Mandela's Johannesburg home to celebrate the 20th anniversary of the former president's release from prison.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 11:39:00 GMT";
arnews[5] += "
";
arnews[6]="Friends and comrades honour Mandela
";
arnews[6] += "Family members and old comrades gathered at Nelson Mandela's Johannesburg home on Thursday to celebrate the 20th anniversary of the former president's release from prison.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 22:19:26 GMT";
arnews[6] += "
";
totcount = 7;
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("