var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Proposed ABC series 'The Deep End' films in Dallas
";
arnews[0] += "The camera doesn't see this: David Hemingson, creator of new ABC television series The Deep End , slaps a pink Post-it on his forehead.";
arnews[0] += "
Publ.Date : Sun, 08 Nov 2009 16:20:05 GMT";
arnews[0] += "
";
arnews[1]="Fashion to sink your teeth into
";
arnews[1] += "There was a whole lot of vamping on the runway - and off - at the 27th annual Macy's Passport fashion show at Fort Mason in San Francisco.";
arnews[1] += "
Publ.Date : Wed, 28 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Blood on the Dance Floor
";
arnews[2] += "What will you be and where will you go this Halloween? The choices are as daunting as they are haunting.";
arnews[2] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Disco Bloodbath: LA's Freakiest, Creepiest, Trashiest Themed Halloween Dance Parties
";
arnews[3] += "The clock is ticking, and even if you don't have a costume yet, it's time to brave your social fear and figure out what the Hell you're gonna do this Halloween weekend.";
arnews[3] += "
Publ.Date : Wed, 28 Oct 2009 23:00:55 GMT";
arnews[3] += "
";
arnews[4]="Celebrity birthdays
";
arnews[4] += "Today's birthdays: Former baseball player Bobby Thomson is 86. Former American League president Dr.";
arnews[4] += "
Publ.Date : Sun, 25 Oct 2009 20:59:28 GMT";
arnews[4] += "
";
arnews[5]="On Oct. 25, 1999, golfer Payne Stewart and five others were killed when their Learjet crashed
";
arnews[5] += "Today is Sunday, Oct. 25, the 298th day of 2009. There are 67 days left in the year.";
arnews[5] += "
Publ.Date : Sun, 25 Oct 2009 18:24:09 GMT";
arnews[5] += "
";
arnews[6]="This day in history
";
arnews[6] += "Today is Sunday, Oct. 25, the 298th day of 2009. There are 67 days left in the year.";
arnews[6] += "
Publ.Date : Sun, 25 Oct 2009 10:00:00 GMT";
arnews[6] += "
";
arnews[7]="Cakewalk
";
arnews[7] += "Cakewalk 2:00 a.m. October 25, 2009 TODAY:Actress Marion Ross is 81. Country singer Jeanne Black is 72.";
arnews[7] += "
Publ.Date : Sun, 25 Oct 2009 09:09:58 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("