// JavaScript Document

var mess = new Array('<table cellpadding="0" cellspacing="0" width="100%" border="0"><tr><td valign="top" style="background-image:url(images/main_bkgrd1.jpg); height: 150px; margin: 0; padding: 0;"><img src="images/main_image1.jpg" width="620" height="150" border="0" alt="The atrial fibrillation market is estimated at $17 billion, with an annual growth rate in excess of 20% annually."></td></tr></table>','<table cellpadding="0" cellspacing="0" width="100%" border="0"><tr><td valign="top" style="background-image:url(images/main_bkgrd2.jpg); height: 150px; margin: 0; padding: 0;"><img src="images/main_image2.jpg" width="620" height="150" border="0" alt="Drug therapies to treat atrial fibrillation are only about 40% effective, and have adverse side effects."></td></tr></table>','<table cellpadding="0" cellspacing="0" width="100%" border="0"><tr><td valign="top" style="background-image:url(images/main_bkgrd3.jpg); height: 150px; margin: 0; padding: 0;"><img src="images/main_image3.jpg" width="620" height="150" border="0" alt="Over 2.5 million people in America suffer with atrial fibrillation, and the number will double in the next decade."></td></tr></table>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);