var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="iGracie: i am VERY convinced that Maggie Gyllenhaal has a boob bounce clause in her movie contracts.
";
arnews[0] += "i am VERY convinced that Maggie Gyllenhaal has a boob bounce clause in her movie contracts.";
arnews[0] += "
";
arnews[1]="emerson999: RT @sesamestreet Grover: I cannot WAIT to meet Maggie Gyllenhaal when she visits Sesame St. tomorrow! I hope she is not afraid of monsters!
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Vanessa Elmer: #NewMoon God during the whole thing looking at KStew gave me the feeling I got watching Maggie Gyllenhaal in Dark Knight...euuw...rough
";
arnews[2] += "";
arnews[2] += "
";
arnews[3]="Amani: Jeff Bridges & Maggie Gyllenhaal star in "Crazy Heart" (trailer inside)
";
arnews[3] += "Jeff Bridges & Maggie Gyllenhaal star in \"Crazy Heart\" (trailer inside) -";
arnews[3] += "
";
arnews[4]="Amani: Jeff Bridges & Maggie Gyllenhaal star in "Crazy Heart" (trailer inside): Here is a nice trailer I discovered for a ... http://bit.ly/8216T9
";
arnews[4] += "Jeff Bridges & Maggie Gyllenhaal star in \"Crazy Heart\" (trailer inside): Here is a nice trailer I discovered for a ...";
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("