var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Franco, Cedeno exchange vows - Rochelle News-Leader
";
arnews[0] += "Ray Cedeno and Eric Winter both served as the groom’s best man. Groomsmen included Julian Franco, Scott Orta, Wenty Barrett, Donnie Anderson, Jay Torres, and Jason Hamer. Natalia Grace Stepan was the couple’s flower girl and Luke Isaac Stepan ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 12:41:00 GMT";
arnews[0] += "
";
arnews[1]="Ellen Pompeo’s Baby Shower: Hosted By Heigl! - Access Hollywood
";
arnews[1] += "Katherine Heigl hosted a baby shower for “Grey’s Anatomy” co-star and pal Ellen Pomeo on Saturday, People reported. According to the mag, the “Grey’s” stars enjoyed an afternoon at Katherine’s Los Feliz home, where they were joined by ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 02:31:00 GMT";
arnews[1] += "
";
totcount = 2;
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("