var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Richard Kiss: Early morning on the Ben Feldman show on PirateCat Radio! Good night!
";
arnews[0] += "Early morning on the Ben Feldman show on PirateCat Radio! Good night!";
arnews[0] += "
";
arnews[1]="'Drop Dead Diva' Photo Gallery - Ben Feldman as Fred
";
arnews[1] += "'Drop Dead Diva' Photo Gallery - Ben Feldman as Fred -";
arnews[1] += "
";
arnews[2]="earlyadopter: А Ben Feldman (http://b23.ru/sv8m — ангел, разносчик почты из Drop Dead Diva) одному мне кажется похожим на Брина?
";
arnews[2] += "А Ben Feldman (";
arnews[2] += "
";
arnews[3]="Richard Kiss: Going to be on the Ben Feldman Show on PirateCat Radio Tuesday morn, 8 AM - noon. Listen live http://piratecatradio.com/
";
arnews[3] += "Going to be on the Ben Feldman Show on PirateCat Radio Tuesday morn, 8 AM - noon. Listen live";
arnews[3] += "
";
arnews[4]="Join the Ben Feldman Show Facebook page http://bit.ly/benfeldmanshowfacebookpage @PirateCatSF
";
arnews[4] += "Join the Ben Feldman Show Facebook page";
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("