var jx = jQuery.noConflict(); 
jx(document).ready(function(){
				
		jx('.featured_posts').tinycarousel({axis: 'y'});
		
});
