var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Dimplemonkey: @imbize http://bit.ly/xOOuI They do favor IMHO
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="egoiste: because helen hunt is funny on crank http://www.youtube.com/watch?v=R_DqM9iqERg
";
arnews[1] += "because helen hunt is funny on crank";
arnews[1] += "
";
arnews[2]="egoiste: Helen Hunt , Just Say "No"! (or, "Mad About Crank")
";
arnews[2] += "Helen Hunt , Just Say \"No\"! (or, \"Mad About Crank\") -";
arnews[2] += "
";
arnews[3]="The Gazette: Money for a new Helen Hunt Falls visitor center, but nobody to staff it: This could be the house that beer built. ... http://bit.ly/3Y5XXf
";
arnews[3] += "Money for a new Helen Hunt Falls visitor center, but nobody to staff it: This could be the house that beer built. ...";
arnews[3] += "
";
arnews[4]="LegoShark: Hank Green's Helen Hunt
";
arnews[4] += "Hank Green's Helen Hunt -";
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("