var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Paradigm's Andrew Rogers Joins ICM
";
arnews[0] += "Yes, the rumors are true: Andrew Rogers has joined ICM as an agent in the motion picture talent department.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 02:02:12 GMT";
arnews[0] += "
";
arnews[1]="Death Proof
";
arnews[1] += "Quentin Tarantino has earned his name, Total Film named him the 12th greatest director of all time.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:15:34 GMT";
arnews[1] += "
";
arnews[2]="Celebrity birthdays
";
arnews[2] += "Today's Birthdays: Judge Joseph Wapner is 90. Statesman Howard H. Baker Jr. is 84.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 18:50:00 GMT";
arnews[2] += "
";
arnews[3]="On Nov. 15, 1988, the Soviet Union launched its first space shuttle,...
";
arnews[3] += "Today is Sunday, Nov. 15, the 319th day of 2009. There are 46 days left in the year.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 18:35:24 GMT";
arnews[3] += "
";
arnews[4]="New Mexico Gov. Bill Richardson is 62.
";
arnews[4] += "Share + Nov 15, 2009 12:00 am US/Eastern Today is Sunday, Nov. 15, the 319th day of 2009.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 08:25:04 GMT";
arnews[4] += "
";
arnews[5]="Holidays on Earth Today: November 15, 2009
";
arnews[5] += "Holidays are such an important part of each countries tradition along with supporting its culture.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 13:42:47 GMT";
arnews[5] += "
";
totcount = 6;
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("