window.addEvent('load', function() { 	
	
	loadFlash.delay(2000);
	
});

function loadFlash(){
	if (Swiff.getVersion() > 6) {
		var soundObj = new Swiff('resources/headerFlash.swf?sectionName=headerImgs', {
			container: $('headerImg'),
			id: 'headerFlash',
			width: 843,
			height: 116
		});
	}
}