var humanst = {
  src: '/flash/humanst.swf'
  ,ratios: [8, 1.42, 9, 1.33, 12, 1.35, 19, 1.3, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 38, 1.25, 53, 1.24, 56, 1.23, 57, 1.24, 83, 1.23, 85, 1.22, 87, 1.23, 94, 1.22, 95, 1.23, 1.22]
};
var maxima = {
  src: '/flash/maxima.swf'
  ,ratios: [8, 1.42, 9, 1.33, 12, 1.35, 19, 1.3, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 38, 1.25, 53, 1.24, 56, 1.23, 57, 1.24, 83, 1.23, 85, 1.22, 87, 1.23, 94, 1.22, 95, 1.23, 1.22]
};

sIFR.activate(humanst);
sIFR.activate(maxima);

/*sIFR.debug.ratios({ src: 'flash/humanst.swf', selector: 'h1,h2,h3,h4' });*/
sIFR.replace(humanst, {
  selector: '#breadcrumbs'
    ,css: [
      '.sIFR-root { color: #DACBB5; font-size: 18px; text-align: left; background-color: #B5966A;}'
       ,'a { text-decoration: none; }'
       ,'a:link { color: #613920; }'
	   ,'a:visited { color: #613920; }'
       ,'a:hover { color: #CDBA9C; }'
	  ]
	});

sIFR.replace(humanst, {
  selector: '#newsletter h1'
    ,css: [
      '.sIFR-root { color: #ffffff; font-size: 20px; text-align: left; leading: 5;}'
	  ]
	 ,wmode: 'transparent'
	 ,tuneHeight: '-5'
	 ,offsetTop: '-2'
	});

sIFR.replace(humanst, {
  selector: '#content h1, .contenthead h1, #newcontent h1'
    ,css: [
      '.sIFR-root { color: #613920; background-color: #B5966A; font-size: 20px; text-align: left; }'
	  ]
	});

sIFR.replace(humanst, {
  selector: '#teaser h1'
    ,css: [
      '.sIFR-root { color: #613920; background-color: #B5966A; font-size: 20px; text-align: left; }'
	  ]
	});

sIFR.replace(humanst, {
  selector: '#content h2'
    ,css: [
      '.sIFR-root { color: #613920; background-color: #B5966A; font-size: 20px; text-align: left; }'
	  ]
	});

sIFR.replace(humanst, {
  selector: '#content h3'
    ,css: [
      '.sIFR-root { color: #613920; background-color: #B5966A; font-size: 16px; text-align: left; }'
	  ]
	});
sIFR.replace(humanst, {
  selector: '#content h4'
    ,css: [
      '.sIFR-root { color: #613920; background-color: #B5966A; font-size: 15px; text-align: left; }'
	  ]
	});
sIFR.replace(maxima, {
  selector: '#footer h1'
    ,css: [
      '.sIFR-root { color: #613920; background-color: #B5966A; font-size: 20px; text-align: left; }'
	  ]
	});

sIFR.replace(maxima, {
  selector: '#footer h2'
    ,css: [
      '.sIFR-root { color: #613920; background-color: #B5966A; font-size: 20px; text-align: left; }'
	  ]
	});
sIFR.replace(maxima, {
  selector: '.welcome'
    ,css: [
      '.sIFR-root { color: #ffffff; background-color: #B5966A; font-size: 20px; text-align: right; }'
	  ]
	});
