var arnews = new Array(5);
totcount = 3;
rnd = 0;
arnews[0]="The Daily What: Someone Got Told of the Day: Three former Miss Californias — Tamiko Nash, Raquel Beezley, and Shanna Moakler — made their strong distaste for fellow Cali beauty queen Carrie Prejean’s same-sex marriage views known by appearing together in a print ad supporting equal marriage rights. Moakler told Us magazine that she believes Prejean lost the Miss USA pageant not because she’s opposed to same-sex marriage, but because she “wasn’t able to convey compassion for ALL the people that, as MISS USA, she would be representing.” [via.]
";
arnews[0] += "Someone Got Told of the Day: Three former Miss Californias — Tamiko Nash, Raquel Beezley, and Shanna Moakler — made their strong distaste for fellow Cali beauty queen Carrie Prejean’s same-sex marriage views known by appearing together in a print ad supporting equal marriage rights. Moakler told Us magazine that she believes Prejean lost the Miss... -";
arnews[0] += "
";
arnews[1]="Someone Got Told of the Day: Three former Miss Californias — Tamiko Nash, Raquel Beezley, and Shanna Moakler — made their strong distaste for fellow Cali beauty queen Carrie Prejean’s same-sex marriage views known by appearing together in a print ad supporting equal marriage rights. Moakler told Us magazine that she believes Prejean lost the Miss USA pageant not because she’s opposed to same-sex marriage, but because she “wasn’t able to convey compassion for ALL the people that, as MISS USA, she would be representing.” [via.]
";
arnews[1] += "Someone Got Told of the Day: Three former Miss Californias — Tamiko Nash, Raquel Beezley, and Shanna Moakler — made their strong distaste for fellow Cali beauty queen Carrie Prejean’s same-sex marriage views known by appearing together in a print ad supporting equal marriage rights. Moakler told Us magazine that she believes Prejean lost the Miss... -";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="Live4Emma (L4S): Shanna Moakler in Gay Rights Ad With Former Miss California Contestants - http://www.usmagazine.com/news/shanna-moakler-in-gay-rights-ad-with-former-miss-california-contestants++-2009284
";
arnews[2] += "Shanna Moakler in Gay Rights Ad With Former Miss California Contestants -";
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("