var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="The Scrubs Hub: More CMA Music Festival Fun II
"; arnews[0] += "The Scrubs Hub: More CMA Music Festival Fun II -"; arnews[0] += "
"; arnews[1]="EventLine: The Scrubs Hub: More CMA Music Festival Fun II
"; arnews[1] += "The Scrubs Hub: More CMA Music Festival Fun II -"; arnews[1] += "
"; arnews[2]="Cigarette 2003 Daniel Roemer Daniel Roemer writer Sara Tanaka Sara Kimberly McCullough Mindy Pete Halvorsen James as Peter Halvorsen rest of cast listed alphabetically Michael Gregory Boss Fred
"; arnews[2] += "Cigarette 2003 Daniel Roemer Daniel Roemer writer Sara Tanaka Sara Kimberly McCullough Mindy Pete Halvorsen James as Peter Halvorsen rest of cast listed alphabetically Michael Gregory Boss Fred -"; arnews[2] += "
"; arnews[3]="Soap Opera Network: At the Scrubs event. About to Interview Jason Thompson and Kimberly McCullough - Errol
"; arnews[3] += "At the Scrubs event. About to Interview Jason Thompson and Kimberly McCullough - Errol"; arnews[3] += "
"; arnews[4]="The Hive Mind: BTW, actress Kimberly McCullough (Robin on #GeneralHospital) was in Breakin 2. She was one of the little kid break dancers.
"; arnews[4] += "BTW, actress Kimberly McCullough (Robin on"; arnews[4] += "
"; totcount = 5; 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("
");