/*
 * --------------------------------------------------------------------
 * JQuery
 * --------------------------------------------------------------------
 */
 
$(document).ready(function() {


/*$('#no-script').remove();
  
	$('<a id="removeAlert">Hide message</a>').insertAfter('.alert p');
	$('#removeAlert').click(function() {
		$(this).parent().hide('fast');
	})*/
});
