var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Alexis Walker: James Franco, Acting God Turned Soap Opera Stud - Observer Online
"; arnews[0] += "James Franco, Acting God Turned Soap Opera Stud - Observer Online -"; arnews[0] += "
"; arnews[1]="gridsix: Seriously? James Franco Makes General Hospital Debut (Vid)
"; arnews[1] += "Seriously? James Franco Makes General Hospital Debut (Vid) -"; arnews[1] += "
"; arnews[2]="Philip Ze: Seriously? James Franco Makes General Hospital Debut (Vid)
"; arnews[2] += "Seriously? James Franco Makes General Hospital Debut (Vid) -"; arnews[2] += "
"; arnews[3]="Michael De Leon: @Rose_Flores I didn't realize I changed my name to James Franco :)
"; arnews[3] += "@"; arnews[3] += "
"; arnews[4]="Allen Sentance: Seriously? James Franco Makes General Hospital Debut (Vid)
"; arnews[4] += "Seriously? James Franco Makes General Hospital Debut (Vid) -"; 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("
");