var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="11.05.09 | INTERVIEW || Brad Walsh
";
arnews[0] += "I liked the guy right off the bat. He didnt have an attitude and didn't act out like some people who date someone famous.";
arnews[0] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Review: America's Next Top Model - Interview 101
";
arnews[1] += "This week, the challenge for the would-be models was the dreaded CoverGirl commercial.";
arnews[1] += "
Publ.Date : Thu, 22 Oct 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Top 5 Star Slobs
";
arnews[2] += "So we know Kevin Federline needs to slim down, but it appears that he also need to clean up.";
arnews[2] += "
Publ.Date : Sun, 18 Oct 2009 05:54:29 GMT";
arnews[2] += "
";
arnews[3]="'America's Next Top Model': Cycle 7 winner CariDee English adds rock star to her resume
";
arnews[3] += "Ita s certainly commonplace for models to date rock stars, but models becoming rock stars? Thata s a twist.";
arnews[3] += "
Publ.Date : Sun, 11 Oct 2009 02:35:07 GMT";
arnews[3] += "
";
arnews[4]="'America's Next Top Model's CariDee English Changes Her Tune
";
arnews[4] += "She may have risen to the spotlight as a model, but CariDee English has set her heart on being a musician.";
arnews[4] += "
Publ.Date : Fri, 09 Oct 2009 06:00:29 GMT";
arnews[4] += "
";
arnews[5]="'Top Model' CariDee English making move into music industry
";
arnews[5] += "According to a report on the Web site Zimbio.com, \"America's Next Top Model\" winner and Fargo native CariDee English is making a segue into the music industry.";
arnews[5] += "
Publ.Date : Thu, 08 Oct 2009 02:10:43 GMT";
arnews[5] += "
";
arnews[6]="America's Next Top Model: Whatever Happened to Teyona?
";
arnews[6] += "Usually we hear a lot about the winners of America's Next Top Model and what they've been busy with ever since their Cycle ended.";
arnews[6] += "
Publ.Date : Tue, 06 Oct 2009 04:30:15 GMT";
arnews[6] += "
";
arnews[7]="3 quick shopping tips from Christian Siriano
";
arnews[7] += "Of course you remember Christian Siriano --he's that super-awesome, flamboyant designer who won Project Runway 's fifth season.";
arnews[7] += "
Publ.Date : Sat, 03 Oct 2009 11:27:02 GMT";
arnews[7] += "
";
arnews[8]="A gathering of fashion stars
";
arnews[8] += "The Capital Fashion Awards presenters include, from left, Jonathan Waud, CariDee English, Naima Mora and Merlin Castell.";
arnews[8] += "
Publ.Date : Sun, 20 Sep 2009 07:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("