var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="School hoops: Harwich boys hold off Tech
"; arnews[0] += "Jake Malone hit three big 3-pointers in the second half, and two late buckets by Andy Sadoski helped Harwich to a 52-45 boys basketball win over Cape Tech yesterday."; arnews[0] += "
Publ.Date : Thu, 21 Jan 2010 06:42:00 GMT"; arnews[0] += "
"; arnews[1]="Local Roundup: Su women's hoops falls to Gallaudet
"; arnews[1] += "The Salisbury University women's basketball team lost to Capital Athletic Conference foe Gallaudet, 69-68, in Washington on Wednesday."; arnews[1] += "
Publ.Date : Thu, 07 Jan 2010 09:26:00 GMT"; arnews[1] += "
"; arnews[2]="Opera in 2009: Bars and parks outdo the big house shows
"; arnews[2] += "Anne-Sophie Duprels, above, giving one of the most memorable and impressive performances of the year in the title role of Opera Holland Park's triumphant 'Kat'a Kabanova'. enlarge High Notes It was late in coming, but Mariss Jansons's reading of Mahler's Resurrection Symphony with the Royal Concertgebouw Orchestra was the year's symphonic ..."; arnews[2] += "
Publ.Date : Sun, 27 Dec 2009 12:44:45 GMT"; arnews[2] += "
"; arnews[3]="Entertainment snaps of the decade
"; arnews[3] += "GIRL KISS: Madonna and Britney Spears pash at the MTV Video Music Awards in 2003."; arnews[3] += "
Publ.Date : Thu, 24 Dec 2009 04:47:15 GMT"; arnews[3] += "
"; arnews[4]="School hoops: Nantucket girls open with win
"; arnews[4] += "Jess Halford had a game-high 21 points and Nantucket opened the girls basketball season with a solid 51-29 victory over Easthampton."; arnews[4] += "
Publ.Date : Sun, 13 Dec 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Michelle Marsh
"; arnews[5] += "Michelle Marsh is UK's glamor model who is best known for her big natural boobs ."; arnews[5] += "
Publ.Date : Mon, 14 Dec 2009 15:22:56 GMT"; arnews[5] += "
"; arnews[6]="School hoops: Nantucket girls open with win
"; arnews[6] += "Jess Halford had a game-high 21 points and Nantucket opened the girls basketball season with a solid 51-29 victory over Easthampton."; arnews[6] += "
Publ.Date : Sun, 13 Dec 2009 10:50:24 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("
");