var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Rae: I take that back. I also love seeing Dana again. Adore Erin Daniels.
";
arnews[0] += "I take that back. I also love seeing Dana again. Adore Erin Daniels.";
arnews[0] += "
";
arnews[1]="lovelyn is there any contacts for ms erin daniels.., its a pleasure to answer me.. pllease update me... fans from philippines likes her ...
";
arnews[1] += "lovelyn is there any contacts for ms erin daniels.., its a pleasure to answer me.. pllease update me... fans from philippines likes her ... -";
arnews[1] += "
";
arnews[2]="TV Alert: Erin Daniels reunites with her soup chef on "CSI"
";
arnews[2] += "TV Alert: Erin Daniels reunites with her soup chef on \"CSI\" -";
arnews[2] += "
";
arnews[3]="Google-Style.com: erin daniels.jpg : Google-Style.com >> Fashion | Celebrities | StreetStyle | Men | Brands | Users |
";
arnews[3] += "erin daniels.jpg : Google-Style.com >> Fashion | Celebrities | StreetStyle | Men | Brands | Users | -";
arnews[3] += "
";
arnews[4]="amanda raymond: Just watched an episode of CSI- Greg German, Erin Daniels and Charisma Carpenters were guest stars
";
arnews[4] += "Just watched an episode of CSI- Greg German, Erin Daniels and Charisma Carpenters were guest stars";
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("