var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " - "Frank+Sinatra" - Google News"; document.title=document.title+ " "; arnews[0]="Being on the spot brings hospital patients comfort - Manawatu Standard
"; arnews[0] += "

Being on the spot brings hospital patients comfort
Manawatu Standard
... pop-opera group La Forza from Brisbane, whose repertoire includes items from Il Divo, Josh Groban, Andrea Boccelli, Frank Sinatra and Michael Buble. ...

"; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:19:50 GMT+00:00"; arnews[0] += "
"; arnews[1]="Sinatra, Martin to receive stars in Las Vegas - The Associated Press
"; arnews[1] += "

Sinatra, Martin to receive stars in Las Vegas
The Associated Press
LAS VEGAS — Sin City is paying homage to iconic singers Frank Sinatra and Dean Martin by giving them each a place on the Las Vegas Walk of Stars. ...

and more »
"; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:04:13 GMT+00:00"; arnews[1] += "
"; arnews[2]="Newport Winter Festival features more than 150 events - Providence Journal
"; arnews[2] += "

Providence Journal

Newport Winter Festival features more than 150 events
Providence Journal
Another throwback act is Rat Pack, a trio that pays homage to the 1960s-era music and comedy of Dean Martin, Frank Sinatra and Sammy Davis Jr. The group ...

"; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:02:12 GMT+00:00"; arnews[2] += "
"; arnews[3]="Willie Nelson Plays Boca's Sunset Cove Amphitheater - Broward New Times
"; arnews[3] += "

Willie Nelson Plays Boca's Sunset Cove Amphitheater
Broward New Times
He doesn't have a "pretty" voice, but it's rich with a plainspoken directness and vulnerability, somewhere among Frank Sinatra's genially swinging croon, ...

"; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:52:28 GMT+00:00"; arnews[3] += "
"; arnews[4]="'Stars Fell on Alabama' good choice for song - Tuscaloosa News
"; arnews[4] += "

'Stars Fell on Alabama' good choice for song
Tuscaloosa News
... everyone from jazz crooner Frank Sinatra to soft rocker Jimmy Buffet to eccentric jazz legend Sun Ra, the latter two of which are actually from Alabama. ...

and more »
"; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:58:58 GMT+00:00"; arnews[4] += "
"; totcount = 5; 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("
");