tinyMCE.init({

			 mode : "textareas",

			 theme : "simple",

			 language : "pl"

			 });


$(document).ready(function() {
       $("#tableOne").tablesorter( {sortList: [[3,1]]} ); 
$("#commentForm").validate();

//$.jGrowl("<a href='aktualnosci/225/podaruj,dzieciom,radosc.xhtml'><img src='http://minisquash.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"});
      
//$('.slideshow').cycle({
	//	fx: 'fade'
	//});
	
	//$('#s3slider').s3Slider({
     // timeOut: 5000
   //});
   
   

});


