 
  var helvetica_med = { src: '/include/flash/helvetica-65-medium.swf'}
  var helvetica_light = { src: '/include/flash/helvetica-45-light.swf'};
  var helvetica_thin = { src: '/include/flash/helvetica-35-thin.swf'};
  var lucida_sans = { src: '/include/flash/lucida_sans.swf'};

 sIFR.activate(helvetica_thin);
  sIFR.activate(helvetica_med);
  sIFR.activate(helvetica_light);
 
  sIFR.activate(lucida_sans);
 
  
// styling H1

  sIFR.replace(helvetica_thin, {
    selector: '#content h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #b62457; text-transform: none; font-size: 28px; leading: -5;}'
	]
});

sIFR.replace(helvetica_thin, {
    selector: 'h1'
	, forceWidth: 'true'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { color: #b62457; text-transform: none; font-size: 28px; leading: -5;}'
	]
});

// styling H2

  sIFR.replace(helvetica_light, {
    selector: '#buying-list h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #803f71; text-transform: none; font-size: 20px; font-weight: bold; leading: -5;}'
	]
  });	

  sIFR.replace(helvetica_med, {
    selector: '#tertiary-content h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #803f71; text-transform: none; font-size: 20px; font-weight: bold; leading: -5;}'
	]
  });

  sIFR.replace(helvetica_med, {
    selector: '#secondary-content .grey-box h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #78356a; text-transform: none; text-align: center; font-size: 19px; font-weight: bold; leading: -5;}'
	]
  });    
  
  sIFR.replace(helvetica_med, {
    selector: '#secondary-content h2, .grey-box span'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #78356a; text-transform: none; font-size: 19px; font-weight: bold; leading: -5;}'
	]
});

sIFR.replace(helvetica_light, {
    selector: 'h2'
	, forceWidth: 'true'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { color: #78356a; text-transform: none; font-size: 20px; font-weight: bold; leading: -5;}'
	]
});

sIFR.replace(helvetica_med, {
    selector: 'h5'
	, forceWidth: 'true'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { color: #78356a; text-transform: none; font-size: 20px; font-weight: bold !important; leading: -5;}'
	]
});

sIFR.replace(helvetica_med, {
selector: '.header-fp'  
	, forceWidth: 'true'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size: 16px; font-weight: bold !important; leading: -5;}'
	]
});

sIFR.replace(helvetica_med, {
    selector: '.header-five'
	, forceWidth: 'true'
	, wmode: 'transparent'
    , css: [
      '.sIFR-root { color: #78356a; text-transform: none; font-size: 20px; font-weight: bold !important; leading: -5;}'
	]
});
  
  sIFR.replace(helvetica_light, {
    selector: '#primary-content #bottom-links-left h2, #primary-content #bottom-links h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #78356a; text-transform: none; font-size: 18px; font-weight: normal; leading: -5;}'
	]
  });

  sIFR.replace(helvetica_thin, {
    selector: '#primary-content #buying-guides h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #78356a; text-transform: none; font-size: 20px; font-weight: bold; leading: -5;}'
	]
  });
  
   sIFR.replace(helvetica_light, {
    selector: '#primary-content h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #803f71; text-transform: none; font-size: 20px; font-weight: bold; leading: -5;}'
	]
  });
  

// styling H3

   sIFR.replace(helvetica_med, {
    selector: '#newsletter-box h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-weight: bold; font-size: 13px; leading: -3;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff; text-decoration: underline }']
  });
  
/*  sIFR.replace(helvetica_light, {
    selector: '#primary-content #bottom-links-left a strong, #primary-content #bottom-links a strong'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #78356a; text-transform: none; font-size: 18px; font-weight: normal; leading: -10;}'
	 ]
  });*/

// styling news-search
  sIFR.replace(lucida_sans, {
    selector: '#news-search p'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; text-transform: none; font-size: 12px; font-weight: bold; leading: -2;}'
	]
  });



