var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="faryl: You have 60 minutes to download this hilarious interview with David Cross and Adam Corolla. http://senduit.com/196d7b via @holidaymatinee
";
arnews[0] += "You have 60 minutes to download this hilarious interview with David Cross and Adam Corolla.";
arnews[0] += "
";
arnews[1]="V@g38: From Adam Corolla podcast: San Jose Improv screwed Mo Collins. She had a half the door deal. They only let 31 pay and comped 300.
";
arnews[1] += "From Adam Corolla podcast: San Jose Improv screwed Mo Collins. She had a half the door deal. They only let 31 pay and comped 300.";
arnews[1] += "
";
arnews[2]="David Spark: From Adam Corolla podcast: San Jose Improv screwed Mo Collins. She had a half the door deal. They only let 31 pay and comped 300.
";
arnews[2] += "From Adam Corolla podcast: San Jose Improv screwed Mo Collins. She had a half the door deal. They only let 31 pay and comped 300.";
arnews[2] += "
";
arnews[3]="J_Millz: The only people are missing are Adam Corolla and "The Professor" Tom Leykis!!!!!
";
arnews[3] += "The only people are missing are Adam Corolla and \"The Professor\" Tom Leykis!!!!!";
arnews[3] += "
";
arnews[4]="Emil: Damn. I just had to look up Rep. Rich Martin cuz I wasn't sure if what I was hearing on Adam Corolla's show was real!
";
arnews[4] += "Damn. I just had to look up Rep. Rich Martin cuz I wasn't sure if what I was hearing on Adam Corolla's show was real!";
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("