var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Steven Stiefel: I love Rachael Harris! She's Hilarious... http://bit.ly/vmUxa
";
arnews[0] += "I love Rachael Harris! She's Hilarious...";
arnews[0] += "
";
arnews[1]="mark lim: hunter parrish for GQ he should have been the star of 17 Again (and zac efron the bully instead of him.) and he can actually sing (he was on spring awakening) as opposed to efron who had to be dubbed on high school musical. just saying. oh and i love the outfit. i wish i could wear something like this here. but ill die of heat stroke no doubt.
";
arnews[1] += "hunter parrish for GQ he should have been the star of 17 Again (and zac efron the bully instead of him.) and he can actually sing (he was on spring awakening) as opposed to efron who had to be dubbed on high school musical. just saying. oh and i love the outfit. i wish i could wear something like this here. but ill die of heat stroke no doubt. -";
arnews[1] += "
";
arnews[2]="Hunter Parrish is Not Afraid to Take Risks
";
arnews[2] += "Hunter Parrish is Not Afraid to Take Risks -";
arnews[2] += "
";
arnews[3]="Tattle2.Me: Hunter Parrish is Not Afraid to Take Risks
";
arnews[3] += "Hunter Parrish is Not Afraid to Take Risks -";
arnews[3] += "
";
arnews[4]="Hunter Parrish is Not Afraid to Take Risks | Meotive
";
arnews[4] += "Hunter Parrish is Not Afraid to Take Risks | Meotive -";
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("