jQuery.noConflict();
jQuery(document).ready(function($) {
	if ($.browser.msie) {} else $(".fakesubmit").hide();
});
