var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="GivingThanks for soaps-GH
"; arnews[0] += "General Hospital has not been one of my favorite soaps for awhile now. The emphasis on violence has left me cold."; arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Just When You Thought Zander Smith Was Dead...
"; arnews[1] += "Brannon tweets: So about that whole dead being dead thing...yes it's true. I will be appearing on General Hospital again."; arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 19:39:15 GMT"; arnews[1] += "
"; arnews[2]="Mabel F. Kiehn
"; arnews[2] += "Mabel F. Kiehn, age 100, a resident of Shady Lane Nursing Care Center, Manitowoc, formerly of Valders, died on Saturday evening, Nov."; arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Laura Wright is staying with General Hospital
"; arnews[3] += "There's a lot to be happy about if you're a fan of General Hospital . There's been some very good news from the soap."; arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 14:02:00 GMT"; arnews[3] += "
"; arnews[4]="Mabel F. Kiehn
"; arnews[4] += "Mabel F. Kiehn, age 100, a resident of Shady Lane Nursing Care Center, Manitowoc, formerly of Valders, died Saturday evening, Nov."; arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="this is a Bold & Beautiful post
"; arnews[5] += "This. For crying out loud. Some of these Docs should try just SAYING they did something... put them under, cover their face with gauze and then later removing it to say, \"OH! You look SO much better now!\" when they come out of it."; arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 02:36:23 GMT"; arnews[5] += "
"; totcount = 6; 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("
");