var newgothicSJ = {
      src: '../common/flash/enjoyment/newgothicSJ.swf' ,ratios: [6,1.41,9,1.35,16,1.28,17,1.23,18,1.25,25,1.23,29,1.21,31,1.22,35,1.2,36,1.21,38,1.2,42,1.19,43,1.2,47,1.19,48,1.2,62,1.19,65,1.18,67,1.19,71,1.18,72,1.19,77,1.18,78,1.19,1.18]
};

sIFR.activate(newgothicSJ);

    sIFR.replace(newgothicSJ, {
    selector: 'h1.hasSifr',
	wmode: 'transparent',
	css: ['.sIFR-root {color: #333333; letter-spacing: 1.5; text-transform:uppercase; font-weight:bold; font-size:25px;}']

    ,filters: {
      DropShadow: {
        knockout: true
        ,distance: 1
        ,color: '#000000'
        ,strength: 1
      }
    }
  });
	
    sIFR.replace(newgothicSJ, {
    selector: '.left-column h1.hasSifr',
	wmode: 'transparent',
	css: ['.sIFR-root {color: #333333; letter-spacing: 1.5; text-transform:uppercase; font-weight:bold; font-size:32px;}']

    ,filters: {
      DropShadow: {
        knockout: true
        ,distance: 1
        ,color: '#000000'
        ,strength: 1
      }
    }
  });
  
  
 sIFR.replace(newgothicSJ, {
    selector: '.box h2.hasSifr',
	wmode: 'transparent',
	css: ['.sIFR-root {color: #333333; letter-spacing: 1.5; text-transform:uppercase; font-weight:bold}']
    ,filters: {
      DropShadow: {
        knockout: true
        ,distance: 1
        ,color: '#000000'
        ,strength: 1
      }
    }
  });
 

  sIFR.replace(newgothicSJ, {
    selector: '.content-block-inline h3.hasSifr',
	wmode: 'transparent',
	css: ['.sIFR-root { font-size:24px; font-weight:normal; color:#9f0000; }']
    ,filters: {
      DropShadow: {
        knockout: true
        ,distance: 1
        ,color: '#000000'
        ,strength: 1
      }
    }
  });
  
  
  
function sifrFavorites() {
	 sIFR.replace(newgothicSJ, {
		    selector: '.event-type-selector li.selected a.hasSifr',
			wmode: 'transparent',
		    css: ['.sIFR-root { font-size:17px; font-weight:bold; color:#9f0000; text-align:center; }']
		    ,filters: {
		      DropShadow: {
		        knockout: true
		        ,distance: 1
		        ,color: '#000000'
		        ,strength: 1
		      }
		    }
		  });
		 
		 
		     sIFR.replace(newgothicSJ, {
		    selector: '.event-type-selector li a.hasSifr',
			wmode: 'transparent',
		    css: ['.sIFR-root { font-size:12px;  font-weight:bold; color:#9f0000; text-align:center;  }']
		    ,filters: {
		      DropShadow: {
		        knockout: true
		        ,distance: 1
		        ,color: '#000000'
		        ,strength: 1
		      }
		    }
		  }); 
}

sifrFavorites();

 
   