var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="B-list actors almost as scary as premise of new TV show
";
arnews[0] += "What's the only thing more terrifying than a rag tag crew of B-list celebrities spending the night in various haunted locals across North America for the new Slice TV program Celebrity Paranormal Project? A rag-tag crew of journalists spending the night wandering around the pilot episode's setting, the Waverly Hills Sanatorium in Kentucky, a ...";
arnews[0] += "
Publ.Date : Wed, 04 Jul 2007 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="AT&T's Lenox: making connections
";
arnews[1] += "His headquarters is no high-rise. In fact, he is literally on the ground floor of a nondescript building on East Plumb Lane.";
arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 06:59:15 GMT";
arnews[1] += "
";
arnews[2]="AT&T's Lenox: making connections
";
arnews[2] += "His headquarters is no high-rise. In fact, he is literally on the ground floor of a nondescript building on East Plumb Lane.";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 04:40:33 GMT";
arnews[2] += "
";
arnews[3]="Shuster the Snob: Election Returns Show 'The Public...
";
arnews[3] += "MSNBCa TMs David Shuster isna TMt impressed with the intelligence of the American people a ' and even said so on a liberal talk-radio show.";
arnews[3] += "
Publ.Date : Sat, 07 Nov 2009 23:51:06 GMT";
arnews[3] += "
";
arnews[4]="New morning radio show 'The Menage' shines spotlight on local artists
";
arnews[4] += "Last Monday, October, 19th at 6:00am was the dawning of a new age in morning radio as \"The Mnage\" on 1150AM KKNW hit the airwaves.";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="The Tale Of Two Kates, Linder And Flannery
";
arnews[5] += "Our beautiful friend Kate Linder who stars on \"The Young and the Restless\" can always be seen in Hollywood offering a helping hand to others when she's not flying the friendly skies as a part-time flight attendant for a major airline.";
arnews[5] += "
Publ.Date : Sun, 25 Oct 2009 11:26:33 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("