var arnews = new Array(7); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Great DVDs to cuddle up to on Valentine's Day - Courier-Post
"; arnews[0] += "It's that time of year: scores of love stories, both classic and modern, are making their way onto DVD. From time-tripping hook-ups to a Jane Austen-penned romance to a musical love match, there's a movie for every taste. But, beware, not all ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:23:00 GMT"; arnews[0] += "
"; arnews[1]="Daily guide - Boston Globe
"; arnews[1] += "Member Concert 6 a.m. WUMB-FM (91.9) Karan Casey from March 2004. Guest Mix 7 a.m. WUMB-FM (91.9) Paul Rishell and Annie Raines from September 2003. Classical Music with Brian McCreath 10 a.m. All Classical (99.5) Presentation of an exclusive concert ..."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 21:55:00 GMT"; arnews[1] += "
"; arnews[2]="DVD Review: A guide to this year's Valentine's Day releases - Mercury
"; arnews[2] += "Among the scores of love stories — both classic and modern — making their way onto DVD are, from left, \"Bright Star,\" \"Love Happens,\" \"Adam,\" \"New York, I Love You\" and \"Ice Castles.\" It's that time of year: scores of love stories, both classic ..."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 11:08:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");