var arnews = new Array(7); totcount = 7; rnd = 0; arnews[0]="Amanda Bynes -- Hands Off the Merchandise!
"; arnews[0] += "

With all sorts of random drunk dudes manhandling her on the way out of the club last night, Amanda Bynes laid the verbal smackdown in Hollywood

Add this to your queue
Duration: 01:11

"; arnews[0] += "
"; arnews[1]="Amanda Bynes ... Going Up?
"; arnews[1] += "

How many marginal former tween stars does it take to operate an elevator?

Add this to your queue
Duration: 01:53

"; arnews[1] += "
"; arnews[2]="Amanda Bynes Steps in Brit
"; arnews[2] += "

Poor Amanda Bynes had the unfortunate task of walking through LAX right after Britney Spears -- and facing a similar, though much less violent, pap crush.

Add this to your queue
Duration: 02:48

"; arnews[2] += "
"; arnews[3]="Amanda Bynes is Totally Awww-some
"; arnews[3] += "

For reasons unexplained, the adorable Amanda Bynes was once again swarmed by the paparazzi -- and gave her parents their very first photo shoot.

Add this to your queue
Duration: 01:54

"; arnews[3] += "
"; arnews[4]="Amanda Bynes Is 'The Man'
"; arnews[4] += "

Amanda Bynes first made a name for herself on the TV series "The Amanda Show," and is currently starring in "What I Like About You." Bynes spoke with Hannah Storm about her new movie, "She's The Man."

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Amanda Bynes
"; arnews[5] += "

Amanda gives YOU awesome advice about everyday life!

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Amanda Bynes
"; arnews[6] += "

Check out all the behind-the-scenes action when Amanda returns to Nickelodeon!

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; totcount = 7; 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("
");