var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Another Beauty Pageant Sex Tape? Why Carrie Prejean is being screwed....
";
arnews[0] += "What is it with the interest in beauty pageant contestants and sex tapes? In addition to the Carrie Prejean tape, there is a new scandal, involving a Miss Universe contestant in a 3-way hard core tape.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:12:20 GMT";
arnews[0] += "
";
arnews[1]="Another Beauty Pageant Sex Tape? Why Carrie Prejean is being screwed....
";
arnews[1] += "Miss Trinidad and Tobago 2008. Video Star! tmz.com What is it with the interest in beauty pageant contestants and sex tapes? In addition to the Carrie Prejean tape, there is a new scandal, involving a Miss Universe contestant in a 3-way hard core tape.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Miss Universe 3some sex scandal
";
arnews[2] += "Cyberspace has erupted with talk of two Miss Universe contestants involved in a threesome with a fine arts photographer.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 10:45:35 GMT";
arnews[2] += "
";
arnews[3]="Miss Universe Threesome Sex Tape Scandal
";
arnews[3] += "There's a new beauty pageant sex tape scandal a-brewing and this time it has nothing to do with Carrie Prejean.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 02:21:35 GMT";
arnews[3] += "
";
arnews[4]="Miss Universe Threesome Sex Tape Video Re-Introduces Miss Trinidad and Tobago to the World
";
arnews[4] += "A sex tape video recently surfaced where Miss Trinidad and Tobago was engaged in a threesome and it was first thought that the second female in the video was Miss Japan, but Anya Ayoung-Chee's boyfriend, Wyatt Gallery, has stepped forward to attest that the third person in the threesome sex tape video was not Miss Japan.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 14:43:08 GMT";
arnews[4] += "
";
arnews[5]="Another Miss Universe Contestant Involved in Sex Scandal
";
arnews[5] += "Home : Features : : Another Miss Universe Contestant Involved in Sex Scandal Another Miss Universe Contestant Involved in Sex Scandal 18-Nov-2009 Written by: Ingrid Bergquist Miss Trinidad and Tobago was involved in a sex scandal as video of a threesome surfaces.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("