var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="team sleep: Goo Goo Dolls – Big Machine
"; arnews[0] += "Goo Goo Dolls – Big Machine -"; arnews[0] += "
"; arnews[1]="team sleep: Goo Goo Dolls – Fallin' Down
"; arnews[1] += "Goo Goo Dolls – Fallin' Down -"; arnews[1] += "
"; arnews[2]="Coach Adam: My Name Is by Eminem, I Can't Stand It by Clapton, Get the Funk Out by Extreme, Watershed by Foo Fighters, Slide by Goo Goo Dolls
"; arnews[2] += "My Name Is by Eminem, I Can't Stand It by Clapton, Get the Funk Out by Extreme, Watershed by Foo Fighters, Slide by Goo Goo Dolls"; arnews[2] += "
"; arnews[3]="THIS.WILL.DESTROY.YOU: Goo Goo Dolls – Iris
"; arnews[3] += "Goo Goo Dolls – Iris -"; arnews[3] += "
"; arnews[4]="THIS.WILL.DESTROY.YOU: Goo Goo Dolls – Bullet Proof
"; arnews[4] += "Goo Goo Dolls – Bullet Proof -"; 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("
");