  var franklin = {
    src: '/swf/franklin-gothic-medium-cond.swf'
  };

  sIFR.activate(franklin);

	sIFR.replace(franklin, {
    selector: 'h1'
    ,css: [
      '.sIFR-root {color: #ffffff; text-transform: uppercase; background-color: #000;}'
    ],
	wmode: 'transparent',
	tuneHeight: -7
  });

  sIFR.replace(franklin, {
    selector: 'h2'
    ,css: [
      '.sIFR-root {color: #ffffff; text-transform: uppercase; background-color: #000;}'
      ,'a { color:#FFFFFF;text-decoration: none; }'
      ,'a:hover { color:#FFFFFF;text-decoration: underline; }'
    ],
	wmode: 'transparent',
	tuneHeight: -7
  });
  
  sIFR.replace(franklin, {
    selector: '.header p.strap'
    ,css: [
      '.sIFR-root {color: #ffffff; text-transform: uppercase;}'
	  ,'em {color:#86c5e4;font-style:normal;}'
    ],
	wmode: 'transparent',
	tuneHeight: -7
  });
  
  sIFR.replace(franklin, {
    selector: 'p.phone'
    ,css: [
      '.sIFR-root {color: #ffffff; text-transform: uppercase;text-align:right;}'
    ],
	wmode: 'transparent',
	tuneHeight: -7
  });
  
  sIFR.replace(franklin, {
    selector: 'p.help-phone'
    ,css: [
      '.sIFR-root {color: #ffffff; text-transform: uppercase;}'
    ],
	wmode: 'transparent',
	tuneHeight: -7
  });
   
  sIFR.replace(franklin, {
    selector: '.header p.email'
    ,css: [
      '.sIFR-root {color: #ffffff; text-transform: uppercase;text-align:right;}'
	  ,'a { color:#FFFFFF;text-decoration: none; }'
	  ,'a:hover { color:#FFFFFF;text-decoration: none; }'
	  ,'em {color:#86c5e4;font-style:normal;}'
    ],
	wmode: 'transparent',
	tuneHeight: -7
  }); 
  
  
    /*sIFR.replace(rockwell, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });*/

  

