var arnews = new Array(8); totcount = 8; rnd = 0; arnews[0]="Shawn Johnson Captures the Bronze ... Tan
"; arnews[0] += "

Either Shawn Johnson is part Oompa Loompa ... or the "Dancing with the Stars" contestant/Olympian spent a little too much time in the tanning booth lately.

Add this to your queue
Duration: 00:35

"; arnews[0] += "
"; arnews[1]="Shawn Johnson Doesn't Miss a Step
"; arnews[1] += "

Hours after her alleged stalker pleaded not guilty, Shawn Johnson was in the studio rehearsing for "Dancing with the Stars."

Add this to your queue
Duration: 00:23

"; arnews[1] += "
"; arnews[2]="Shawn Johnson -- Quiet as a Mouse
"; arnews[2] += "

We tried to ask Shawn Johnson if she'd seen that whole Topo Gigio mess, but she vaulted over the question like the gold medalist she is.

Add this to your queue
Duration: 01:22

"; arnews[2] += "
"; arnews[3]="Shawn Johnson's Stalker -- Dash Cam
"; arnews[3] += "

Watch dash cam footage of Shawn Johnson's stalker being pulled over in Loxely, Alabama.

Add this to your queue
Duration: 02:47

"; arnews[3] += "
"; arnews[4]="Shawn Johnson: Dancing Machine
"; arnews[4] += "

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Shawn Johnson Stalker Detained
"; arnews[5] += "

Olympic gold medalist and 'Dancing With The Stars' contestant Shawn Johnson is back at work following a stalking incident, reports Hattie Kauffman.

Add this to your queue
Duration: 01:55

"; arnews[5] += "
"; arnews[6]="Dancing with the stars - Team Mambo - Shawn Johnson and Chuck Wicks
"; arnews[6] += "

...Melissa replaced with Lacey but not scored

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Shawn Johnson Reacts to 'Extremely Shocking' Win
"; arnews[7] += "

Add this to your queue
Duration: 00:00

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