var num_of_quotes = 5;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="<p><a href=\"/ProveIt/index.html\" style=\"padding:0; margin:0; border:0; \"><img src=\"/ProveIt/images/ProveIt-Chart.jpg\" alt=\"Request a demo\" width=200 height=330 border=0 /></a></p>";
}

if (quotes==1) {
body="<p><a href=\"/ProveIt/index.html\" style=\"padding:0; margin:0; border:0; \"><img src=\"/ProveIt/images/ProveIt-Share.jpg\" alt=\"Request a demo\" width=200 height=330 border=0 /></a></p>";
}

if (quotes==2) {
body="<p><a href=\"/ProveIt/index.html\" style=\"padding:0; margin:0; border:0; \"><img src=\"/ProveIt/images/ProveIt-Manage.jpg\" alt=\"Request a demo\" width=200 height=330 border=0 /></a></p>";
}

if (quotes==3) {
body="<p><a href=\"/ProveIt/index.html\" style=\"padding:0; margin:0; border:0; \"><img src=\"/ProveIt/images/ProveIt-Data.jpg\" alt=\"Request a demo\" width=200 height=330 border=0 /></a></p>";
}

if (quotes==4) {
body="<p><a href=\"/ProveIt/index.html\" style=\"padding:0; margin:0; border:0; \"><img src=\"/ProveIt/images/ProveIt-Doctors.jpg\" alt=\"Request a demo\" width=200 height=330 border=0 /></a></p>";
}

document.write('<div align=left>');
document.write(''+ body +'');
document.write('</div>');
