var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Famke Janssen Is on 'RuPaul's Drag Race'?
";
arnews[0] += "The monkey thought 'twas all in fun. Pop! goes the KOOKSTER. B O I N G !!! B O I N G !!! B O I N G !!! ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:44:11 GMT";
arnews[0] += "
";
arnews[1]="Famke Janssen Out And About In New York City
";
arnews[1] += "Actress Famke Janssen was spotted out in New York City yesterday. Looks like she was multi-tasking: checking messages on the run.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 13:42:03 GMT";
arnews[1] += "
";
arnews[2]="Radiohead For Haiti @ Henry Fonda Theater, Hollywood 1/24/10
";
arnews[2] += "Via a surprise auction , the band raised \"as much money as possible\" for Oxfam relief to citizens of Haiti.";
arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 15:20:16 GMT";
arnews[2] += "
";
arnews[3]="Summit's Zombie Love Project Captures Jonathan Levine
";
arnews[3] += "According to an article on HollywoodReporter.com, a oeWith a tone that sounds like Twilight meets Shaun of the Dead , the story follows an existentially tormented zombie named a Ra that begins an unlikely friendship with the human girlfriend of one of his victims.";
arnews[3] += "
Publ.Date : Wed, 20 Jan 2010 04:46:41 GMT";
arnews[3] += "
";
arnews[4]="Keith Olbermann loves Scott Brown
";
arnews[4] += "Coakley, Liberty vs. Tyranny [ Doug Ross @ Journal ] Any Campaign Will Make [ The Jawa Report ] Taliban Embrace Equality [ The Jawa Report ] America Occupied Haiti [ The Jawa Report ] Stephanopoulos Agrees with Barney Frank: If Scott Brown Wins, Health Care Dies [ RedState ] Morning Briefing for January 19, 2009 [ RedState ] ABC Empathizes with ...";
arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 12:36:43 GMT";
arnews[4] += "
";
arnews[5]="Weekend Caption Contest™ Winners
";
arnews[5] += "\" Since this is your first dose of reality sir, don't expect it to kick in until Tuesday.";
arnews[5] += "
Publ.Date : Tue, 19 Jan 2010 09:05:06 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("