var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Hilary Duff’s Femme for DKNY Motorcycle Jacket - http://www.hilarynews.com/2009/11/23/hilary-duffs-femme-for-dkny-motorcycle-jacket/
";
arnews[0] += "Hilary Duff’s Femme for DKNY Motorcycle Jacket -";
arnews[0] += "
";
arnews[1]="NOT FM 86.5: listen Hilary Duff-Play With Fire [Richard Vission Remix] http://notfm.net/20786
";
arnews[1] += "listen Hilary Duff-Play With Fire [Richard Vission Remix]";
arnews[1] += "
";
arnews[2]="shopgossipgirl: Olivia Burke wearing 'Giuseppe Zanotti rose gold ...' at http://bit.ly/7lxq1p #GossipGirl
";
arnews[2] += "Olivia Burke wearing 'Giuseppe Zanotti rose gold ...' at";
arnews[2] += "
";
arnews[3]="Mădălin Oprea: Canadian romance: girl meets coat - Macleans.ca
";
arnews[3] += "Canadian romance: girl meets coat - Macleans.ca -";
arnews[3] += "
";
arnews[4]="Donna D'Angelo: Hillary Duff ~ "With Love" TO ALL THE AWESOME DJ'S!!!!! ♫ http://blip.fm/~gs6ec
";
arnews[4] += "Hillary Duff ~ \"With Love\" TO ALL THE AWESOME DJ'S!!!!! ♫";
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("