var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="PHOTO: Kim Kardashian Wears Her Mom's Wedding Dress
";
arnews[0] += "PHOTO: Kim Kardashian Wears Her Mom's Wedding Dress -";
arnews[0] += "
";
arnews[1]="Hair Loss In Women: PHOTO: Kim Kardashian Wears Her Mom's Wedding Dress - Us Magazine http://tinyurl.com/yl6f5yb
";
arnews[1] += "PHOTO: Kim Kardashian Wears Her Mom's Wedding Dress - Us Magazine";
arnews[1] += "
";
arnews[2]="RT @SmithsonianRAP Kim Kardashian plays viola? Doesn't fit with my image of her. :-)
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="SL: #KimKardashian Kim Kardashian Getting Married…in That? http://su.pr/1XczvV
";
arnews[3] += "";
arnews[3] += "
";
arnews[4]="nitendra singh: Kim Kardashian hot tape pics sexy photos bikini pictures
";
arnews[4] += "Kim Kardashian hot tape pics sexy photos bikini pictures -";
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("