function printFooter() {
	if (document.location.href.indexOf('support.webex.com') > 0 
	  || document.location.href.indexOf('supportbeta.webex.com') > 0
	  || document.location.href.indexOf('www2.webex.com/~alane/newtrial/') > 0
	  || document.location.href.indexOf('www.webex.com/free-trial.html/') > 0
	) {
		document.write('<!-- from webdev --></div></div>');
	}
	document.write('<div id="wbxfooter" class="aoe_sections"><style type="text/css">  #wbxfooter {    text-align:left !important;  }  #wbxfooter .bodytext {padding-left:50px;}</style><div class="no_main_nav locale-en tmpl21ere"><div id="footer" class="footer-alt">			<div class="footer-copyr">				<a id="c659521" class="anchor"></a><p class="bodytext">&copy;1992-2009 WebEx Communications, Inc.<br>All rights reserved.</p>				<span class="logo">					<a id="c553711" class="anchor"></a><a href="http://www.cisco.com" title="WebEx is now Part of Cisco" target="_blank" id="cisco_footerlogo"><img src="http://www-staging.webex.com/uploads/tx_templavoila/cisco_logo_footer_12.gif" width="51" height="27" border="0" alt="" title=""></a>				</span>			</div><!-- footer-copyr -->		</div></div></div>');
        if (document.location.href.indexOf('support.webex.com') > 0 
	  || document.location.href.indexOf('supportbeta.webex.com') > 0
	  || document.location.href.indexOf('www2.webex.com/~alane/newtrial/') > 0
	  || document.location.href.indexOf('www.webex.com/free-trial.html/') > 0
	) {
                document.write('<div><div>');
        }
        }