var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hollywood East premieres in Wilmington, NC
";
arnews[0] += "\"Hollywood East,\" a new TV series, premiered last Friday at Thalian Hall in downtown Wilmington.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="Josh Schwartz and a Chucka EP launching CBS comedy: New a HIMYMa companion perhaps?
";
arnews[1] += "Sounds like Josh wants shows on three different networks on Monday nights. And of course, I'll watch them all.";
arnews[1] += "
Publ.Date : Tue, 26 Jan 2010 18:02:28 GMT";
arnews[1] += "
";
arnews[2]="Holidays on Earth Today: January 19, 2010
";
arnews[2] += "Independence Day, New Year Day, and Valentines and so on. Then there are strange and weird holidays that really have no meaning besides the mere purpose to have an excuse to celebrate something.";
arnews[2] += "
Publ.Date : Tue, 26 Jan 2010 12:13:53 GMT";
arnews[2] += "
";
arnews[3]="Talking crime on the 'BJ Shea Morning Experience'
";
arnews[3] += "Monday morning, I was invited to talk crime with the guys on \"The BJ Shea Morning Experience .\" We talked about the case against Paul Schene - the former King County Sheriff's deputy fired after allegedly beating a 15-year-old girl - and another officer who recently got his job back after previously lying in an investigation.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 01:20:04 GMT";
arnews[3] += "
";
arnews[4]="On Jan. 19, 1955, a presidential news conference was filmed for television for the first time
";
arnews[4] += "Today is Tuesday, Jan. 19, the 19th day of 2010. There are 346 days left in the year.";
arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="On Jan. 19, 1955, a presidential news conference was filmed for television for the first time
";
arnews[5] += "Today is Tuesday, Jan. 19, the 19th day of 2010. There are 346 days left in the year.";
arnews[5] += "
Publ.Date : Wed, 20 Jan 2010 16:41:47 GMT";
arnews[5] += "
";
arnews[6]="Dolly Parton Born, Kate McGarrigle Dies, Jane Krakowski Engaged [Vital Statistics]
";
arnews[6] += "It was quite a day for female singers. Also either birthing, dying, or marrying today are Martin Bashir , novelist Robert B. Parker, Guy Day, Renee Zellweger , Bradley Cooper , and Top Chef tater tot Sam Talbot .";
arnews[6] += "
Publ.Date : Tue, 19 Jan 2010 22:52:29 GMT";
arnews[6] += "
";
arnews[7]="Almanac
";
arnews[7] += "Today is Tuesday, Jan. 19, the 19th day of 2010. There are 346 days left in the year.";
arnews[7] += "
Publ.Date : Tue, 19 Jan 2010 20:13:01 GMT";
arnews[7] += "
";
totcount = 8;
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("