var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Reeling 2009: Oy Vey! My Son is Gay!! - ChicagoPride.com
";
arnews[0] += "With an all-star cast that includes Bruce Vilanch and Vincent Pastore from The Sopranos, Oy Vey! explores the boundaries of unconditional family love. This selection is the Reeling Closing Night Feature. Admission: $10.00 ($8.00 members), tickets ...";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 05:53:00 GMT";
arnews[0] += "
";
arnews[1]="Super Megafest arrives in Framingham this weekend - Milford Daily News
";
arnews[1] += "... expected celebrity guests includes actors, singers, wrestlers and a handful of instantly recognizable pop culture icons including actor Vincent Pastore who played Sal \"Big Pussy\" Bonpensiero ... Sciver and an autographed photo of a prior ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:11: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("