var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="@Jayde_Nicole Yay! Have fun in Miami! I hope it's nice and warm there! I'm tired of Ohio's cold weather. =( Enjoy yourself! =)
";
arnews[0] += "@Jayde_Nicole Yay! Have fun in Miami! I hope it's nice and warm there! I'm tired of Ohio's cold weather. =( Enjoy yourself! =) -";
arnews[0] += "
";
arnews[1]="SynchromysticTV: The Hills: Jayde Nicole Insists She's Still with Brody, Battles Award-Winning Kristin
";
arnews[1] += "The Hills: Jayde Nicole Insists She's Still with Brody, Battles Award-Winning Kristin -";
arnews[1] += "
";
arnews[2]="@jayde_nicole denver, phoenix, dallas, houston, san diego, calabasas, new york, toronto, malibu, LA, hollywood
";
arnews[2] += "@jayde_nicole denver, phoenix, dallas, houston, san diego, calabasas, new york, toronto, malibu, LA, hollywood -";
arnews[2] += "
";
arnews[3]="@Jayde_Nicole Miami?? I am a Canadian (scarborough) homegirl that you need to follow regardless.
";
arnews[3] += "@Jayde_Nicole Miami?? I am a Canadian (scarborough) homegirl that you need to follow regardless. -";
arnews[3] += "
";
arnews[4]="@Jayde_Nicole are u in brentwood ca?
";
arnews[4] += "@Jayde_Nicole are u in brentwood ca? -";
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("