var arnews = new Array(11);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Stock Picks: Best Buy, Bristol-Myers Squibb, MGM Resorts - BusinessWeek
";
arnews[0] += "
";
arnews[1]="Emmens Says Telaprevir Study Defining Moment for Vertex: Video - Bloomberg
";
arnews[1] += "
";
arnews[2]="Medivir Presenting at the National Swedish Hepatitis Meeting - Clinical Update ... - MarketWatch (press release)
";
arnews[2] += "
";
arnews[3]="Idenix dives on hepatitis drugs action - Boston Globe
";
arnews[3] += "
";
arnews[4]="Two Hepatitis C Drug Candidates on Hold Because of Adverse Events - Medscape
";
arnews[4] += "
";
arnews[5]="Hepatitis C sufferers tell how 'manky' blood devastated their lives - Scotsman
";
arnews[5] += "
";
arnews[6]="Same Needle Used on Group of Students During Blood Test - FOXNews
";
arnews[6] += "
";
arnews[7]="Hepatitis C Spikes Among Young Heroin Users - WBUR
";
arnews[7] += "
";
arnews[8]="Idenix shares slump on hepatitis C drug comments - Reuters
";
arnews[8] += "
";
arnews[9]="New method to detect Hepatitis B - RTHK
";
arnews[9] += "
";
totcount = 10;
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]);
}
document.write("