var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="'Office' Star Melora Hardin
";
arnews[0] += "The actress and singer talks about her role in \"Hannah Montana: The Movie.\"";
arnews[0] += "
Publ.Date : Wed, 01 Apr 2009 22:27:43 GMT";
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...";
arnews[1] += "
Publ.Date : Thu, 04 Sep 2008 22:54:44 GMT";
arnews[1] += "
";
arnews[2]="Melora Hardin, 'The Office' Jan, talks to the TV Geek
";
arnews[2] += "Melora Hardin talks about 'The Office', her character, working with Steve Carrell & the picture taken while on vacation.";
arnews[2] += "
Publ.Date : Sun, 11 May 2008 09:27:26 GMT";
arnews[2] += "
";
arnews[3]="Celebrity Interviews: The Office: Melora Hardin
";
arnews[3] += "Sit down with Melora Hardin, Jan from THE OFFICE, for an exclusive interview with Hollywood 411's Madison Michele.";
arnews[3] += "
Publ.Date : Sat, 12 Apr 2008 02:55:56 GMT";
arnews[3] += "
";
arnews[4]="The Office: Melora Hardin
";
arnews[4] += "Sit down with Melora Hardin, Jan from THE OFFICE, for an exclusive interview with Hollywood 411's Madison Michele.";
arnews[4] += "
Publ.Date : Fri, 11 Apr 2008 22:54:41 GMT";
arnews[4] += "
";
arnews[5]="Melora Hardin
";
arnews[5] += "Is Melora the \"laugh track of hotness?\"";
arnews[5] += "
Publ.Date : Tue, 25 Mar 2008 00:00:00 GMT";
arnews[5] += "
";
document.title=document.title+ " ";
arnews[6]="Elevator - Melora Hardin Super Fan
";
arnews[6] += "http://www.youtube.com/runawaybox Melora Hardin who plays Jan Levinson on the hit TV series The Office, gets creeped out by a super fan. Are you a Melora super fan? Be sure to...";
arnews[6] += "
Publ.Date : Wed, 20 Feb 2008 17:25:03 GMT";
arnews[6] += "
";
arnews[7]="Melora Hardin: 'Why Would Anyone Watch?' - Movie Clip
";
arnews[7] += "The \"Office\" actress says a newscast will be no replacement for the \"laid-back fun\" of the Globes ceremony. (1.8.08)";
arnews[7] += "
Publ.Date : Fri, 11 Jan 2008 09:59:39 GMT";
arnews[7] += "
";
arnews[8]="2007 SAG Awards - Rainn Wilson and Melora Hardin
";
arnews[8] += "Award Season '07. Watch Melissa Rivers and Greg Proops interview Rainn Wilson and Melora Hardin at the 13th Annual Screen Actors Guild Awards.";
arnews[8] += "
Publ.Date : Mon, 29 Jan 2007 08:00:00 GMT";
arnews[8] += "
";
arnews[9]="Casino Night - Season Finale
";
arnews[9] += "In the season finale, Michael (Golden Globe winner Steve Carell) and the Dunder Mifflin crew hold a Casino Night for charity in their warehouse and take some big gambles. Rainn...";
arnews[9] += "
Publ.Date : Fri, 15 Dec 2006 02:55:19 GMT";
arnews[9] += "
";
totcount = 10;
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("