
    jQuery(document).ready(function($) {
		/* Add Class jq to show enable javascript */
		if(jQuery){
			jQuery("body").addClass("jq");
		}
		/* TWEET 1 */
		$(".twitter_ajax").tweet({
			join_text: "",
			username: "baptyscilodz",
			avatar_size: null,
			count: 3,
			auto_join_text_default: "auto", 
			auto_join_text_ed: "",
			auto_join_text_ing: "",
			auto_join_text_reply: "",
			auto_join_text_url: "",
			loading_text: "ładuje..."
		}).ajaxStop(function(){
			$('.twitter_ajax').vTicker({
			   speed: 500,
			   pause: 8000,
			   showItems: 1,
			   animation: 'fade',
			   mousePause: false,
			   height: 0,
			   direction: 'down'
			});
		});
    })
