var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="New York dog scene 2009 year in review - part two
"; arnews[0] += "Part one of our New York dog scene 2009 year in review touched on some of the many doggy events in our area."; arnews[0] += "
Publ.Date : Fri, 11 Dec 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="New York City dog campaigns for votes to help local shelter
"; arnews[1] += "Cuba Shaughnessy and his human, Bob, are regulars in the New York City doggy scene, where they are always eager to support worthwhile doggy charities."; arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="North Shore Animal League America's Fourth Annual DogCatemy Celebrity Gala to Roll Out the 'Green Ca
"; arnews[2] += "Newsmakers and their pets will \"paws\" on a Green Carpet as North Shore Animal League America opens the doors at the Fourth Annual DogCatemy Celebrity Gala presented by Purina One brand pet food."; arnews[2] += "
Publ.Date : Tue, 20 Oct 2009 16:35:42 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("
");