var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="philippe1978: Kourtney Kardashian's CVS and Starbucks Run: Kourtney Kardashian spotted wearing plaid while shopping at CVS fo.. http://bit.ly/4ESLut
";
arnews[0] += "Kourtney Kardashian's CVS and Starbucks Run: Kourtney Kardashian spotted wearing plaid while shopping at CVS fo..";
arnews[0] += "
";
arnews[1]="Kourtney Kardashian shops at CVS and picks up a Starbucks on Nov. 20 in LA - OK! Magazine http://bit.ly/6dIPnz
";
arnews[1] += "Kourtney Kardashian shops at CVS and picks up a Starbucks on Nov. 20 in LA - OK! Magazine";
arnews[1] += "
";
arnews[2]="Mădălin Oprea: Kim, Khloe, and Kourtney Kardashian Launch Jewelry Collection for Virgins ... - Jewelers Circular Keystone Online
";
arnews[2] += "Kim, Khloe, and Kourtney Kardashian Launch Jewelry Collection for Virgins ... - Jewelers Circular Keystone Online -";
arnews[2] += "
";
arnews[3]="Wolf Benedict: Kourtney Kardashian And Her Plaid Baby Bump
";
arnews[3] += "Kourtney Kardashian And Her Plaid Baby Bump -";
arnews[3] += "
";
arnews[4]="Bailey Vincent Clark: Win The Best Holiday Beauty Products Like Kate Beckinsale and Kourtney Kardashian: Exclusive Beauty Momma Giveaway
";
arnews[4] += "Win The Best Holiday Beauty Products Like Kate Beckinsale and Kourtney Kardashian: Exclusive Beauty Momma Giveaway -";
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("