if ($) {
  $(document).ready(
	function() {
	  $('p').addClass('tempFrameworkLoaded');
	  $('p').text('jQuery succesfully loaded and running!');
	}
  );
}
