var arnews = new Array(9); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="I need a Housecat Housecall
"; arnews[0] += "Well, I've just driven 800-plus miles with my Dad and 3 cats in the car. If only I'd been able to postpone my trip until after the June 27th episode of Housecat Housecall on Animal Planet."; arnews[0] += "
Publ.Date : Wed, 17 Jun 2009 02:05:33 GMT"; arnews[0] += "
"; arnews[1]="Kerri Kasem's kitty is ready for her closeup
"; arnews[1] += "Kerri Kasem with her beloved Kid D. Radio and TV host Kerri Kasem rarely goes anywhere without her cat."; arnews[1] += "
Publ.Date : Fri, 05 Jun 2009 15:22:50 GMT"; arnews[1] += "
"; totcount = 2; 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("
");