var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Project Runway Recap: The Top 13, like all contestants before them, freak out over real, live women
";
arnews[0] += "Still wondering who these people think is going to buy their clothes? February is, I think, Heart Health month or something like that, so I'm seeing lots of random references to people wearing red.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 14:29:23 GMT";
arnews[0] += "
";
arnews[1]="7 New Videos from Breaking Bad's 3rd Season
";
arnews[1] += "We've got your first look at 3 new TV spots and 3 behind-the-scenes videos with the cast and crew of Breaking Bad .";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 07:59:56 GMT";
arnews[1] += "
";
arnews[2]="'Project Runway' Recap: 'Design Your Heart Out'
";
arnews[2] += "Last night on \" Project Runway ,\" the designers had to make clothes for real women! The prospect of losing their size -4 dress-up dolls gave many of the designers heart palpitations, which was appropriate for the challenge.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 02:58:46 GMT";
arnews[2] += "
";
arnews[3]="Dave in Northridge
";
arnews[3] += "Thank you, Tim Gunn. For me, the biggest story of Thursday's episode wasn't the challenge or the designs but the fact that the designers were complaining SO much about designing for non-models. So many of them kvetched about their clients being \"full-figured\" that I wonder if they all must have been out of town for the episode of \"PR\" several ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Project Runway Season 7 Episode 4: Create a Signature Dress For...
";
arnews[4] += "February 05, 2010 You've gotta have heart! No, thank GOD, this week's Project Runway was not a sappy Valentine's Day episode.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 23:27:31 GMT";
arnews[4] += "
";
totcount = 5;
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("