var arnews = new Array(5);
totcount = 4;
rnd = 0;
arnews[0]="Justin: Long curly hairstyle from Miss Australia Caroline Pemberton
";
arnews[0] += "Long curly hairstyle from Miss Australia Caroline Pemberton -";
arnews[0] += "
";
arnews[1]="Beauty Comes: RioLife Acai Berry Health Food & Supplement Info: Miss Australia 2007 Caroline Pemberton explains the benefits of.. http://tinyurl.com/ ...
";
arnews[1] += "RioLife Acai Berry Health Food & Supplement Info: Miss Australia 2007 Caroline Pemberton explains the benefits of..";
arnews[1] += "
";
arnews[2]="Beauty Comes: Miss Australia with RioLife Organic Acai Berry Health Food Supplement: Miss Australia 2007 Caroline Pemberton e.. http://tinyurl.com/mmkjx7
";
arnews[2] += "Miss Australia with RioLife Organic Acai Berry Health Food Supplement: Miss Australia 2007 Caroline Pemberton e..";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Charcoal BMW 328, 2008 GAS SAVER (North Dallas) $415
";
arnews[3] += "Charcoal BMW 328, 2008 GAS SAVER (North Dallas) $415";
arnews[3] += "
";
totcount = 4;
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("