// JavaScript Document
var ad = '';
ad += '<table class="callout" width="90%" border="0" cellspacing="0" cellpadding="0">';
ad += '	<tr>';
ad += '		<td valign="top"><p style="font-weight: 700;"><img src="images/checkbox.gif" width="21" height="16">Register online for an upcoming Obesity Seminar</p>';
ad += '			<p align="center"><input type="button" class="formButton" title="Register" value="Register" onClick="window.location.href=\'/register.html\'"></p></td>';
ad += '	</tr>';
ad += '</table>';
ad += '<p style="color: #044380; text-align: left">Reservations are required. Secure your reservation by calling<br><span style="font-weight:700; color:#044380">1-877-917-0000</span> or by clicking on the Register button.</p>';

document.write(ad);
