var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="family health center: The WHO Report on Global Women's Health « iCons in Medicine http://is.gd/524r4
";
arnews[0] += "The WHO Report on Global Women's Health « iCons in Medicine";
arnews[0] += "
";
arnews[1]="cliff furnald: So much for "hope I die before I get old" The Super Bowl? Kind of sad. http://bit.ly/1M6PJI
";
arnews[1] += "So much for \"hope I die before I get old\" The Super Bowl? Kind of sad.";
arnews[1] += "
";
arnews[2]="George: 'Goodnight Moon' + The Who's Keith Moon = 'Goodnight Keith Moon' -- worth a look: http://goodnightkeithmoon.com/ (via @Theispot)
";
arnews[2] += "'Goodnight Moon' + The Who's Keith Moon = 'Goodnight Keith Moon' -- worth a look:";
arnews[2] += "
";
arnews[3]="'Goodnight Moon' + The Who's Keith Moon = 'Goodnight Keith Moon' -- worth a look: http://goodnightkeithmoon.com/ (via @Theispot)
";
arnews[3] += "'Goodnight Moon' + The Who's Keith Moon = 'Goodnight Keith Moon' -- worth a look:";
arnews[3] += "
";
arnews[4]="Gemma Leanne Goode: listening to "The Who - Won't Get Fooled Again" ♫ http://blip.fm/~grkj9
";
arnews[4] += "listening to \"The Who - Won't Get Fooled Again\" ♫";
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("