var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="SIGHting
";
arnews[0] += "SIGHting -";
arnews[0] += "
";
arnews[1]="Paul Rogers: SJP and Cynthia Nixon covered up as they filmed scenes for the sequel in Marrakech.
";
arnews[1] += "SJP and Cynthia Nixon covered up as they filmed scenes for the sequel in Marrakech.";
arnews[1] += "
";
arnews[2]="jamil da silva: Lady Gaga Support Gay And Lesbian Rights: WASHINGTON D.C - Star “Sex and the City” Cynthia Nixon and her partne.. http://bit.ly/3iAzRj
";
arnews[2] += "Lady Gaga Support Gay And Lesbian Rights: WASHINGTON D.C - Star “Sex and the City” Cynthia Nixon and her partne..";
arnews[2] += "
";
arnews[3]="jamil da silva: jamiul: Lady Gaga Support Gay And Lesbian Rights: WASHINGTON D.C - Star “Sex and the City” Cynthia Nixon and her partne.. http://bit.ly/3iAzRj
";
arnews[3] += "jamiul: Lady Gaga Support Gay And Lesbian Rights: WASHINGTON D.C - Star “Sex and the City” Cynthia Nixon and her partne..";
arnews[3] += "
";
arnews[4]="ja1000: Lady Gaga Support Gay And Lesbian Rights: WASHINGTON D.C - Star “Sex and the City” Cynthia Nixon and her partne.. http://bit.ly/3iAzRj
";
arnews[4] += "Lady Gaga Support Gay And Lesbian Rights: WASHINGTON D.C - Star “Sex and the City” Cynthia Nixon and her partne..";
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("