var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Inhofe interview with Jason Lewis - KTLK
";
arnews[0] += "Inhofe interview with Jason Lewis - KTLK -";
arnews[0] += "
";
arnews[1]="Alastair Humphreys: @Kev_Shannon probably Jason Lewis
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Matt Porter: Lewis returns to small screen: Former SEX & THE CITY TV star JASON LEWIS is plotting a small screen comeback - .. http://bit.ly/3yZwpy
";
arnews[2] += "Lewis returns to small screen: Former SEX & THE CITY TV star JASON LEWIS is plotting a small screen comeback - ..";
arnews[2] += "
";
arnews[3]="Dan Schumacher: Greatest assault on America since 9-11? Talking Healthcare... http://bit.ly/15jptq Worth a listen - Jason Lewis #tlot #tcot #healthreform
";
arnews[3] += "Greatest assault on America since 9-11? Talking Healthcare...";
arnews[3] += "
";
arnews[4]="QueensSpeech: Do come�o ao fim, jason lewis, lorenzo martone, and madonna... ( Made in Brazil / QueensSpeech )
";
arnews[4] += "Do come�o ao fim, jason lewis, lorenzo martone, and madonna... ( Made in Brazil / QueensSpeech ) -";
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("