var arnews = new Array(6); totcount = 3; rnd = 0; arnews[0]="Oksana Grigorieva Breaks Onto the Music Scene
"; arnews[0] += "

The singer is receiving rave reviews for her debut "Beautiful Heartache."

Add this to your queue
Duration: 01:04

"; arnews[0] += "
"; arnews[1]="Oksana Baiul Hits The Ice
"; arnews[1] += "

Former Olympic champion Oksana Baiul will comepete against a slew of fellow figure skaters in CBS's "Ice Wars" special. She performed a routine in Central Park for The Early Show.

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; document.title=document.title+ " "; arnews[2]="Mel and Oksana Step Out!
"; arnews[2] += "

It's no secret anymore! Mel Gibson and actress girlfriend Oksana Grigorieva smiled and held hands in public at the L.A. premiere of 'X-Men Origins: Wolverine' on Tuesday night.

Add this to your queue
Duration: 00:21

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