var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="wnewsinfo_tw: Amazon DVD #1: Made of Honor (+ BD Live) [Blu-ray]: Made of Honor (+ BD Live) [Blu-ray] DVD ~ Patrick Dempsey Sa... http://twurl.nl/wzoby4
";
arnews[0] += "Amazon DVD #1: Made of Honor (+ BD Live) [Blu-ray]: Made of Honor (+ BD Live) [Blu-ray] DVD ~ Patrick Dempsey Sa...";
arnews[0] += "
";
arnews[1]="Cindy: RT @thisIsStefff: PATRICK DEMPSEY IS GONNA BE ON EXTREME MAKEOVER HOME EDITION. I JUST SCREAMED. xD
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Cindy: RT @TiffanyMarie_: @strawberryfoot I want Patrick Dempsey to exteme make over my home
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Cindy: RT @SparksNYC: For all the Patrick Dempsey fans, Patrick will be on Extreme Makeover Home Edition, ABC, next sun. #grey's anatomy
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="Talking Makeup: Patrick Dempsey 2 Eau de Toilette Spray
";
arnews[4] += "Patrick Dempsey 2 Eau de Toilette Spray -";
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("