var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="wopular: Jones' Code gets Jake
";
arnews[0] += "Jones' Code gets Jake -";
arnews[0] += "
";
arnews[1]="movienews: Jones' Code gets Jake
";
arnews[1] += "Jones' Code gets Jake -";
arnews[1] += "
";
arnews[2]="dave: Starring Topher Grace as a down and out 20-something with an unhealthy Levar Burton obsession!
";
arnews[2] += "Starring Topher Grace as a down and out 20-something with an unhealthy Levar Burton obsession!";
arnews[2] += "
";
arnews[3]="Adrian X Spillman: Hey, What's Up With Topher Grace?
";
arnews[3] += "Hey, What's Up With Topher Grace? -";
arnews[3] += "
";
arnews[4]=""Shahrukh Khan is the Shia LeBeouf of Mumbai, Topher Grace of New Delhi, dude from twilight of Kolkata"- Aasif Mandvi TDS
";
arnews[4] += "\"Shahrukh Khan is the Shia LeBeouf of Mumbai, Topher Grace of New Delhi, dude from twilight of Kolkata\"- Aasif Mandvi TDS -";
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("