// JavaScript Document


function writeJS(){
var str='';
str+='<meta http-equiv="Content-Type" content="text\/html; charset=utf-8">';
str+='<div class="promotion_box>';
str+='  <div class="box_top">';
str+='    <div><font color="#FFFFFF" size="2"><strong>EARLYBIRD  PROMOTION<\/strong><\/font><\/div>';
str+='  <\/div>';
str+='  <div class="box_content">';
str+='    <div>';
str+='      <p align="center"><font color="#000000" size="3">Registration - Full Conference Pass and All Meals <br/><font color="#ff0000">Only $799 if you register by March 22!</font><\/font><\/p>';
str+='      <div class="clear"><\/div>';
str+='      <div align="center"><a href="http:\/\/www.regonline.com\/Checkin.asp?EventId=791056" target="_blank"><img src="img\/register_button.jpg" width="78" height="19" alt="Register Now" \/><\/a> <\/div>';
str+='    <\/div>';
str+='  <\/div>';
str+='<\/div>';
str+='  <\/div>';
str+='<\/div>';
document.write(str);
}
writeJS();
