function do_sIFR(){
var gotham = {
    src: 'swf/font-GothamLight.swf'   
};
var MrsEaves = {
	src: 'swf/font-MrsEaves.swf'   
};

sIFR.activate(gotham,MrsEaves);

sIFR.replace(gotham, {
    selector: 'h2 span'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'left', 
		'color':'#434343',
		'font-size':'19px'
	}}
  });

sIFR.replace(MrsEaves, {
    selector: 'h1 span'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'left', 
		'color':'#db002f',
		'font-size':'24px'
	}}
  });

sIFR.replace(gotham, {
    selector: '#inform h3 span'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'left', 
		'color':'#db002f',
		'font-size':'26px'
	}}
  });

sIFR.replace(gotham, {
    selector: '#inform h3'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'left', 
		'color':'#db002f',
		'font-size':'26px'
	}}
  });

sIFR.replace(gotham, {
    selector: '.gallery_title h2'
	,wmode: 'transparent'
	,offsetLeft: 4 
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'right', 
		'color':'#db002f',
		'font-size':'26px'
	}}
  });

sIFR.replace(MrsEaves, {
    selector: '.title-box h1'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 
	  	'text-align': 'left', 
		'color':'#db002f',
		'font-size':'24px'
	}}
  });
}
do_sIFR();