/*****************************************************************************
sIFR config file
*****************************************************************************/
// NOTE: full tutorial here :: http://net.tutsplus.com/tutorials/javascript-ajax/how-to-implement-sifr3-into-your-website/#comment-45122

// You need to declare a variable for each font, pointing to the swf url

// Font: Stamp
var stamp = { src: '/wp-content/themes/mym-shell/flash/sifr/stamp.swf' };  


// Next, activate sIFR, you can make more than one font by separating with a comma after each font.
sIFR.activate(stamp);


//<[CDATA[


sIFR.replace({
	src: '/wp-content/themes/mym-shell/flash/sifr/stamp.swf',
	selector: 'h2',
  	css: [
  		'.sIFR-root { color: #C6C6C6; background-color: #2D2D2D; font-size: 36px; text-align: left; }',
  		'a { text-decoration: none; }',
  		'a:link { color: #FF6700; }',
  		'a:hover { text-decoration: none; color: #C6C6C6; }'
  	]
});

//]]>



