var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pretty Wicked
";
arnews[0] += "America's Next Top Model Winner CariDee English hosts C4's brand new reality show - Pretty Wicked! Pretty Wicked puts looks aside and has these prima donnas compete to see who is the most beautiful on the inside for a grand prize of $50,000. Do you use your looks to get ahead, get out of a traffic ticket, get a job, land a boyfriend or cut through ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 23:06:34 GMT";
arnews[0] += "
";
arnews[1]="Jacqueline Smith: All you need is inner love
";
arnews[1] += "What do Tyra Banks and Tiger Woods have in common - other than hunting beautiful women? Oh and practically having the same first name - give or take an \"r\" and a \"g\". They have given the gift-wrappers something to talk to customers about between ribbons.";
arnews[1] += "
Publ.Date : Thu, 17 Dec 2009 12:00:00 GMT";
arnews[1] += "
";
arnews[2]="11.05.09 | INTERVIEW || Brad Walsh
";
arnews[2] += "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[2] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Review: America's Next Top Model - Interview 101
";
arnews[3] += "This week, the challenge for the would-be models was the dreaded CoverGirl commercial.";
arnews[3] += "
Publ.Date : Thu, 22 Oct 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Top 5 Star Slobs
";
arnews[4] += "So we know Kevin Federline needs to slim down, but it appears that he also need to clean up.";
arnews[4] += "
Publ.Date : Sun, 18 Oct 2009 05:54:29 GMT";
arnews[4] += "
";
arnews[5]="'America's Next Top Model': Cycle 7 winner CariDee English adds rock star to her resume
";
arnews[5] += "Ita s certainly commonplace for models to date rock stars, but models becoming rock stars? Thata s a twist.";
arnews[5] += "
Publ.Date : Sun, 11 Oct 2009 02:35:07 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("