var arnews = new Array(9);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Behind the Scenes
";
arnews[0] += "Calls for Works The Broadway Market is seeking unique crafters, ethnic vendors, fresh food and flower retailers to participate in its third annual Christkindlmarket Christmas Fair.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 11:46:38 GMT";
arnews[0] += "
";
arnews[1]="Leeza Gibbons and Sharon Gless honored at Gay & Lesbian Elder Housing's Fall Garden Party Benefit
";
arnews[1] += "Gay & Lesbian Elder Housing , the nation's only affordable housing development and organization for Lesbian, Gay, Bisexual and Transgender older adults, today announced that it raised over $250,000 at its 8th annual Garden Party event entitled \"Celebrating Equality's Pioneers.\" The amount raised came from corporate sponsorships, ticket sales, as ...";
arnews[1] += "
Publ.Date : Sat, 17 Oct 2009 19:18:00 GMT";
arnews[1] += "
";
arnews[2]="Leeza Gibbons and Sharon Gless honored at Gay & Lesbian Elder Housing's Fall Garden Party Benefit
";
arnews[2] += "On 12:58 pm EDT, Friday October 16, 2009 LOS ANGELES, Oct. 16 /PRNewswire/ -- Gay & Lesbian Elder Housing , the nation's only affordable housing development and organization for Lesbian, Gay, Bisexual and Transgender older adults, today announced that it raised over $250,000 at its 8th annual Garden Party event entitled \"Celebrating Equality's ...";
arnews[2] += "
Publ.Date : Fri, 16 Oct 2009 19:01:33 GMT";
arnews[2] += "
";
totcount = 3;
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("