var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Adrianne Curry: 'I weighed in at 150 pounds and crapped my pants' - Examiner
";
arnews[0] += "“I was hiding my fat ass until I lost a bunch of weight,\" SkinnyvsCurvy.com quoted the 5-foot-10 model as saying. \"I went in for my yearly womanly exam and I weighed in a 150.5 pounds and I crapped my pants,” she added. “I am on a no-carb diet ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 08:43:00 GMT";
arnews[0] += "
";
arnews[1]="Review: America's Next Top Model - America's Next Top Model Is ... - Tvsquad.com
";
arnews[1] += "(S13E11) I love how Tyra Banks creates revisionist history on America's Next Top Model . Not only does she denounce Adrianne Curry's name, she now is ignoring the fact that Eva, who was 5' 6.5\" won Cycle Three against \"normal\" sized models. That's an ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:29:00 GMT";
arnews[1] += "
";
totcount = 2;
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("