var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Raj: Is Giuliana Rancic Pregnant Video , Giuliana Rancic Pregnant
";
arnews[0] += "Is Giuliana Rancic Pregnant Video , Giuliana Rancic Pregnant -";
arnews[0] += "
";
arnews[1]="For those of you who ask me about my makeup/beauty/skincare secrets. Here they are... http://tinyurl.com/yft4ejm
";
arnews[1] += "For those of you who ask me about my makeup/beauty/skincare secrets. Here they are...";
arnews[1] += "
";
arnews[2]="I luv the new Green Tea Mint! RT @kateklement I use the same ChapStick as @GiulianaRancic! Ha, that's so neat! http://tinyurl.com/yft4ejm
";
arnews[2] += "I luv the new Green Tea Mint! RT @";
arnews[2] += "
";
arnews[3]="fashionfriendfeed: No way! Victoria Secret selected Giuliana Rancic as sexiest celebrity from Chicago, winning over Jennifer Hudson and Tina Fey. She's flat!
";
arnews[3] += "No way! Victoria Secret selected Giuliana Rancic as sexiest celebrity from Chicago, winning over Jennifer Hudson and Tina Fey. She's flat! -";
arnews[3] += "
";
arnews[4]="BeautyPassion: E! News-worthy Interview: Giuliana Rancic Q&A
";
arnews[4] += "E! News-worthy Interview: Giuliana Rancic Q&A -";
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("