var output = 
'  <div id=mainRight><br>' ;output +=
'    <H2>Sponsors</H2>' ;output +=
'    <table border="0" cellpadding="0" cellspacing="5">' ;output +=
'	  <tr><td>' ;output +=
'        <div align="center" class="body">' ;output +=
'          <p>' ;output +=
'		    Please thank and support our primary sponsor the <br><b>Computer Measurement Group</b><br> and their' ;output +=
'		      sponsors</a> as well as enhance your career by attending the' ;output +=
'		     <a href="http://www.cmg.org/conference/" title="">conference</a><br>December 5 - 9, 2011 in<br>Washington DC at the Gaylord National<br><br>';output +=
'		     <a href="http://www.cmg.org/" class="wuss"><img src="Common/Images/CMG_Logo.jpg" width="149" height="73" alt="" border="0"></a>' ;output +=
'          </p>' ;output +=
'        <p class="body" align="center">' ;output += 
'	      <H3>Contact Us</H3>' ;output +=
'		  <a href="mailto:SCCMG@CMG.ORG?subject=SCCMG Website Visit">E-mail: SCCMG@CMG.ORG</a>' ;output +=
'		  <br><br>' ;output +=
'		  <center><img src="Common/Images/SCCMG_Logo3-Lighter_Sun-Striped.jpg" width="112" height="129" alt="" border="0"></center>' ;output +=
'	    </p>' ; output +=
'        </div>' ;output +=
'	  </td></tr>' ;output +=
'    </table>' ;output +=
'  </div>'
;
document.write(output);

