var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Johnny John Peters: Christine Lakin @ The Launch of Lauren Conrad Fashion Collection Party " LC LAUREN CONRAD With http://is.gd/3SgUp
";
arnews[0] += "Christine Lakin @ The Launch of Lauren Conrad Fashion Collection Party \" LC LAUREN CONRAD With";
arnews[0] += "
";
arnews[1]="ILC: Christine Lakin – The Launch of Lauren Conrad Fashion Collection Party ” LC LAUREN CONRAD With KOHLS ” ( Los Angeles, CA ) 10-01-2009
";
arnews[1] += "Christine Lakin – The Launch of Lauren Conrad Fashion Collection Party ” LC LAUREN CONRAD With KOHLS ” ( Los Angeles, CA ) 10-01-2009 -";
arnews[1] += "
";
arnews[2]="The Cruisin' Cripples: wants to thank Christine Lakin for being a surprise guest on tonights show! Be sure to check out all the latest on... http://bit.ly/Cvv7g
";
arnews[2] += "wants to thank Christine Lakin for being a surprise guest on tonights show! Be sure to check out all the latest on...";
arnews[2] += "
";
arnews[3]="Johnny John Peters: Christine Lakin ~ Blue Demon ~ bikini http://is.gd/4IlFc
";
arnews[3] += "Christine Lakin ~ Blue Demon ~ bikini";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Christine Lakin ~ The Cutting Edge 2 ~ bikini http://is.gd/4IlEx
";
arnews[4] += "Christine Lakin ~ The Cutting Edge 2 ~ bikini";
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("