$(document).ready(function(){

    $('#spotlight').flash(
        { src: '/themes/site_themes/look/flash/lookco.swf',
          width: 801,
          height: 296 },
        { version: 8 }
    );
    
    /*
    $('body.designs2 div.thumbnail').bt({
    	ajaxPath: ["$(this).attr('rel')", 'div#content_column_l p'],
    	closeWhenOthersOpen: true,
    	padding: 10,
    	shrinkToFit: true,
    	showTip: function(box){
			$(box).fadeIn(250);
		},
		hideTip: function(box, callback){
			$(box).animate({opacity: 0}, 250, callback);
		}
    });
    */
    
});
