var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="paisano: In Julie & Julia, Amy Adams got excited about first comment on her blog but turned out to be her mom who said "Why are you doing this?"
";
arnews[0] += "In Julie & Julia, Amy Adams got excited about first comment on her blog but turned out to be her mom who said \"Why are you doing this?\"";
arnews[0] += "
";
arnews[1]="Johnny John Peters: Amy Adams – Sexy and cleavy@ ‘09 Miss Pettigrew premiere http://is.gd/50x7F
";
arnews[1] += "Amy Adams – Sexy and cleavy@ ‘09 Miss Pettigrew premiere";
arnews[1] += "
";
arnews[2]="opiapr: Great deal on Amazon: 'Night at the Museum: Battle of the Smithsonian (Single-Disc ...' by Amy Adams, Ben Stiller (DVD) http://bit.ly/4DBG09
";
arnews[2] += "Great deal on Amazon: 'Night at the Museum: Battle of the Smithsonian (Single-Disc ...' by Amy Adams, Ben Stiller (DVD)";
arnews[2] += "
";
arnews[3]="mm diaz: @themattmassacre it's with amy adams & emily blunt. it's really good...little miss sunshine good
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Vocalyz: @Coliexo How could anyone hate Amy Adams shes adorable lmao
";
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("