	$(document).ready(function(){
						
		$.sifr({ path: 'themes/brothers/swf/', save: true, color: '#ffffff'	});
		
		$('h2').sifr({ font: 'interstate-reg', fontSize: '19px' });
		
		$(".displayGallery").click(function(){
			$("#gallery-large").attr("src",$(this).attr("rel"));
		});
		
		$('#radio').flash({
		    src: 'themes/brothers/swf/radio.swf',
		    width: 172,
		    height: 93
		});
		
		$("#header").pngFix();
		$("#fullers").pngFix();
		
		$("a.iframe").fancybox({ 'frameWidth': 800, 'frameHeight': 500 }); 
		
	});
