$(document).ready(function() {
	$('#gallery').flash(
			{ src: 'gallery.swf',
				width:654,
				height:459,
				wmode: 'transparent'}, 
			{ expressInstall: true }
	);
	
	$('#home_outside').flash(
			{ src: 'home_outside.swf',
				width:307,
				height:183,
				wmode: 'transparent'}, 
			{ expressInstall: true }
	);
	
	$('#home_inside').flash(
			{ src: 'home_inside.swf',
				width:307,
				height:183,
				wmode: 'transparent'}, 
			{ expressInstall: true }
	);
	
	$('#logo').flash(
			{ src: 'logo.swf',
				width:722,
				height:204,
				bgcolor: '#2C0404'}, 
			{ expressInstall: true }
	);
	
	$('.gmcontainer').bind('click',function() {
				window.open('http://maps.google.com/maps?f=q&source=s_q&hl=en&q=7595+U.S.+72,+Madison,+Alabama+35757&sll=37.0625,-95.677068&sspn=57.902911,107.138672&ie=UTF8&cd=2&geocode=FVtTEgIdhpHU-g&split=0&hq=&hnear=7595+U.S.+72,+Madison,+Alabama+35757&ll=34.755418,-86.732415&spn=0.00744,0.013078&z=17');
        return false;
	});
});
