var arnews = new Array(7); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sel
"; arnews[0] += "This week's \"America's Next Top Model\" was all about fighting for what you want."; arnews[0] += "
Publ.Date : Thu, 15 Oct 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="America's Next Top Model Trivia - Cycle 13 - Episode 7
"; arnews[1] += "Do you know all about America's Next Top Model Cycle 13? Take this quiz based on episode 7 to see if you're as smart as you think you are."; arnews[1] += "
Publ.Date : Sun, 11 Oct 2009 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="'America's Next Top Model': The contestants fight to stay on top
"; arnews[2] += "This week's \"America's Next Top Model\" was all about fighting for what you want."; arnews[2] += "
Publ.Date : Thu, 15 Oct 2009 19:40:21 GMT"; arnews[2] += "
"; arnews[3]="'America's Next Top Model': Episode 7 recap
"; arnews[3] += "The seventh episode opens with the remaining girls in the limo wondering what their best photo would have been if the challenge had focused on them individually rather than in groups of three."; arnews[3] += "
Publ.Date : Thu, 15 Oct 2009 18:08:44 GMT"; arnews[3] += "
"; arnews[4]="America's Next Top Model
"; arnews[4] += "Ashley, the dancer who was hand-picked from Tyra's studio audience, was sent home last week."; arnews[4] += "
Publ.Date : Thu, 15 Oct 2009 15:00:29 GMT"; arnews[4] += "
"; arnews[5]="America's Next Top Model: Petite Ninja Warriors
"; arnews[5] += "Who suggests these photoshoots? I'm convinced that Tyra pulls things out of a hat."; arnews[5] += "
Publ.Date : Thu, 15 Oct 2009 04:33:00 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("
");document.write("
");