jQuery(document).ready(function() {

	var $ = jQuery.noConflict();

	// animation navigation
		$("ul#suck_my_suckerfish li a").hover(
			function(){if(!$(this)
			.parent().hasClass("current-page_item")){$(this).stop()
			.animate({paddingLeft:'4%',width:96+'%'},150);}},
			function(){if(!$(this)
			.parent().hasClass("current-page_item")){$(this).stop()
			.animate({paddingLeft:'0px',width:100+'%'},150);}
	})
	
	// cycle article plugin
	// if($('.lnws').length>0){$('.lnws').cycle({fx:'scrollUp',speed:1500,timeout:8000,pause:6});}
	



});
