var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mădălin Oprea: Dancing with the Stars Latest Happenings - TVGrapevine.com
";
arnews[0] += "Dancing with the Stars Latest Happenings - TVGrapevine.com -";
arnews[0] += "
";
arnews[1]="Dina clothing: Let's dance: Heather Mills (with Jonathan Roberts) starred in Dancing With The ... - Daily Mail
";
arnews[1] += "Let's dance: Heather Mills (with Jonathan Roberts) starred in Dancing With The ... - Daily Mail -";
arnews[1] += "
";
arnews[2]="New History Books: A History of the Charity Hospitals of Louisiana: A Study of Poverty, Politics, Public Hea… - by Jonathan Roberts et al. http://bit.ly/4q7OC5
";
arnews[2] += "A History of the Charity Hospitals of Louisiana: A Study of Poverty, Politics, Public Hea… - by Jonathan Roberts et al.";
arnews[2] += "
";
arnews[3]="New Science Books: A History of the Charity Hospitals of Louisiana: A Study of Poverty, Politics, Public Hea… - by Jonathan Roberts et al. http://bit.ly/1LWb54
";
arnews[3] += "A History of the Charity Hospitals of Louisiana: A Study of Poverty, Politics, Public Hea… - by Jonathan Roberts et al.";
arnews[3] += "
";
arnews[4]="New Medical Books: A History of the Charity Hospitals of Louisiana: A Study of Poverty, Politics, Public Hea… - by Jonathan Roberts et al. http://bit.ly/4hrNyA
";
arnews[4] += "A History of the Charity Hospitals of Louisiana: A Study of Poverty, Politics, Public Hea… - by Jonathan Roberts et al.";
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("