var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="House Season 6 Episode 8 Sneak Preview
";
arnews[0] += "Fox Broadcasting just released the season 6 episode 8 sneak preview for \"House\" airing 11/23/2009. \"House\" stars Hugh Laurie, Lisa Edelstein, Omar Epps, Jesse Spencer and Jennifer Morrison.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:07:13 GMT";
arnews[0] += "
";
arnews[1]="House: Preview of Episode 6.8 "Teamwork"
";
arnews[1] += "On tonight's episode of House, House 's medical license is finally reinstated so he reclaims his role as Head of Diagnostics just in time for a very interesting case - that of Hank Hardwick , an adult film star who is admitted to Princeton Plainsboro for pulsating eye pain.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 23:17:23 GMT";
arnews[1] += "
";
arnews[2]="Glamorous Celebrity Heavy Turnout For Prada Book Launch
";
arnews[2] += "It was a who's who of Hollywood's beautiful people last night at the Prada Store on Rodeo Drive in Beverly Hills, CA Friday night.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 03:01:45 GMT";
arnews[2] += "
";
arnews[3]="WTF Was She Thinking? The Week That Was In Bad Celebrity Style.
";
arnews[3] += "Leave it to Daphne Guinness to show up sporting some space age, Bride of Frankenstein look to something like a makeup launch.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 18:42:37 GMT";
arnews[3] += "
";
arnews[4]="Feds move to seize mosques and skyscraper
";
arnews[4] += "Jerry shares George's self-doubt after Elaine admits not all was as it seemed during their romantic relationship.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 04:58:00 GMT";
arnews[4] += "
";
arnews[5]="Behind the scenes of "LIVE with Regis and Kelly Part 1
";
arnews[5] += "Jerry shares George's self-doubt after Elaine admits not all was as it seemed during their romantic relationship.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 04:57:34 GMT";
arnews[5] += "
";
arnews[6]="Shania Twain dating Billy Joel?
";
arnews[6] += "Jerry shares George's self-doubt after Elaine admits not all was as it seemed during their romantic relationship.";
arnews[6] += "
Publ.Date : Fri, 13 Nov 2009 04:57:25 GMT";
arnews[6] += "
";
totcount = 7;
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("