var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="mark zero (Jason): @bookhout for full effect you need to play http://is.gd/4EKfL (7up commercial with Matt LeBlanc. isn't it cool in pink? )
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Matt LeBlanc
";
arnews[1] += "Matt LeBlanc";
arnews[1] += "
";
arnews[2]="Bollywood Sargam: Random Thoughts : Porky LeBlanc Blames His Friends: Sexy Friends star Matt LeBlanc has blamed the filmin.. http://bit.ly/2ELixw
";
arnews[2] += "Random Thoughts : Porky LeBlanc Blames His Friends: Sexy Friends star Matt LeBlanc has blamed the filmin..";
arnews[2] += "
";
arnews[3]="Matt LeBlanc, Steve Coogan, Randy Jackson, Richard Branson and Jennifer Hudson - check out their milestones & yours http://www.timepodz.com
";
arnews[3] += "Matt LeBlanc, Steve Coogan, Randy Jackson, Richard Branson and Jennifer Hudson - check out their milestones & yours";
arnews[3] += "
";
arnews[4]="jamesreb: @LinkedInBrian I was stretching a little. That's been 5 yrs since that mistake I believe. Matt LeBlanc has worked since then.
";
arnews[4] += "@";
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("