var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Gina Gershon Portrays The Complex Character Of Pat Allanson In Two Part Movie: By Gina Gomez Nov.15, (THAINDIA.. http://bit.ly/GTf3W
";
arnews[0] += "Gina Gershon Portrays The Complex Character Of Pat Allanson In Two Part Movie: By Gina Gomez Nov.15, (THAINDIA..";
arnews[0] += "
";
arnews[1]="Valli Hilaire: watching the 2nd part of Everything She Ever Wanted, Gina Gershon's accent is still bugging me but I can't stop watching :)
";
arnews[1] += "watching the 2nd part of Everything She Ever Wanted, Gina Gershon's accent is still bugging me but I can't stop watching :)";
arnews[1] += "
";
arnews[2]="Pat Allanson: Gina Gershon Portrays The Complex Character Of Pat Allanson In Two Part Movie - Thaindian.comNov... http://tinyurl.com/ybjj7a9
";
arnews[2] += "Pat Allanson: Gina Gershon Portrays The Complex Character Of Pat Allanson In Two Part Movie - Thaindian.comNov...";
arnews[2] += "
";
arnews[3]="Sparro: Patt Allanson Gina Gershon!
";
arnews[3] += "Patt Allanson Gina Gershon! -";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Gina Gershon @ 8th Annual Elton John AIDS Foundation's "An Enduring Vision" benefit in New York http://is.gd/4WJF0
";
arnews[4] += "Gina Gershon @ 8th Annual Elton John AIDS Foundation's \"An Enduring Vision\" benefit in New York";
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("