var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Last week's Who's News - USA Weekend
"; arnews[0] += "Karen Schroeder Wausau, Wis. We've interviewed most of them over the years, and we have Cote de Pablo coming later this month, so let's spotlight Rocky Carroll. As NCIS director Leon Vance, he appears on the original CBS hit and its spinoff, \"NCIS ..."; arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT"; arnews[0] += "
"; arnews[1]="A Blackout Leaves 'NCIS'' Case in the Dark - ETOnline.com
"; arnews[1] += "We didn't have any computers, so we're going around with little pieces of paper and putting them on the plasma,\" adds Cote de Pablo , who plays Ziva. \"There was a lot of McGee [ Sean Murray ] and Tony banter, which was really funny. Tony orders McGee ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 22:19:00 GMT"; arnews[1] += "
"; arnews[2]="Today in History - Nov. 12 - The Ledger
"; arnews[2] += "Today is Thursday, Nov. 12, the 316th day of 2009. There are 49 days left in the year. Today's Highlight in History: On Nov. 12, 1942, the World War II naval Battle of Guadalcanal began. (The Allies ended up winning a major victory over the Japanese ..."; arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 05:57:00 GMT"; arnews[2] += "
"; arnews[3]="Celebrity birthdays for Nov. 8-14 - San Francisco Chronicle
"; arnews[3] += "Nov. 8: Actress June Havoc is 97. Actor Norman Lloyd (\"St. Elsewhere\") is 95. Singer Patti Page is 82. CBS newsman Morley Safer is 78. Singer Bonnie Bramlett is 65. Singer Bonnie Raitt is 60. \"Entertainment Tonight\" host Mary Hart is 59. Former ..."; arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 22:45: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("
");