$(document).ready(function(){
	$('#homeFlash').flash(
		{
			swf: 'graphics/home.swf',
			height: 223,
			width: 780
		}
	);
	$('#galleryFlash').flash(
		{
			swf: 'graphics/gallery.swf',
			height: 500,
			width: 780
		}
	);
	$('#aboutFlash').flash(
		{
			swf: 'graphics/services.swf',
			height: 223,
			width: 780
		}
	);
	$('#contactFlash').flash(
		{
			swf: 'graphics/contact-us.swf',
			height: 223,
			width: 780
		}
	);
	$('#contactFlash2').flash(
		{
			swf: 'graphics/map.swf',
			height: 253,
			width: 245
		}
	);
});
