var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Demetri Martin and Sarah Silverman give us a peek, video clips, Feb. 11
"; arnews[0] += "The Sarah Silverman Program stars Sarah Silverman, Laura Silverman, Brian Posehn, Steve Agee, and Jay Johnston."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:48:49 GMT"; arnews[0] += "
"; arnews[1]="Food crusader to reveal secret wish
"; arnews[1] += "TED is an organization with the motto \"Ideas worth spreading\" Its TED Prize has gone to Bono, Bill Clinton, E.O. Wilson, among others Winner Jamie Oliver will announce his secret \"wish to change the world\" at TED2010 at approximately 8:50 pm ET Wednesday, Feb 10, live on CNN.com Oliver is a celebrity chef who has crusaded for improved school ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:17:03 GMT"; arnews[1] += "
"; arnews[2]="Review: Coen brothers at their best with Oscar-nominated "A Serious Man"
"; arnews[2] += "IN THE Oscar-nominated \"A Serious Man,\" Joel and Ethan Coen return to the Minneapolis suburb of their childhood - when physics professor Larry Gopnik discovers that his comfortable life is quickly dissolving around him."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:16:40 GMT"; arnews[2] += "
"; arnews[3]="Central Subway Ground Broken
"; arnews[3] += "BOS President David Chiu With a heavy dose of coffee, free muffins and hat tips to Nancy Pelosi, the Central Subway officially broke ground today."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:28:32 GMT"; arnews[3] += "
"; arnews[4]="TV on DVD: Tuesday, Februrary 9, 2010
"; arnews[4] += "It's uh... really not that exciting for TV DVDs this week. I can't even sugarcoat it."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:59:25 GMT"; arnews[4] += "
"; arnews[5]="Pop Rocks: Quick Hits
"; arnews[5] += "We're going to mix it up a bit on Pop Rocks today. Usually, I stick with one subject for the entire piece because I'd rather not depend too heavily on snarky line-item entries."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 16:44:34 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("
");document.write("
");