var arnews = new Array(8);
totcount = 1;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="THG's Top 10 Favorite TV Doctors - The Hollywood Gossip
";
arnews[0] += "They may not be real doctors, but they cure what ails us on TV. Well, most of the time at least. Either way, we live and die with these characters weekly. Here are The Hollywood Gossip 's 10 favorite TV doctors ... 10. Dr. Fitch Cooper, Nurse Jackie ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 22:20:00 GMT";
arnews[0] += "
";
totcount = 1;
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("