function goToMeetingW() {
	jUrl = "https://www.gotomeeting.com/join/";
	var sub=document.getElementById('submitor');
	meetID = sub.MeetingID.value;
	sub.action = jUrl + meetID;
	sub.submit();
}

	document.write('<div style="width:159px;margin:auto;"><table cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF">');	
	document.write('<tr>');
	document.write('<td><img src="http://img.gotomeeting.com/g2mimages/ad/meetNowTopWh.gif" width=158 height=26></td></tr>');
	document.write('<tr><td align="center"><input type="text" name="MeetingID" size="10"></td></tr>');
	document.write('');
	document.write('<tr><td><img src="http://img.gotomeeting.com/g2mimages/ad/meetNowBotWh.gif" style="cursor:pointer;" border="0" height="86" width="158" onclick="goToMeetingW();"></td></tr>');	
	document.write('</td>');
	document.write('</tr>');
	document.write('</table></div>');