var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="New NBC Feud: SNL and Burn Notice Go to War
"; arnews[0] += "Last night Saturday Night Live did a skit all about the USA Network hit Burn Notice ."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 23:10:00 GMT"; arnews[0] += "
"; arnews[1]="OK, OK, I admit it: Burn Notice is The A-Team 27 years later
"; arnews[1] += "I was hooked on USA's vigilantes-with-heart series Burn Notice from the first episode."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 18:48:21 GMT"; arnews[1] += "
"; arnews[2]="On Feb. 4, 1932, The Winter Olympic Games opened at Lake Placid, NY
"; arnews[2] += "Today's Highlight in History: On Feb. 4, 1783, Britain's King George III proclaimed a formal cessation of hostilities in the American Revolutionary War."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 20:10:19 GMT"; arnews[2] += "
"; arnews[3]="This day in history
"; arnews[3] += "In 1789, electors chose George Washington to be the first president of the United States."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 20:06:15 GMT"; arnews[3] += "
"; arnews[4]="Almanac
"; arnews[4] += "Today is Thursday, Feb. 4, the 35th day of 2010. There are 330 days left in the year."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 16:03:00 GMT"; arnews[4] += "
"; arnews[5]="Today In History February 4, 2010
"; arnews[5] += "Share + Feb 4, 2010 12:00 am US/Eastern Today's Highlight in History: On Feb. 4, 1783, Britain's King George III proclaimed a formal cessation of hostilities in the American Revolutionary War."; arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 19:03:06 GMT"; arnews[5] += "
"; arnews[6]="American Psycho to be reworked into a musical
"; arnews[6] += "If the malevolent Sweeney Todd can sing, why not Patrick Bateman, the twisted title character of Bret Easton Ellis's American Psycho? Producers David Johnson, Craig Roessler and Jesse Singer say they are planning a stage adaptation of Ellis's celebrated novel about a handsome, homicidal Wall Street banker."; arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 12:59:24 GMT"; arnews[6] += "
"; arnews[7]="People in the News
"; arnews[7] += "That cougar Madonna and her young Brazilian underwear model boyfriend have reportedly called it quits."; arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 11:24:07 GMT"; arnews[7] += "
"; totcount = 8; 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("
");