var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Michael Fienen: Ha, they FINALLY made a Mike Tomlin reference towards Omar Epps on House. About time, it was WAY past due.
";
arnews[0] += "Ha, they FINALLY made a Mike Tomlin reference towards Omar Epps on House. About time, it was WAY past due.";
arnews[0] += "
";
arnews[1]="4chan.org: House just made a Mike Tomlin=Omar Epps reference
";
arnews[1] += "House just made a Mike Tomlin=Omar Epps reference -";
arnews[1] += "
";
arnews[2]="Michael Fienen: Michael is disappointed that it took so long for House to finally make a Mike Tomlin reference, but glad that it finally happened, cause let's face it, Omar Epps and Mike Tomlin? Practically twins.
";
arnews[2] += "Michael is disappointed that it took so long for House to finally make a Mike Tomlin reference, but glad that it finally happened, cause let's face it, Omar Epps and Mike Tomlin? Practically twins.";
arnews[2] += "
";
arnews[3]="Hot Rod! The Rowdy One: Did anyone watch the beginning of #House when he makes a Mike Tomlin joke and looks @ Omar Epps. Hilarious!!! http://tinyurl.com/ydorjfp
";
arnews[3] += "Did anyone watch the beginning of";
arnews[3] += "
";
arnews[4]="Hot Rod! The Rowdy One: Rahsaan Did anyone watch the beginning of #House when he makes a Mike Tomlin joke and looks @ Omar Epps. Hilarious!!! http://tinyurl.com/ydorjfp.
";
arnews[4] += "Did anyone watch the beginning of";
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("