tinyMCE.init({

			 mode : "textareas",

			 theme : "simple",

			 language : "pl"

			 });


$(document).ready(function() {
       $("#tableOne").tablesorter( {sortList: [[3,1]]} ); 
$("#commentForm").validate();
	var newsletter = $("#newsletter");
	var inital = newsletter.is(":checked");
	var topics = $("#newsletter_topics")[inital ? "removeClass" : "addClass"]("gray");
	var topicInputs = topics.find("input").attr("disabled", !inital);
	newsletter.click(function() {
		topics[this.checked ? "removeClass" : "addClass"]("gray");
		topicInputs.attr("disabled", !this.checked);
	});


//$.jGrowl("<a href='aktualnosci/225/podaruj,dzieciom,radosc.xhtml'><img src='http://minitenis.pl/img/akca_podaruj_dzieciom_radosc.gif' alt='instruktorzy' /></a>", { 
	//				header: '',
		//			theme: 'floraa',
			//		sticky: true
				//});

//$.jGrowl("Zapraszamy do <a href='rejestracja/' ><strong>rejestracji</strong></a>. <br /><br />Trenerze! <br />Załóż własną stronę i wizytówkę na naszym portalu.", { 
	//				header: '',
		//			theme: 'flora',
			//		sticky: true
				//});

	   $.fn.colorbox.settings.bgOpacity = "0.5";
				$(".cpModal").colorbox()
				$("#ajax").colorbox({contentWidth:"300px", contentHeight:"195px"})
				$("#flash").colorbox({contentAjax:"../content/flash.html"})
				$("#google").colorbox({contentWidth:"750px", contentHeight:"450px", contentIframe:true})
				$("#inline").colorbox({contentWidth:"500px", contentInline:"#inline-content"});
				
				
					$('.slideshowx').cycle({
					fx:     'scrollDown',
					easing: 'bounceout',
					timeout:  7000,
					delay: -1000
});
      
   
   

});


