var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Netaid: Mr. Social: Ashton Kutcher Plans to Be the Next New-Media Mogul
";
arnews[0] += "Mr. Social: Ashton Kutcher Plans to Be the Next New-Media Mogul -";
arnews[0] += "
";
arnews[1]="Mary Jo: Nikon, Twitter and Ashton Kutcher Launch New Social Media Marketing Campaign | Corporate Eye
";
arnews[1] += "Nikon, Twitter and Ashton Kutcher Launch New Social Media Marketing Campaign | Corporate Eye -";
arnews[1] += "
";
arnews[2]="Good Fast Company article on Ashton Kutcher and social media. http://ow.ly/FcVr
";
arnews[2] += "Good Fast Company article on Ashton Kutcher and social media.";
arnews[2] += "
";
arnews[3]="~C4Chaos: Mr. Social: Ashton Kutcher Plans to be the Next New-Media Mogul | Fast Company
";
arnews[3] += "Mr. Social: Ashton Kutcher Plans to be the Next New-Media Mogul | Fast Company -";
arnews[3] += "
";
arnews[4]="Baher Al Hakim: Ashton Kutcher plans to be the next new-media mogul http://bit.ly/7G3Cp9
";
arnews[4] += "Ashton Kutcher plans to be the next new-media mogul";
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("