jQuery(function(){
if ( $('div#submit_nojs').length > 0 )
	{
		$('div#submit_nojs').hide();
		$('div#submit_js').show();
	}
});
