var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="MyPills: Feds drop Heath Ledger drug investigation: Federal prosecutors have decided not to pursue a possible... http://mypills.biz/blog/363.html
";
arnews[0] += "Feds drop Heath Ledger drug investigation: Federal prosecutors have decided not to pursue a possible...";
arnews[0] += "
";
arnews[1]="Anthony D'Agostino: @jenny_orlando he only got nominated because of his death. heath ledger was nominated for the joker because of how amazing he was that year.
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Anthony D'Agostino: @jenny_orlando YES lol...Heath Ledger's performance was one of the best acting performances ever...and that was easily one of the best films
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Tai S.: Sometimes I still can't believe Heath Ledger is dead. *sigh*
";
arnews[3] += "Sometimes I still can't believe Heath Ledger is dead. *sigh*";
arnews[3] += "
";
arnews[4]="carpediem: Heath Ledger - Flaunt by Anthony Mandler, October 2002
";
arnews[4] += "Heath Ledger - Flaunt by Anthony Mandler, October 2002 -";
arnews[4] += "
";
totcount = 5;
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("