var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="DJ Goofy Whitekid: DAN CORTESE IN ABC LEMME TWITTER DAT
";
arnews[0] += "DAN CORTESE IN ABC LEMME TWITTER DAT";
arnews[0] += "
";
arnews[1]="Vanessa: Where oh where is my fave Dan Cortese (and other MTV VJs) now? http://bit.ly/15IkcF
";
arnews[1] += "Where oh where is my fave Dan Cortese (and other MTV VJs) now?";
arnews[1] += "
";
arnews[2]="Steven Perez: So that's where Dan Cortese went. #earthstorm
";
arnews[2] += "So that's where Dan Cortese went.";
arnews[2] += "
";
arnews[3]="Just Ducky Tours. Dan Cortese is now our friend. State College is expecting big time snow this weekend. What a day.
";
arnews[3] += "Just Ducky Tours. Dan Cortese is now our friend. State College is expecting big time snow this weekend. What a day. -";
arnews[3] += "
";
arnews[4]="Adrian X Spillman: Maru Is The Dan Cortese Of Cats
";
arnews[4] += "Maru Is The Dan Cortese Of Cats -";
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("