var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Obama Announces Creation of Childhood Obesity Task Force
";
arnews[0] += "Look for food marketing to get renewed scrutiny in Washington. President Obama Tuesday announced the creation of a childhood obesity task force and gave it 90 days to come up with an action plan and \"a generation\" to solve the problem through a \"coordinated federal response.\" The task force will be chaired by Lawrence Summers, assistant to the ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:43:54 GMT";
arnews[0] += "
";
arnews[1]="Six Nations 2010: Lewis Moody calls for dogged display from England against Italy
";
arnews[1] += "Lewis Moody has warned England they will need all the \"dog, heart and enthusiasm\" in their armoury if they are to beat Italy in Rome this Sunday.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:24:23 GMT";
arnews[1] += "
";
arnews[2]="What's to become of the Film Office?
";
arnews[2] += "It has come to our attention that our friend, Robert Parente, right, will be let go from the City's Office of Film and Cultural Affairs.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:08:24 GMT";
arnews[2] += "
";
arnews[3]="New class of Texas sports heroes at hall of fame induction
";
arnews[3] += "Looking around at the expanded Texas Sports Hall of Fame, Kim Mulkey could hardly believe she's part of the latest class of inductees.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:04:40 GMT";
arnews[3] += "
";
arnews[4]="Landmark debate: Same sex surrogacy split looms
";
arnews[4] += "CONTROVERSIAL laws giving same-sex couples and sole parents the right to have a child through surrogacy are set to divide State Parliament in a landmark debate today.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:37:43 GMT";
arnews[4] += "
";
arnews[5]="Same sex surrogacy split looms
";
arnews[5] += "CONTROVERSIAL laws giving same-sex couples and sole parents the right to have a child through surrogacy are set to divide State Parliament in a landmark debate today.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 16:57:45 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("