var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Latest News: Monica Potter
";
arnews[0] += "Monica Potter -";
arnews[0] += "
";
arnews[1]="Johnny John Peters: Monica Potter @ Spike TV's Scream 2009 - Arrivals, Los Angeles, October 17 - 3 HQs http://is.gd/4pBkW
";
arnews[1] += "Monica Potter @ Spike TV's Scream 2009 - Arrivals, Los Angeles, October 17 - 3 HQs";
arnews[1] += "
";
arnews[2]="Shannon York: Fug Over Heels: Remember when Monica Potter here was all poised to be the next big thing? Yes, you do. The phra.. http://tinyurl.com/yglx954
";
arnews[2] += "Fug Over Heels: Remember when Monica Potter here was all poised to be the next big thing? Yes, you do. The phra..";
arnews[2] += "
";
arnews[3]="The.Last.House.on.the.Left.2009.Blu-ray.VC1.1080P.DTSHDMA【魔屋 原盘中字ISO】 (原盘)
";
arnews[3] += "The.Last.House.on.the.Left.2009.Blu-ray.VC1.1080P.DTSHDMA【魔屋 原盘中字ISO】 (原盘) -";
arnews[3] += "
";
arnews[4]="ILC: Monica Potter -Spike TV’s Scream 2009 – Arrivals, Los Angeles, October 17
";
arnews[4] += "Monica Potter -Spike TV’s Scream 2009 – Arrivals, Los Angeles, October 17 -";
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("