function dosifrstuff() {

var dax = {
  src: '/extension/luxres/design/luxres/flash/dax-regular.swf'
};

sIFR.activate(dax);

sIFR.replace(dax, {
  wmode:'transparent',
  selector: 'div#content h1'
  ,css: [
   '.sIFR-root { text-align: center; font-weight: normal; color:#754F24;}'
 ]
});

sIFR.replace(dax, {
	selector: '.class-package-image h2'
	,wmode: 'transparent'
	,css: [
   '.sIFR-root { text-align: left; font-size: 14px; color:#d7bf85; letter-spacing: .8;}'
      ,'a { text-decoration: none; font-weight: normal; }'
      ,'a:link { color: #dfd094 }'
      ,'a:hover { color: #CCCCCC }'
    ]
});	
sIFR.replace(dax, {
      wmode:'transparent',
	selector: '.content-view-line .class-package h3'
	 ,css: [
      '.sIFR-root { color:#dfd094;background-color: #362815; letter-spacing: .8; font-size: 1.1em;}'
      ,'a { text-decoration: none; font-weight: normal; }'
      ,'a:link { color: #dfd094 }'
      ,'a:hover { color: #CCCCCC }'

    ]
});

sIFR.replace(dax, {
	selector: '.class-package-tier h3',
	wmode: 'transparent',
	css: {'.sIFR-root': { 'color':'#dfd094', 'letter-spacing': .8 } }
  ,filters: {BevelFilter: {
		type: 'inner'
		,blurY: 4
		,blurX: 4
		,knockout: false
		,strength: 1
		,quality: 1
		,shadowAlpha: .45
		,shadowColor: '#000000'
		,highlightAlpha: 1
		,highlightColor: '#FFFFFF'
		,angle: 50
		,distance: 4
        }, DropShadowFilter: {
		hideObject: false
		,strength: .27
		,blurY: 2
		,blurX: 2
		,knockout: false
		,inner: false
		,quality: 1
		,alpha: 1
		,color: '#000000'
		,angle: 50
		,distance: 2
 		}  }  
});


sIFR.replace(dax, {
	selector: '.content-view-line .class-package-tier p.price',
	wmode: 'transparent',
	css: {'.sIFR-root': { 'color':'#dfd094', 'font-size': '17px','text-align': 'center'} }
  ,filters: {BevelFilter: {
		type: 'inner'
		,blurY: 4
		,blurX: 4
		,knockout: false
		,strength: 1
		,quality: 1
		,shadowAlpha: .45
		,shadowColor: '#000000'
		,highlightAlpha: 1
		,highlightColor: '#FFFFFF'
		,angle: 50
		,distance: 4
        }, DropShadowFilter: {
		hideObject: false
		,strength: .27
		,blurY: 2
		,blurX: 2
		,knockout: false
		,inner: false
		,quality: 1
		,alpha: 1
		,color: '#000000'
		,angle: 50
		,distance: 2
 		}  }  
});

sIFR.replace(dax, {
	selector: '.content-view-full .class-package-tier p.price',
	wmode: 'transparent',
	css: {'.sIFR-root': { 'color':'#dfd094', 'font-size': '28px','text-align': 'center'} }
  ,filters: {BevelFilter: {
		type: 'inner'
		,blurY: 4
		,blurX: 4
		,knockout: false
		,strength: 1
		,quality: 1
		,shadowAlpha: .45
		,shadowColor: '#000000'
		,highlightAlpha: 1
		,highlightColor: '#FFFFFF'
		,angle: 50
		,distance: 4
        }, DropShadowFilter: {
		hideObject: false
		,strength: .27
		,blurY: 2
		,blurX: 2
		,knockout: false
		,inner: false
		,quality: 1
		,alpha: 1
		,color: '#000000'
		,angle: 50
		,distance: 2
 		}  }  
});
sIFR.replace(dax, {
  wmode:'transparent',
  selector: 'div#map h1 strong'
   ,css: {
      '.sIFR-root': { 'color':'#dfd094','background-color': '#362815'}
    }
  ,filters: {BevelFilter: {
		type: 'inner'
		,blurY: 4
		,blurX: 4
		,knockout: false
		,strength: 1
		,quality: 1
		,shadowAlpha: .45
		,shadowColor: '#000000'
		,highlightAlpha: 1
		,highlightColor: '#FFFFFF'
		,angle: 50
		,distance: 4
        }, DropShadowFilter: {
		hideObject: false
		,strength: .27
		,blurY: 2
		,blurX: 2
		,knockout: false
		,inner: false
		,quality: 1
		,alpha: 1
		,color: '#000000'
		,angle: 50
		,distance: 2
 		}  }  
});

sIFR.replace(dax, {
  wmode:'transparent',
  selector: 'div#map h1 span'
	,offsetTop: -2.5
	,offsetLeft: 8
   ,css: {
      '.sIFR-root': { 'color':'#a89d71','background-color': '#362815', 'font-size': '22px' }
    }
  ,filters: {BevelFilter: {
		type: 'inner'
		,blurY: 4
		,blurX: 4
		,knockout: false
		,strength: 1
		,quality: 1
		,shadowAlpha: .45
		,shadowColor: '#000000'
		,highlightAlpha: 1
		,highlightColor: '#FFFFFF'
		,angle: 50
		,distance: 4
        }, DropShadowFilter: {
		hideObject: false
		,strength: .27
		,blurY: 2
		,blurX: 2
		,knockout: false
		,inner: false
		,quality: 1
		,alpha: 1
		,color: '#000000'
		,angle: 50
		,distance: 2
 		}  }  
});

}

dosifrstuff();
