/* Created by webszok.net */

  $(document).ready(function() {
	  $("#slogan h1").hide(0);
	  $("#slogan h1").css("font-size", "0.1em");
  });
