/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/

	var atrotissemi = {
      src: 'tl_files/flash/atrotis_semisans55_sifr3.swf'
    };

    // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
    sIFR.useStyleCheck = true;
    sIFR.activate(atrotissemi);
  
    sIFR.replace(atrotissemi, {
      selector: 'h2'
      ,css: {
        '.sIFR-root': { 'color': '#810e29' }
		,'a': { 'text-decoration': 'none' }
		,'a:link': { 'color': '#810e29' }
		,'a:hover': { 'color': '#a62933' }
      }
	 	,wmode: 'transparent'
		,antiAliasType: 'advanced'
    });
  


