var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Project Runway : Fashion Weak [Recaps]
";
arnews[0] += "Project Runway is all about vision and delusion. The vision to ask three designers to compete for a prize.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:58:32 GMT";
arnews[0] += "
";
arnews[1]="Who Are the Hungry, and Who's Feeding Them?
";
arnews[1] += "Volunteers gathered at the Valley Alliance's headquarters to package 35,000 meals in one day.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Nothing Like The Holidays
";
arnews[2] += "Our review of Nothing Like The Holidays , published October 27th, 2009, is also available.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Holiday Hair: Photo Galleries of My Favorite Hair Styles
";
arnews[3] += "You have the date set, perhaps the dress picked out and the shoes. What what in the heck are you going to do with your hair for the company holiday party? I've pulled together a special hub of holiday hair just for you.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 04:59:10 GMT";
arnews[3] += "
";
arnews[4]="The Clear-the-clutter closet makeover
";
arnews[4] += "We have more clothes than our closets have room for, and yet getting dressed in the morning is always a frenzy of trying on and flinging off.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 15:48:32 GMT";
arnews[4] += "
";
arnews[5]="Ashley Judd Named Hollywood Hero
";
arnews[5] += "Ashley Judd was named a Hollywood Hero for her tireless charity work at a star-studded ceremony on Tuesday .";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 18:24:49 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("