var frank = {
  src: 'frankgothdemicond.swf'
  ,ratios:[7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,20,1.22,26,1.21,27,1.2,35,1.19,39,1.18,40,1.19,52,1.18,53,1.17,54,1.18,81,1.17,86,1.16,87,1.17,1.16]
};

sIFR.useStyleCheck = true;
sIFR.activate(frank);

 
sIFR.replace(frank, {
    selector: 'h1'
	,css: [
      '.sIFR-root {text-align: left; color: #bfe7fa;}'
	  ,'a {color: #bfe7fa; text-decoration:none;}'
	  ,'a:hover {color: #bfe7fa; text-decoration:underline;}'
    ]
	,wmode: 'transparent'
	,filters: {
	  Glow: {
	    knockout: false
	    ,distance: 1
	    ,color: '#0c163c'
	    ,strength: 3
		,blurX:4
		,blurY:4
	  }
	}
  }); 

sIFR.replace(frank, {
    selector: 'h2'
	,css: [
      '.sIFR-root {text-align: left; color: #bfe7fa;}'
	  ,'a {color: #bfe7fa; text-decoration:none;}'
	  ,'a:hover {color: #bfe7fa; text-decoration:underline;}'
    ]
	,wmode: 'transparent'
	,filters: {
	  Glow: {
	    knockout: false
	    ,distance: 1
	    ,color: '#0c163c'
	    ,strength: 3
		,blurX:2
		,blurY:2
	  }
	}
  });

  
sIFR.replace(frank, {
    selector: '.col_2 h3'
	,css: [
      '.sIFR-root {text-align: left; color: #bfe7fa;}'
    ]
	,wmode: 'transparent'
  });

  
/*sIFR.replace(frank, {
    selector: 'h2'
	,css: [
      '.sIFR-root {text-align: left; color: #21941b;}'
    ]
	,wmode: 'transparent'
  });*/