$(document).ready(function(){

	//if the user doesnt have js then any divs(there should only be one) with the id js_required are hidden
	$("#js_required").show();
	
});
