var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Stevie Ray: The Best of Saturday Night Live Collection 8 Pack : Mike Myers , Chris Kattan , Eddie Murphy , Will Ferrell , P.. http://bit.ly/4p1KIU
";
arnews[0] += "The Best of Saturday Night Live Collection 8 Pack : Mike Myers , Chris Kattan , Eddie Murphy , Will Ferrell , P..";
arnews[0] += "
";
arnews[1]="JavaMan: Free Coloring Pages - Shrek Coloring Pages
";
arnews[1] += "Free Coloring Pages - Shrek Coloring Pages -";
arnews[1] += "
";
arnews[2]="kmj808: Free Coloring Pages - Shrek Coloring Pages
";
arnews[2] += "Free Coloring Pages - Shrek Coloring Pages -";
arnews[2] += "
";
arnews[3]="Nancy King: @joshacagan Skinks. Could be new Mike Myers flick. Go ahead a pitch it if you want. You can buy me a drink if it gets green lighted.
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Tom Whiting: trivia Q: What movie sees Mike Myers claim: "Led Zeppelin didnt write songs everyone liked. They left that to the A: http://bit.ly/sbYFv
";
arnews[4] += "trivia Q: What movie sees Mike Myers claim: \"Led Zeppelin didnt write songs everyone liked. They left that to the A:";
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("