var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Frank Sinatra's greatest record album? - Examiner
";
arnews[0] += "Here are the track listings: You Make Me Feel So Young/It Happened In Monterey/You're Getting To Be A Habit With Me/You Brought A New Kind Of Love/Too Marvelous For Words/Old Devil Moon/Pennies From Heaven/Love Is Here To Stay/I've Got You Under My ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:23:00 GMT";
arnews[0] += "
";
arnews[1]="Frank Sinatra fights racial discrimination - Examiner
";
arnews[1] += "Life on the road for the big bands was difficult at the best of times, but for the integrated bands travel, particularly in the South with the \"Jim Crow\" laws, could be overwhelmingly cruel. Black members were rarely permitted to stay in the same ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:23:00 GMT";
arnews[1] += "
";
arnews[2]="Frank Sinatra, Jr. holds music workshop for students - mysouthwestga.com
";
arnews[2] += "Frank Sinatra, Jr. and his band held a workshop for Albany State University and Dougherty County students Wednesday morning Frank Sinatra, Jr. and his band held a workshop for Albany State University and Dougherty County students Wednesday morning";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[2] += "
";
arnews[3]="AIA Queens Chapter Meets At Frank Sinatra H.S. - Western Queens Gazette
";
arnews[3] += "Photo Jason D. Antos Susan T. Rodriguez, FAIA, design partner at Polshek Partnership Architects, reviews the ultra modern features of the new Frank Sinatra School of the Arts H.S. before members of the American Institute of Architects (AIA), Queens ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 17:46:00 GMT";
arnews[3] += "
";
arnews[4]="Frank Sinatra is high in cholesterol - Salon
";
arnews[4] += "at Frankie's life-size photo. His blue eyes flashing. Large hands fondling a microphone. As if it were his lover. An aphrodisiac of electric caress arousing insatiable appetites like sparks from a teenager's first kiss. Always with a wish for more ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 02:13:00 GMT";
arnews[4] += "
";
arnews[5]="Event Calendar - Lakewood Observer
";
arnews[5] += "New and nearly-new; antiques and collectibles--everything you need for holiday decorating, entertaining and gift-giving at bargain prices, beautifully displayed at the historic Nicholson House. Parking across the street at St. Edward. Free admission ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:18:00 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("