var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Rachel Specter is going to be on tonight’s episode of The College Humor Show, very cool!
";
arnews[0] += "Rachel Specter is going to be on tonight’s episode of The College Humor Show, very cool! -";
arnews[0] += "
";
arnews[1]="Noah Roth: @jordangerous Re: Body spray- Excellent marketing & Rachel Specter happened here: http://bit.ly/7IJpT and here: http://bit.ly/6Me5H
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Google-Style.com: Rachel_specter_rs_AtHPZWd_883.jpg : Google-Style.com >> Fashion | Celebrities | StreetStyle | Men | Brands | Users |
";
arnews[2] += "Rachel_specter_rs_AtHPZWd_883.jpg : Google-Style.com >> Fashion | Celebrities | StreetStyle | Men | Brands | Users | -";
arnews[2] += "
";
arnews[3]="Johnny John Peters: The 'Gilmore Girls' Project: Season 5, Episode 17 - Rachel Specter x6 http://is.gd/1eV4k
";
arnews[3] += "The 'Gilmore Girls' Project: Season 5, Episode 17 - Rachel Specter x6";
arnews[3] += "
";
arnews[4]="even Rachel Specter is in The House Bunny too
";
arnews[4] += "even Rachel Specter is in The House Bunny too -";
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("