var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="20% fashion + 80% confidence = 100% style
";
arnews[0] += "As costume designer for the CW's \"Gossip Girl,\" Eric Daman deflects responsibility for creating legions of TV addicts.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="US wants out of suit over Chinese detainee's death
";
arnews[1] += "A judge is hearing arguments this week on whether the federal government should remain part of a lawsuit alleging abuse and neglect of a Chinese immigrant who died in the custody of a Rhode Island detention center two years ago.Hiu Lui \"Jason\" Ng died of liver cancer in August 2008 after being detained for a month at the Donald W. Wyatt Detention ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 20:22:10 GMT";
arnews[1] += "
";
arnews[2]="Happy 2010 Video Birthday to Bob Marley the Prophet
";
arnews[2] += "Today we honor the birthday of Robert Nesta Marley, a genuine prophet of the people of Rastafari.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 08:11:00 GMT";
arnews[2] += "
";
arnews[3]="Chester VFD busy in 2009
";
arnews[3] += "Chester's volunteer firefighters had more calls in 2009 than Councilman Brian Handley can recall in his 16 years with the department.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 18:34:15 GMT";
arnews[3] += "
";
arnews[4]="Adult authors should stay away from children's books a " and vice versa
";
arnews[4] += "The roles are not easily interchanged ... Tom Hanks and Jared Rushton in Big. Photograph: Cine Text / Allstar Susan Hill recently got very cross at the prospect of having her work anonymously displayed, next to stories that might be the work of asylum-seeking amateurs, at a literary fringe festival.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 14:55:40 GMT";
arnews[4] += "
";
arnews[5]="What Should the Ugly Betty Cast Do Next?
";
arnews[5] += "Sadly, after a terrific first year, two terrible ones, and a pleasantly surprising much improved fourth season, Ugly Betty has been canceled due to low ratings.";
arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 22:15:38 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("