// Replace masthead graphic with Flash movie when page loads
window.onload = function() {
	var so = new SWFObject("/images/ensys_flash.swf", "strapline", "866", "75", "6", "#ffffff");
	so.write("masthead");
}
