var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Brent: @askjillian 1.) How are you feeling? 2.) how is ruby? 3.) How is Grant? 4.) How is Howard Stern ? LOL* Answer Please?
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Thomas Kaspar: Howard Stern interviews Obama Harlem voters http://www.youtube.com/watch?v=NyvqhdllXgU
";
arnews[1] += "Howard Stern interviews Obama Harlem voters";
arnews[1] += "
";
arnews[2]="Matthew Rosen: Howard Stern show clip demonstrates that some Obama voters are not as informed on the issues as one should hope. Show staffer asks if they support Obama’s views on several issues, while actually replacing said views with those of his opponent, John McCain. See what ensues…
";
arnews[2] += "Howard Stern show clip demonstrates that some Obama voters are not as informed on the issues as one should hope. Show staffer asks if they support Obama’s views on several issues, while actually replacing said views with those of his opponent, John McCain. See what ensues… -";
arnews[2] += "
";
arnews[3]="Is Your Brand Like Howard Stern?
";
arnews[3] += "Is Your Brand Like Howard Stern? -";
arnews[3] += "
";
arnews[4]="Josh Fialkoff: Is Your Brand Like Howard Stern?
";
arnews[4] += "Is Your Brand Like Howard Stern? -";
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("