var arnews = new Array(8); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Biden to visit 'Daily' - Philadelphia Daily News
"; arnews[0] += "The, um, delightfully unguarded Vice President Joe Biden will be tomorrow's guest on \"The Daily Show with Jon Stewart\" (11 p.m., Comedy Central). Look for corrections, clarifications and apologies to follow. Though it's the first time a vice ..."; arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT"; arnews[0] += "
"; arnews[1]="Filmfest pick for Wednesday: “Pop Star on Ice” - St. Louis Post-Dispatch
"; arnews[1] += "Screening Wedensday night at 7 at the Tivoli is a documentary that puts the festive in the St. Louis International Film Festival. “Pop Star on Ice” is a glittering portrait of johnny Weir, the three time U.S. men’s figure skating champion ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 05:57:00 GMT"; arnews[1] += "
"; arnews[2]="Skate Canada: What to expect - Universal Sports
"; arnews[2] += "The last event of the Grand Prix series comes to Canada this weekend. Skate Canada, in Kitchener, Ontario, will determine who advances to December's Grand Prix Final in Tokyo. It also features the return of Canadian world silver medalist Patrick Chan ..."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 15:21:00 GMT"; arnews[2] += "
"; arnews[3]="Skate America: What we learned - Universal Sports
"; arnews[3] += "Bradley lacks the polish and intricate in-between skating of Johnny Weir or Jeremy Abbott, but if he lands multiple quads at Nationals while the others struggle to land even one ... Agosto won their fifth Skate America title and their second Grand ..."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");document.write("
");