var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kennett ready to lead the Dominican women's tennis team in its first...
";
arnews[0] += "Dominican University women's tennis coach Greg Kennett talks with his players about their upcoming match during practice on the Dominican University tennis courts in San Rafael.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Kennett ready to lead the Dominican women's tennis team in its first year in NCAA Division II
";
arnews[1] += "Dominican University women's tennis coach Greg Kennett talks with his players about their upcoming match during practice on the Dominican University tennis courts in San Rafael.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Local Woman Completes Tanning Training
";
arnews[2] += "Jessica McCann, of Sun Shine Tanning Studio Inc. in Chillicothe, has completed successfully the internationally recognized Associate Training Track for indoor tanning facility operators offered by the International Smart Tan Network.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Men's swim team cruises past SMU
";
arnews[3] += "The top-ranked Texas men's swimming team captured 12 of 15 events en route to a 158-110 victory over No.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 02:58:24 GMT";
arnews[3] += "
";
arnews[4]="Tuned In: Michael Steinberg's S.F. Symphony friends make music to honor his memory
";
arnews[4] += "SATURDAY NIGHT'S San Francisco Symphony subscription concert in Davies Hall will be preceded at 5:30 by a free musical event that is both warm tribute and sad farewell.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 22:53:52 GMT";
arnews[4] += "
";
arnews[5]="Just An Online Minute... The Key To Viral Success? Sneeze On The Salad Bar
";
arnews[5] += "I left Hammerstein punching my fist into the air and chanting \"GTL! GTL!\" , wrestling with choices: Do I turn around as quickly as Ronnie moves his hips on the Karma dance floor and do a shot with a monkey puppet ? Or do I stay the course: honoring my commitment to attend \"Digital Cocktails: Keys To Social Media Success\" as part of my Social Media ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 21:32:19 GMT";
arnews[5] += "
";
totcount = 6;
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("