var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Life Coach: Karissa and Kristina Shannon Pose for Playboy Magazine (Photoshoot)
";
arnews[0] += "Karissa and Kristina Shannon Pose for Playboy Magazine (Photoshoot) -";
arnews[0] += "
";
arnews[1]="India Sphere: Kristina Shannon and Karissa Sign Autographs at the Playboy Images
";
arnews[1] += "Kristina Shannon and Karissa Sign Autographs at the Playboy Images -";
arnews[1] += "
";
arnews[2]="Crystal Harris: I'm Not Holly Madison!
";
arnews[2] += "Crystal Harris: I'm Not Holly Madison! -";
arnews[2] += "
";
arnews[3]="what: Karissa and Kristina Shannon Pose for Playboy Magazine (Photoshoot)
";
arnews[3] += "Karissa and Kristina Shannon Pose for Playboy Magazine (Photoshoot) -";
arnews[3] += "
";
arnews[4]="Anna Smith: Playboy's Sexy Girls Next Door: Twins Karissa and Kristina Shannon (Photos) - HipHopRX
";
arnews[4] += "Playboy's Sexy Girls Next Door: Twins Karissa and Kristina Shannon (Photos) - HipHopRX -";
arnews[4] += "
";
totcount = 5;
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("