var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Alex Amith: The Bernie Mac Show - The Main Event - Part 3: Season 1 Episode 3 Disclaimer: I don’t own this clip! .. http://bit.ly/6Awb2B
";
arnews[0] += "The Bernie Mac Show - The Main Event - Part 3: Season 1 Episode 3 Disclaimer: I don’t own this clip! ..";
arnews[0] += "
";
arnews[1]="Alex Amith: The Bernie Mac Show “wanda’s Week Off” S1 Pt2: After Wanda spends time with the kids, she starts thinking abo.. http://bit.ly/5rt7vf
";
arnews[1] += "The Bernie Mac Show “wanda’s Week Off” S1 Pt2: After Wanda spends time with the kids, she starts thinking abo..";
arnews[1] += "
";
arnews[2]="Bernie Mac
";
arnews[2] += "Bernie Mac -";
arnews[2] += "
";
arnews[3]="Bernie Mac
";
arnews[3] += "Bernie Mac";
arnews[3] += "
";
arnews[4]="Alex Amith: The Bernie Mac Show “hot Hot Hot” S1 Pt2: bernie mac battling with heat n kids Tags: Bernie, Show, Uncategori.. http://bit.ly/4J8G7s
";
arnews[4] += "The Bernie Mac Show “hot Hot Hot” S1 Pt2: bernie mac battling with heat n kids Tags: Bernie, Show, Uncategori..";
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("