var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Debra Medina Delivers Potential "Early Shocker" to Guv Rick and Kay Bailey? Yowza
";
arnews[0] += "From the man's physique and hair, Edward Lynch figured he might be military. Maybe from Fort Carson, the Army base down the road that lately seemed to be churning out a lot of veterans with screws loose.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:51:23 GMT";
arnews[0] += "
";
arnews[1]="Hollywood sign to get green facelift
";
arnews[1] += "Assuming their paperwork is in order, and weather permitting, a group will begin covering the iconic \"Hollywood\" sign Tuesday, exchanging it with a temporary environmental message to be revealed Thursday.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 09:31:00 GMT";
arnews[1] += "
";
arnews[2]="Hollywood Sign Going Green
";
arnews[2] += "As part of the effort to save the Hollywood sign, a conservationist group has permission to cover the iconic hilltop letters and display the message Save the Peak .";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:33:54 GMT";
arnews[2] += "
";
arnews[3]="Arts Flash: Q&A with Aisha Tyler
";
arnews[3] += "Aisha Tyler is probably best known for her time as the pipina hot host of Talk Soup , or for her lengthy list of TV appearances on popular shows like Friends , Ghost Whisperer , CSI , 24 , and Nip/Tuck , among others.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:48:54 GMT";
arnews[3] += "
";
arnews[4]="Olympians, up close and personal
";
arnews[4] += "Next Friday is the opening ceremonies of the Winter Olympics in Vancouver , and I'm already trying to find out what I can about certain athletes.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 07:34:39 GMT";
arnews[4] += "
";
arnews[5]="Comedian, actress and cartoon voice Aisha Tyler keeps pushing boundaries with her stand-up.
";
arnews[5] += "AISHA TYLER MAY be more recognized for her roles on shows like \" 24 \" and \" CSI: Crime Scene Investigation \" than for her stand-up. But that doesn't deter the sometimes-actress from continuing to crack jokes.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 04:49:56 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("