var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wolken to rep at Rain
";
arnews[0] += "Rain Management Group has hired former AMG/the Firm TV management head Rob Wolken, who's getting back into the rep business.";
arnews[0] += "
Publ.Date : Fri, 29 Jan 2010 03:10:16 GMT";
arnews[0] += "
";
arnews[1]="Woken to rep at Rain
";
arnews[1] += "Rain Management Group has hired former AMG/the Firm TV management head Rob Wolken, who's getting back into the rep business.";
arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 03:10:16 GMT";
arnews[1] += "
";
arnews[2]="Drool
";
arnews[2] += "Part Little Miss Sunshine , part Thelma and Louise , all bad, Drool is an unpersuasive, amateurishly told story of an abused wife escaping her old life and embarking on a new life.";
arnews[2] += "
Publ.Date : Fri, 22 Jan 2010 04:46:07 GMT";
arnews[2] += "
";
arnews[3]="'Cohen on the Bridge: The Entebbe Rescue' Directed by...
";
arnews[3] += "It is Exec Produced by Ronnie Hogart and Jill Morris for AF 139 LLC and Malibu Film Wave and edited by Yaniv Sardal.";
arnews[3] += "
Publ.Date : Wed, 25 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="This day in history
";
arnews[4] += "Today is Monday, Nov. 23, the 327th day of 2009. There are 38 days left in the year.";
arnews[4] += "
Publ.Date : Mon, 23 Nov 2009 11:00:00 GMT";
arnews[4] += "
";
arnews[5]="This Day in History
";
arnews[5] += "In 1804, the 14th president of the United States, Franklin Pierce, was born in Hillsboro, N.H. In 1889, the first jukebox made its debut in San Francisco, at the Palais Royale Saloon.";
arnews[5] += "
Publ.Date : Mon, 23 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Almanac
";
arnews[6] += "Today is Monday, Nov. 23, the 327th day of 2009. There are 38 days left in the year.";
arnews[6] += "
Publ.Date : Tue, 24 Nov 2009 06:20:38 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("