var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Steven Spielberg, Stephen King team up for 'Under the Dome - Newstrack India
";
arnews[0] += "Washington, Nov 20 (ANI): American film director Steven Spielberg and writer Stephen King have teamed up to develop a limited series based on King's just-released supernatural thriller \"Under the Dome\". DreamWorks TV optioned the book and is looking ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 10:12:00 GMT";
arnews[0] += "
";
arnews[1]="2 Unlimited 'working on new material' - Digital Spy
";
arnews[1] += "Earlier this year, reports claimed that Rachel Stevens had teamed up with rapper Slijngaard to record a cover of Wendy Moten's track 'Come In Out Of The Rain'.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 17:10:00 GMT";
arnews[1] += "
";
arnews[2]="No fake tan for X Factor twins John and Edward - Belfast Telegraph
";
arnews[2] += "Alyson, who has tanned a number of celebrities including Rachel Stevens and Yasmin Le Bon, said: “We distribute the Vita Liberata brand throughout the UK, Sweden and parts of the US and the X Factor bosses got to hear of our products and asked us ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:24:00 GMT";
arnews[2] += "
";
totcount = 3;
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("