var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Josie Maran [2damnhot.com]
";
arnews[0] += "Josie Maran [2damnhot.com] -";
arnews[0] += "
";
arnews[1]="Wine Harlots: RT @josie_maran The Great LipGloss Giveaway! Perfect for the Holidays! Win all 6 of our gorgeous glosses! RT and Follow to enter
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="TheGreenGirls: RT @glamology: lots of #ecomonday LOVE @AppleLevy @hautebeauty @ImTheQ @Britta_Aragon @GreenGirls @josie_maran @theEcoDiva @GreenGirlsG
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Melissa Baswell: RT @GreenGirlsG ECO EFFORTS @RosieEmery @mgonyeo @josie_maran @arctictrend @onewhowrites @minkbeauty @Britta_Aragon @glamology #ECOMONDAY
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="Melissa Baswell: RT @EtsyEarth ECO ♥ @DarrenBeck @hautebeauty @SoDear2MyHeart @josie_maran @Reconsider @Blackdogworld @ShabbyNChic @mgonyeo @windyhill
";
arnews[4] += "RT @";
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("