var xmlhttp
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
	  try {
	  xmlhttp=new ActiveXObject("Msxml2.XMLHTTP")
	 } catch (e) {
	  try {
	    xmlhttp=new ActiveXObject("Microsoft.XMLHTTP")
	  } catch (E) {
	   xmlhttp=false
	  }
	 }
	@else
	 xmlhttp=false
	@end @*/
;if(!xmlhttp&&typeof XMLHttpRequest!="undefined"){try{xmlhttp=new XMLHttpRequest()}catch(e){xmlhttp=false}}function myXMLHttpRequest(){var c;try{c=new ActiveXObject("Msxml2.XMLHTTP")}catch(b){try{c=new ActiveXObject("Microsoft.XMLHTTP")}catch(a){c=false}}if(!c&&typeof XMLHttpRequest!="undefined"){try{var c=new XMLHttpRequest()}catch(b){var c=false;alert("couldn't create xmlhttp object")}}return(c)}function getEmoticons(b){if(b!=""){var a="/ajax/emoticons.php?text="+b;xmlhttp.open("GET",a);xmlhttp.onreadystatechange=getEmoticonsResponse;xmlhttp.send(null)}}function getEmoticonsResponse(){if(xmlhttp.readyState==4){commentParsed=xmlhttp.responseText;$("#captchaDialogBody").replaceWith(commentParsed)}};
