var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="At 29, shouldn't Elisabeth Harnois' days of playing a high schooler -- like in "Point Pleasant" or "Pretty Persuasion" -- be past her?
";
arnews[0] += "At 29, shouldn't Elisabeth Harnois' days of playing a high schooler -- like in \"Point Pleasant\" or \"Pretty Persuasion\" -- be past her?";
arnews[0] += "
";
arnews[1]="Jack Mack: Elisabeth Harnois Hot Photo Shoot
";
arnews[1] += "Elisabeth Harnois Hot Photo Shoot -";
arnews[1] += "
";
arnews[2]="Jessica: Elisabeth Harnois - Tim Hale shoot in Los Angeles
";
arnews[2] += "Elisabeth Harnois - Tim Hale shoot in Los Angeles -";
arnews[2] += "
";
arnews[3]="mangek: j watched Solstice. Was alright, not very scary. Elisabeth Harnois is pretty cute. :-]
";
arnews[3] += "j watched Solstice. Was alright, not very scary. Elisabeth Harnois is pretty cute. :-]";
arnews[3] += "
";
arnews[4]="Google-Style.com: ElisabethH_Grani_5639404_400.jpg : Welcome to Google-Style.com
";
arnews[4] += "ElisabethH_Grani_5639404_400.jpg : Welcome to Google-Style.com -";
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("