var arnews = new Array(8); totcount = 8; rnd = 0; arnews[0]="The 51st Grammy Awards - Emily Procter Red Carpet Interview
"; arnews[0] += "

Emily Procter Red Carpet Interview with ET's Thea Andrews

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="The 51st Grammy Awards - Paula Abdul Red Carpet Interview
"; arnews[1] += "

Paula Abdul Red Carpet Interview with ET's Thea Andrews

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="The 51st Grammy Awards -Trey Songz Red Carpet Interview
"; arnews[2] += "

Trey Songz Red Carpet Interview with ET's Thea Andrews

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="The 51st Grammy Awards - Flo Rida Red Carpet Interview
"; arnews[3] += "

Flo Rida Red Carpet Interview with ET's Thea Andrews

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="The 51st Grammy Awards -Snoop Dogg Red Carpet Interview
"; arnews[4] += "

Snoop Dogg Red Carpet Interview with ET's Thea Andrews

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="The 51st Grammy Awards - Neil Portnow Red Carpet Interview
"; arnews[5] += "

Neil Portnow Red Carpet Interview with ET's Thea Andrews

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="The 51st Grammy Awards - Barry Manilow Red Carpet Interview
"; arnews[6] += "

Barry Manilow Red Carpet Interview with ET's Thea Andrews

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="The 51st Grammy Awards - Dorinda Clarke Cole Red Carpet Interview
"; arnews[7] += "

Dorinda Clarke Cole Red Carpet Interview with ET's Thea Andrews

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("
");