// JavaScript Document
jQuery(function($){
				
				$('.bar2').mosaic({
					animation	:	'slide'		//fade or slide
				});

		    
		    });
		    
