var arnews = new Array(8); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Daily guide - Boston Globe
"; arnews[0] += "Greater Boston 7 p.m. WGBH-TV (Channel 2) Boston divorce lawyer Gerald Nissenbaum and coauthor John Sedgwick discuss their book, “Sex, Love and Money,’’ and the salacious stories surrounding high-priced separations. Confronting Cancer 7:30 p.m ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:08:00 GMT"; arnews[0] += "
"; arnews[1]="24 Hour Musicals , with Turner, Gets, Pasquale, Thoms, Keenan-Bolger ... - Playbill
"; arnews[1] += "Kathleen Turner, Malcolm Gets, Steven Pasquale, Tracie Thoms, Celia Keenan-Bolger, John Ellison Conlee, Alicia Witt, Richard Kind, Nancy Opel, Mo Rocca and Cady Huffman will take part in the Feb. 8 The 24 Hour Musicals project. The one-night-only ..."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 05:03:00 GMT"; arnews[1] += "
"; arnews[2]="Turner, Gets, Pasquale, Thoms, Keenan-Bolger, More Set for 24 Hour ... - Playbill
"; arnews[2] += "Kathleen Turner, Malcolm Gets, Steven Pasquale, Tracie Thoms, Celia Keenan-Bolger, John Ellison Conlee, Richard Kind, Nancy Opel, Mo Rocca and Cady Huffman will take part in this year's The 24 Hour Musicals project. The one-night-only event ..."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 05:07:00 GMT"; arnews[2] += "
"; arnews[3]="Even with Heart Disease Awareness on the Rise, Prevention Remains ... - Kansas City infoZine
"; arnews[3] += "Washington, D.c. - infoZine - In recognition of American Heart Month, the National Heart, Lung, and Blood Institute (NHLBI) and its heart disease awareness campaign-The Heart Truth- is reminding all American women that heart disease prevention ..."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 14:13: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("
");