		$(document).ready(function(){
 
				$('#boutique').boutique();
 
				// Just for this demo:
				$('#boutique_item3 a').live('click',function(){ $('#alert').html('You clicked a frame with the link "'+$(this).attr('href')+'".').slideDown(); setTimeout(function(){ $('#alert').slideUp() },2000) });
				if($.browser.msie){ $('body').addClass('ie'); }
			});
		
