var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Schwarzenegger to quit politics next year - Silicon India
";
arnews[0] += "London: Hollywood star-turned-California Governor Arnold Schwarzenegger has announced he'll quit as a politician next year. The former action man's second and final term as Governor of California comes to an end at the end of 2010 and he insists he ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:25:00 GMT";
arnews[0] += "
";
arnews[1]="Will Smith and Rosario Dawson ↔ Seven Pounds Premiere - whudat.com
";
arnews[1] += "With all of Will’s ‘solo’ success it’s good to see that he is still friends with the guy he started in the entertainment game with.. Uh, 90’s babies, that would be Jazzy Jeff . Carlton was in the house. In fact, it was almost a Fresh Prince ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:13:00 GMT";
arnews[1] += "
";
arnews[2]="Arnie 'to quit politics' - Newstrack India
";
arnews[2] += "Meanwhile, he is reportedly set to feature in new film 'The Expendables', alongside Sylvester Stallone, Jason Statham, Bruce Willis and Terry Crews. (ANI) Arnie against banning smoking from films for kids . Sly desperate for Arnie to join him in ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 07:43:00 GMT";
arnews[2] += "
";
arnews[3]="No more politics for Schwarzenegger - Jam! Showbiz
";
arnews[3] += "He's attached to next year's star-studded blockbuster The Expendables, which will star Sylvester Stallone, Jason Statham, Bruce Willis and Terry Crews.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:06:00 GMT";
arnews[3] += "
";
arnews[4]="Arnie ‘to quit politics’ - IndiaTimes
";
arnews[4] += "Meanwhile, he is reportedly set to feature in new film ‘The Expendables’, alongside Sylvester Stallone, Jason Statham, Bruce Willis and Terry Crews.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 09:09:00 GMT";
arnews[4] += "
";
arnews[5]="No more politics for Arnold! - Mynews India
";
arnews[5] += "Meanwhile, he is reportedly set to feature in new film ‘The Expendables’, alongside Sylvester Stallone, Jason Statham, Bruce Willis and Terry Crews.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:40:00 GMT";
arnews[5] += "
";
arnews[6]="Arnold Schwarzenegger to quit politics - One India
";
arnews[6] += "Washington (ANI): Hollywood actor Arnold Schwarzenegger has hinted that he will quit politics after his final run as Governor of California finishes in late 2010. The Austrian-bon Republican insisted that he did not looked at himself as a politician ...";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 05:56:00 GMT";
arnews[6] += "
";
totcount = 7;
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("