// JavaScript Document

$(document).ready(function() {
		
		$("#warning_js").remove();
		
		/*var isIEBrowser = (/MSIE ((5\.5)|6)/.test(navigator.userAgent) && navigator.platform == "Win32");
		if (!isIEBrowser) {
			$("#warnings").remove();
		}*/
});
