var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="John Downey: SIGNAL » Conan gets screeched in by Natasha Henstridge http://ow.ly/CvPL
";
arnews[0] += "SIGNAL » Conan gets screeched in by Natasha Henstridge";
arnews[0] += "
";
arnews[1]="Conan O’Brien was “Screeched in” for the birth of his first child by Natasha Henstridge
";
arnews[1] += "Conan O’Brien was “Screeched in” for the birth of his first child by Natasha Henstridge -";
arnews[1] += "
";
arnews[2]="Martin Simard: Conan O’Brien was “Screeched in” for the birth of his first child by Natasha Henstridge
";
arnews[2] += "Conan O’Brien was “Screeched in” for the birth of his first child by Natasha Henstridge -";
arnews[2] += "
";
arnews[3]="Abhishek Upadhya: @akshaynr ok, next time if they come around, ask them if it's the script of the natasha henstridge softcore movie. will piss them off :P
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Tanja Vogt: #5: Species [Blu-ray]
";
arnews[4] += "#5: Species [Blu-ray] -";
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("