var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exposure to secondhand smoke among children in England has declined since 1996
";
arnews[0] += "The most comprehensive study to date of secondhand smoke exposure among children in England is published today in the journal Addiction .";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="Miami/South Florida - Event Report: Super Bowl Photos: Dewer's,...
";
arnews[1] += "Accompanying the slew of Super Bowl parties hosted by big name brands like Maxim and Playboy , DirecTV , Tide , and ESPN , were multi-day events in south Florida from companies such as Dewer's, Garnier Fructis, and Gatorade.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:20:32 GMT";
arnews[1] += "
";
arnews[2]="Star Power
";
arnews[2] += "The astrologist Susan Miller was speeding up Madison Avenue in a cab recently from Frederic Fekkai, where she'd had her hair blown out, toward Barneys, despite the fact that the young man at the Fekkai counter had been unable to snag her a last-minute reservation at Fred's for lunch.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:36:24 GMT";
arnews[2] += "
";
arnews[3]="A burst of Austin celebrity news
";
arnews[3] += "Michael Barnes is the Austin American-Statesman's social columnist. He lives in South Austin with his partner, Kip, two dogs and two cats.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:11:06 GMT";
arnews[3] += "
";
arnews[4]="Top trends from 'Fashion Week' in New York 2010
";
arnews[4] += "Will skinny jeans still be in? Eighties-style shoulder pads and neon colors? Platforms or pointy-toes? The fashion world waits with bated breath for a single week during the coldest of cold months.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:57:42 GMT";
arnews[4] += "
";
arnews[5]="Eagles to meet Priceville in area finals
";
arnews[5] += "The Douglas varsity girls won for the 15th time in their last 19 games by blasting Columbia 60-38 Thursday night in the Class 4A, Area 13 Tournament at Loyd Berry Gym.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 00:00:58 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("