var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Real estate agents see return of foreign buyers
"; arnews[0] += "Canadian investor Arthur Wong is buying condos in Las Vegas and Phoenix like a shopper at Costco: In bulk, with slashed prices."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:33:43 GMT"; arnews[0] += "
"; arnews[1]="Fashion firms take on slimmer silhouettes for shows
"; arnews[1] += "Fancy canapes and champagne have become rarer, guest-lists smaller and celebrities tougher to find in the front rows of some fashion shows these days."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:04:00 GMT"; arnews[1] += "
"; arnews[2]="Area roundup: Tigers rally for ALS Cup
"; arnews[2] += "The Ipswich High boys soccer team may have failed to achieve a tournament berth this year, but that doesn't mean the Tigers' season had to end on a low note."; arnews[2] += "
Publ.Date : Wed, 04 Nov 2009 06:59:08 GMT"; arnews[2] += "
"; arnews[3]="Nestle earnings cat's meow as people put pets first
"; arnews[3] += "Muscovite Yana Repina gave up sushi dinners and cut down on salmon and brie so she could afford to give her cat Busya its preferred variety of Nestle SA pet food."; arnews[3] += "
Publ.Date : Sun, 01 Nov 2009 11:00:00 GMT"; arnews[3] += "
"; arnews[4]="Purina buoys Nestle as households put pets first
"; arnews[4] += "Muscovite Yana Repina gave up sushi dinners and cut down on salmon and brie so she could afford to give her cat Busya its preferred variety of Nestle SA pet food."; arnews[4] += "
Publ.Date : Mon, 26 Oct 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Purina Bolsters Nestle, Defies Slump as Hard Up Households Put Pets First
"; arnews[5] += "Muscovite Yana Repina gave up sushi dinners and cut down on salmon and brie so she could afford to give her cat Busya its preferred variety of Nestle SA pet food."; arnews[5] += "
Publ.Date : Mon, 26 Oct 2009 10:22:31 GMT"; arnews[5] += "
"; arnews[6]="Girls soccer: Hen Hud clinches league title; more games ...
"; arnews[6] += "Hen Hud 2, Croton-Harmon 0: At Hen Hud, Leanne Benson and Megan Roush scored to give the Sailors the League I-D title with an undefeated record in league play."; arnews[6] += "
Publ.Date : Wed, 21 Oct 2009 11:36:33 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("
");