var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stupid Drug Story of the Week NBC's Today show discovers huffing. - Slate
";
arnews[0] += "Today co-host Meredith Vieira called the huffing of inhalants \"a deadly trend among tweens\" before handing it off to reporter Jeff Rossen, who claimed that \"new numbers show this is now the 'it drug' for young kids.\" He continues, \"This quick high ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:47:00 GMT";
arnews[0] += "
";
arnews[1]="A look at the Macys Thanksgiving Day Parade - WNDU
";
arnews[1] += "This Macy’s Day Parade clip lets you go behind-the-scenes and witness what it takes to assemble a parade float. Head Designer John Piper takes you for a tour of the Parade studio to show you how everything you’ll see in the Parade is made. Today ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:49:00 GMT";
arnews[1] += "
";
arnews[2]="Philly bartender wins big on Millionaire - WPVI
";
arnews[2] += "That is what Philadelphia's own Sam Murray can offer now that he is just the third person to walk away with a million dollars on the weekday version of Who Wants to be a Millionaire? As a bartender, Sam is no stranger to people sitting on stools and ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:19:00 GMT";
arnews[2] += "
";
arnews[3]="NBC's Vieira and Gregory Write Off Obama Struggles as Merely ... - News Busters
";
arnews[3] += "The following is a transcript of the segment as it was aired on the November 20, Today show: Story Continues Below Ad ↓ MEREDITH VIEIRA: And now to Washington and the latest on the fight over health care reform. The first key vote on the Senate's ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:53:00 GMT";
arnews[3] += "
";
arnews[4]="Apple pie bake-off: Meredith vs. Martha - MSNBC
";
arnews[4] += "It’s the ultimate TODAY’s Kitchen showdown: Celebrity chef Martha Stewart battles TODAY’s own Meredith Vieira in a heated bake-off to decide who has the ultimate holiday apple pie. Be your own judge and try both of their sweet and savory ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 18:29:00 GMT";
arnews[4] += "
";
arnews[5]="Gallery: Today Show lineup includes 'Twilight' stars, Martha and Bon ... - Herald-Dispatch
";
arnews[5] += "AP Photo/NBC, Peter Kramer) In this photo provided by NBC Universal, TV personality Martha Stewart and \"Today\" show host Meredith Vieira have a apple pie bake off on NBC's \"Today\" show, in New York, on Wednesday, Nov. 18, 2009. (AP Photo/NBC, Peter ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 04:57: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("