$(function(){

	$(document).ready(
		function(){
			$('#image').flash({swf:'img/image.swf',width:960,height:276});
		}
	);

});

