var arnews = new Array(7); totcount = 3; rnd = 0; arnews[0]="Primetime Emmy 61 Red Carpet Interview - Melora Hardin
"; arnews[0] += "

On the red carpet at The 61st Primetime Emmy Awards with Melora Hardin of 'The Office'

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Celebrity Interviews - The Office: Melora Hardin 2
"; arnews[1] += "

Melora Hardin, Jan from THE OFFICE, joins John Fugelsang and Teresa Strasser in the TV Watercooler studio. Find out about her DIRTY DANCING past and her gigs moonlighting as a cabaret singer.

Add this to your queue
Added: Thu Sep 04 22:54:44 UTC 2008
Duration: 04:47

"; arnews[1] += "
Publ.Date : Thu, 04 Sep 2008 22:54:44 -0000"; arnews[1] += "
"; document.title=document.title+ " "; arnews[2]="Celebrity Interviews - The Office: Melora Hardin
"; arnews[2] += "

Sit down with Melora Hardin, Jan from THE OFFICE, for an exclusive interview with Hollywood 411's Madison Michele.

Add this to your queue
Added: Sat Apr 12 02:55:56 UTC 2008
Duration: 03:54

"; arnews[2] += "
Publ.Date : Sat, 12 Apr 2008 02:55:56 -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("
");