var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Antiretroviral Therapy Associated With Increase in Pregnancy in Sub-Saharan Africa
";
arnews[0] += "In sub-Saharan Africa childbirth plays an important role in spreading HIV from mother to child.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:54:03 GMT";
arnews[0] += "
";
arnews[1]="Crystal Ball: iPad to Carry Semiconductors to $4 Billion by 2014
";
arnews[1] += "Never let it be said iPad isn't pulling its weight in the Frenetic Predictions industry.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:09:48 GMT";
arnews[1] += "
";
arnews[2]="The Songs We Can't Escape
";
arnews[2] += "The unlikely, long-running project of cartoonist/illustrator Jamie Hewlett and pop auteur Damon Albarn has a knack for successfully bringing together styles that really shouldn't complement each other.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:27:59 GMT";
arnews[2] += "
";
arnews[3]="On Feb. 9, 2009, Alex Rodriguez admitted to taking performance-enhancing drugs
";
arnews[3] += "Today is Tuesday, Feb. 9, the 40th day of 2010. There are 325 days left in the year.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:11:48 GMT";
arnews[3] += "
";
arnews[4]="Dow 10,000: A review
";
arnews[4] += "Blogs Tuesday, February 9, 2010 2:39 PM Dow 10,000: A review David Berman Y ou can forgive investors for shrugging at the sight of the Dow Jones industrial average crossing the 10,000-point mark on Tuesday.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:28:58 GMT";
arnews[4] += "
";
arnews[5]="Antiretroviral Therapy Associated With Increase In Pregnancy In Sub-Saharan Africa
";
arnews[5] += "In PLoS Medicine this week a study conducted in a multi-country HIV treatment program in sub-Saharan Africa has found that pregnancy rates increase in HIV-infected women after they start antiretroviral therapy .";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:07:30 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("