(function($) {
	$(function() {
		
		//rollover
		setRollovers();
		
		//example
		/*
		$('.js_exmple').example(function() {
		return $(this).attr('title');
		});
		*/
	});	
})(jQuery);
