var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="hotcelebritygirl: Roselyn Sanchez and Eric Winter – 8th Annual Operation Smile Gala, 2 October 2009
";
arnews[0] += "Roselyn Sanchez and Eric Winter – 8th Annual Operation Smile Gala, 2 October 2009 -";
arnews[0] += "
";
arnews[1]="Johnny John Peters: Roselyn Sanchez and Eric Winter - 8th Annual Operation Smile Gala (October 2) x 3 HQs http://is.gd/3Uk0q
";
arnews[1] += "Roselyn Sanchez and Eric Winter - 8th Annual Operation Smile Gala (October 2) x 3 HQs";
arnews[1] += "
";
arnews[2]="krystyl: Did you know that @Roselyn_Sanchez and her husband Eric Winter asked for donations to @operationsmile in lieu of wedding gifts? amazing!
";
arnews[2] += "Did you know that @";
arnews[2] += "
";
arnews[3]="omega113: Roselyn Sanchez and Eric Winter 8th Annual Operation Smile Gala (October 2,2009 in Beverly Hills) http://bit.ly/12Tiqo
";
arnews[3] += "Roselyn Sanchez and Eric Winter 8th Annual Operation Smile Gala (October 2,2009 in Beverly Hills)";
arnews[3] += "
";
arnews[4]="Steve Burns: Eric Winter, left, Ed Brown, center, Matt Effington on Gwinnett Tech Forum panel. #gtf http://yfrog.com/0gsynvj
";
arnews[4] += "Eric Winter, left, Ed Brown, center, Matt Effington on Gwinnett Tech Forum panel.";
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("