window.addEvent('domready', function(){
	new Swiff('/flash/impact.swf', {
		id: 'headerPhoto',
	    width: 855,
	    height: 320
	}).replaces($('headerPhoto'));
});