var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Next Nate 'n Al's
"; arnews[0] += "The biggest restaurant news of the week is the opening of Thomas Keller 's Bouchon in Beverly Hills."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 11:51:00 GMT"; arnews[0] += "
"; arnews[1]="Obituaries for November 14, 2009
"; arnews[1] += "Earline Campbell, 75, of East Ridge, passed away Thursday, Nov. 12, 2009, at her residence."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 06:44:51 GMT"; arnews[1] += "
"; arnews[2]="Prime Time for Primehouse's Burgers
"; arnews[2] += "Looking for a little lunchtime love? David Burke hears you. For the second time, he's brought back his Burger Week promotion at Primehouse , which offers lunchtime diners chef Rick Gersh's signature burgers for just $5 a pop ."; arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 10:40:00 GMT"; arnews[2] += "
"; arnews[3]="Taser Wars: The Real Dangers of Loose Triggers
"; arnews[3] += "Iman Morales didn't answer the door. As his mother stood waiting outside his one-bedroom apartment in Brooklyn, she grew increasingly concerned."; arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 04:54:36 GMT"; arnews[3] += "
"; arnews[4]="Spezza shines as Senators down Lightning 3-2
"; arnews[4] += "Jason Spezza celebrates the first Senator goal as Lightning players Steve Stamkos , David Hale and Stephane Veilleux look on in first period action as the Ottawa Senators take on the Tampa Bay Lightning at Scotiabank Place in Ottawa, November 5, 2009."; arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 11:26:03 GMT"; arnews[4] += "
"; arnews[5]="Election primer: Washtenaw County's ballot proposals and races to be decided Tuesday
"; arnews[5] += "The hottest election in Washtenaw County on Tuesday - hands down - is a countywide schools enhancement millage voters are being asked to approve."; arnews[5] += "
Publ.Date : Sun, 01 Nov 2009 12:30:34 GMT"; arnews[5] += "
"; arnews[6]="Lakers raise championship banner, get rings
"; arnews[6] += "Derek Fisher led the Staples Center crowd in a 3-2-1 countdown to the unveiling of the banner commemorating the Los Angeles Lakers' 15th championship."; arnews[6] += "
Publ.Date : Fri, 30 Oct 2009 14:29:00 GMT"; arnews[6] += "
"; totcount = 7; 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("
");