var arnews = new Array(6); totcount = 6; rnd = 0; arnews[0]="Wrap Cindy Crawford in Lace!
"; arnews[0] += "

Add this to your queue
Duration: 18:23

"; arnews[0] += "
"; arnews[1]="Pepsi Cindy Crawford
"; arnews[1] += "

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Cindy Crawford Extortion Scandal
"; arnews[2] += "

The model was involved in an extortion plot involving her daughter's photo.

Add this to your queue
Duration: 59:59

"; arnews[2] += "
"; arnews[3]="An interview with Cindy Crawford
"; arnews[3] += "

with Cindy Crawford on Oct 25, 1996

Add this to your queue
Duration: 19:00

"; arnews[3] += "
"; arnews[4]="Cindy Crawford: Supermoody
"; arnews[4] += "

Old School supermodel Cindy Crawford was in Hollywood last night and she was not in the friendliest of moods!

Add this to your queue
Duration: 00:24

"; arnews[4] += "
"; arnews[5]="Cindy Crawford Extortion Case
"; arnews[5] += "

A German man is accused of attempting to extort money from supermodel Cindy Crawford for a disturbing photo of her daughter. Ashley Morrison reports.

Add this to your queue
Duration: 00:00

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