var handwriting = {
      src: '/sifr/flash/handwriting.swf'
};
 
sIFR.activate(handwriting);
 
sIFR.replace(handwriting, {
	selector: 'h2.handwriting',
	css: [
		'.sIFR-root { color:#ff0000; text-align:center; font-size:30px;  }'
	],
	wmode: 'transparent'
});