var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jeff S.: @mattspringer Also, I know Phoebe Cates, except that I probably don't.
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="twilightzone: Galleries - Phoebe Cates
";
arnews[1] += "Galleries - Phoebe Cates -";
arnews[1] += "
";
arnews[2]="Phoebe Cates - She was in 18 movies, a singer, and married to Kevin Klein. She'll always be known for 5 seconds of topless fame.
";
arnews[2] += "Phoebe Cates - She was in 18 movies, a singer, and married to Kevin Klein. She'll always be known for 5 seconds of topless fame. -";
arnews[2] += "
";
arnews[3]="bebizzy: @Natskis Nah, but the Phoebe Cates pool scene was pretty memorable (wink, wink, nudge, nudge).
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="The Spotted Olive: @GritFX Excellent! Moving In Stereo by The Cars, forever associated with the Phoebe Cates scene in Fast Times. http://bit.ly/485MQR Gr8 song
";
arnews[4] += "@";
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("