var arnews = new Array(8); totcount = 3; rnd = 0; arnews[0]="The Jay Leno Show - Rachel Griffiths Earns Her Plug, Part 2
"; arnews[0] += "

It's time for Earn Your Plug!

Add this to your queue
Added: Sat Oct 17 19:27:08 UTC 2009
Air date: Fri Oct 16 00:00:00 UTC 2009
Duration: 02:03

"; arnews[0] += "
Publ.Date : Sat, 17 Oct 2009 19:27:08 -0000"; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="The Jay Leno Show - Rachel Griffiths Interview, Part 1
"; arnews[1] += "

Jay interviews Rachel Griffiths.

Add this to your queue
Added: Sat Oct 17 19:27:08 UTC 2009
Air date: Fri Oct 16 00:00:00 UTC 2009
Duration: 03:59

"; arnews[1] += "
Publ.Date : Sat, 17 Oct 2009 19:27:08 -0000"; arnews[1] += "
"; arnews[2]="The Jay Leno Show - Rachel Griffiths Interview, Part 2
"; arnews[2] += "

Jay interviews Rachel Griffiths.

Add this to your queue
Added: Sat Oct 17 19:18:09 UTC 2009
Air date: Fri Oct 16 00:00:00 UTC 2009
Duration: 02:19

"; arnews[2] += "
Publ.Date : Sat, 17 Oct 2009 19:18:09 -0000"; 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("
");