$(document).ready(function() {
	//Place Flash
	$('#flashbanner').flashembed({
	    src: '/home-flash.swf',
	    width: "100%",
	    wmode: "transparent",
		  version: [10, 0],
	    	onFail: function() {$("#flashbanner").html("<img src='http://www.dougallfraser.com/demo/wp-content/themes/dougall/images/iphone-bg.jpg' alt='' title='' border='0'>");}
	});
});	
