var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="One last thing… David Cross - The Guardian
";
arnews[0] += "David Cross, in The Increasingly Poor Decisions of Todd Margaret, which airs this Friday on Channel 4. Hello, David. You grew up in Roswell, Georgia, which is presumably the same place as Roswell, New Mexico (1). Did you ever notice anything fishy ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:03:00 GMT";
arnews[0] += "
";
arnews[1]="More Woodie Performances - A Top Story This Week - antiMUSIC
";
arnews[1] += "More Woodie Performances was a top story for this week. Here it is again: mtvU, MTV's 24-hour college network, today confirmed new additions to the performance and presenter roster for the sixth-annual \"mtvU Woodie Awards\" – the only awards ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 04:10:00 GMT";
arnews[1] += "
";
arnews[2]="More Woodie Performances - antiMUSIC
";
arnews[2] += "mtvU, MTV's 24-hour college network, today confirmed new additions to the performance and presenter roster for the sixth-annual \"mtvU Woodie Awards\" – the only awards honoring music voted best by college students, premiering on Friday, December 4 ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:50:00 GMT";
arnews[2] += "
";
arnews[3]="VIDEO: Top Stars Check In to General Hospital - Pop Eater
";
arnews[3] += "Amber Tamblyn was just 12 when she began appearing as Emily in 1995. She stayed on 'General Hospital' for six years before moving on to greater fame on 'Joan of Arcadia' . 98 Degrees may not have had quite the same cache as the Rat Pack, but that ...";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 20:02:00 GMT";
arnews[3] += "
";
arnews[4]="NBC's 'Christmas In Rockefeller Center' Special: Light Up The World's ... - NBC Video
";
arnews[4] += "MICHAEL BUBLE, ARETHA FRANKLIN, ALICIA KEYS, BARRY MANILOW, THE ROOTS, SHAKIRA, TAYLOR SCHILLING (NBC'S \"MERCY\"), JAMES TUPPER (NBC'S \"MERCY\") AND BRIAN WILLIAMS (\"NBC NIGHTLY NEWS\") WILL JOIN IN THE HOLIDAY FUN ON DECEMBER 2 (8-9 P.M. ET/PT) Jane ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 05:43:00 GMT";
arnews[4] += "
";
arnews[5]="Production notes - Seattle Post Intelligencer
";
arnews[5] += "Sandra Bullock (\"The Proposal\"), Tim McGraw (\"Friday Night Lights\") and Oscar® winner Kathy Bates (\"Misery\") star in Alcon Entertainment and Warner Bros. Pictures' \"The Blind Side,\" which depicts the remarkable true story of All-American football ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 05:26:00 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("