var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="H1N1 Vaccinations Suspended in San Joaquin County - KXTV News10Net
";
arnews[0] += "STOCKTON, CA - H1N1 flu vaccination clinics in San Joaquin County were suspended Friday until more doses of the vaccine were available, county public health officials announced. \"We are sorry that we need to suspend our H1N1 influenza clinics for now ...";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[0] += "
";
arnews[1]="PRIVATE PRACTICE "Sins of the Father" Season 3 Episode 8 - Daemon's TV
";
arnews[1] += "Private Practice\" stars Kate Walsh as Dr. Addison Forbes Montgomery, Tim Daly as Dr. Pete Wilder, Audra McDonald as Dr. Naomi Bennett, Paul Adelstein as Dr. Cooper Freedman, KaDee Strickland as Dr. Charlotte King, Chris Lowell as William Dell Parker ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 20:52:00 GMT";
arnews[1] += "
";
totcount = 2;
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("