var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Randal P: Video: Between Two Ferns with Zach Galifianakis: Zach interviews Jon Hamm http://tumblr.com/xuv46t1do
";
arnews[0] += "Video: Between Two Ferns with Zach Galifianakis: Zach interviews Jon Hamm";
arnews[0] += "
";
arnews[1]="RAPatton: Designing a world that sells powerful dreams: The creator of Mad Men once preferred poetry to TV - TV & Radio - Entertainment - http://www.smh.com.au/news/entertainment/tv--radio/selling-powerful-dreams/2009/11/22/1258824623967.html#
";
arnews[1] += "Designing a world that sells powerful dreams: The creator of Mad Men once preferred poetry to TV - TV & Radio - Entertainment -";
arnews[1] += "
";
arnews[2]="Jerry Brito: Jon Hamm of Madmen is Fabio. Photo: http://tumblr.com/xi547lwzc
";
arnews[2] += "Jon Hamm of Madmen is Fabio. Photo:";
arnews[2] += "
";
arnews[3]="Blasphemer. RT @jerrybrito: Jon Hamm of Madmen is Fabio. Photo: http://tumblr.com/xi547lwzc
";
arnews[3] += "Blasphemer. RT @";
arnews[3] += "
";
arnews[4]="Jon Hammond: Hello HammondCast: HammondCast: HammondCast: Hammond on Hammond Digital New B3 Organ: Jon Hamm.. http://bit.ly/5FAIYT bye bye now
";
arnews[4] += "Hello HammondCast: HammondCast: HammondCast: Hammond on Hammond Digital New B3 Organ: Jon Hamm..";
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("