var arnews = new Array(12);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Unilife to Participate in Three Investor Conferences - MarketWatch (press release)
";
arnews[0] += "
";
arnews[1]="Alan Shortall of Unilife (NASDAQ: UNIS) Hits the Road in September - PitchEngine (press release)
";
arnews[1] += "
";
arnews[2]="AIDS fears: Relief as all-clear given on toddler's beach needlestick - The Manly Daily
";
arnews[2] += "
";
arnews[3]="Hepatitis C Spikes Among Young Heroin Users - WBUR
";
arnews[3] += "
";
arnews[4]="OSHA May Limit Residents' Work Hours - Occupational Health & Safety
";
arnews[4] += "
";
arnews[5]="BD comments on fingerstick protocols - DOTmed.com
";
arnews[5] += "
";
arnews[6]="Syringe find shock - Upper Yarra Mail
";
arnews[6] += "
";
arnews[7]="Protectus Safety Syringe Earns Patent for Spring Action - Infection Control Today
";
arnews[7] += "
";
arnews[8]="After Needle Accidents, Hospitals Face Legal Dilemma If They Test ... - Medical News Today (press release)
";
arnews[8] += "
";
arnews[9]="Unilife Corporation Secures FDA 510k Clearance for the Unitract(TM) 1mL ... - MarketWatch (press release)
";
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("