/*****************************************************************************
WINEFLIRT's 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: Trade Gothic Bold Condensed
var ilc = { src: '/wp-content/themes/mym-shell/flash/sifr/interstate-light-compressed.swf' };  

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


//<[CDATA[

sIFR.replace({
	src: '/wp-content/themes/mym-shell/flash/sifr/interstate-light-compressed.swf',
	selector: 'h1',
  	css: [
  		'.sIFR-root { color: #293887; font-size: 36px; text-align: left; }',
  		'a { text-decoration: none; }',
  		'a:link { color: #293887; }',
  		'a:hover { text-decoration: none; color: #EE3736; }'
  	]
});

//]]>




