var handofsean = {
	src: 'handofsean.swf'
	
};

sIFR.activate(handofsean);

sIFR.replace(handofsean, {
			 	selector: 'h2'
				,wmode: 'transparent'
				,transparent: true
				
			 });

sIFR.replace(handofsean, {
			 	selector: 'h3'
				,wmode: 'transparent'
				,transparent: true
				
			 });