var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="'Fringe' star John Noble celebrates weird science
"; arnews[0] += "Dr. Walter Bishop follows in a long line of mad scientists. An unbalanced genius like Bishop going at it in his lab is a pop-culture staple."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:56:01 GMT"; arnews[0] += "
"; arnews[1]="Maybe - Ingrid Michaelson
"; arnews[1] += "With her piano-fueled songwriting, witty wordplay, and slight vocal vibrato, Ingrid Michaelson carries the tradition of the female singer/songwriter into the 21st century."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:19:27 GMT"; arnews[1] += "
"; arnews[2]="15 'Did you see it?!' TV moments
"; arnews[2] += "''Glee'' hits the right notes, meana Irina stole the show on ''Project Runway,'' ''Supernatural'' and ''Grey's Anatomy'' sign off for a while, and lots more; if you missed any of our daily TV summaries, catch up now with our takes on the juiciest moments Image credit: Michael Yarish/Fox Glee recap: The Ballad of Rachel and Will One love song gets ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:50:34 GMT"; arnews[2] += "
"; arnews[3]="Hot New Band: Fanfarlo
"; arnews[3] += "Discussing literature isn't something bands are known for doing in their down time -- and that's fine with Fanfarlo."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:25:01 GMT"; arnews[3] += "
"; arnews[4]="TV plotlines reflect recession anxieties
"; arnews[4] += "Dunder Mifflin, the fictional paper company at the center of NBC's prime-time comedy \"The Office,\" is facing bankruptcy."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:17:02 GMT"; arnews[4] += "
"; arnews[5]="ABC twangs to a great week of viewership
"; arnews[5] += "Country music helped ABC to its best ratings week in more than a year. The network, which narrowly lost to CBS for the distinction of America's most popular TV network last week, aired the Country Music Association awards to 17.2 million people, according to the Nielsen Co."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:04:59 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("
");