//<[CDATA[

  var headline = {
    src: 'http://' + document.domain + '/headline.swf',
	ratios: [8, 1.41, 10, 1.33, 15, 1.31, 19, 1.28, 24, 1.25, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 93, 1.22, 94, 1.21, 95, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21]
  };
  
  var headline_condensed = {
    src: 'http://' + document.domain + '/headline_condensed.swf',
	ratios: [8, 1.41, 10, 1.33, 15, 1.31, 19, 1.28, 24, 1.25, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 93, 1.22, 94, 1.21, 95, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21]
  };
  
  sIFR.activate( headline );
  sIFR.activate( headline_condensed );
  
  // GRAB INITIAL DISPLAY RATIOS
  // sIFR.debug.ratios({ src: 'headline.swf', selector: 'h1' });
  
  sIFR.replace( headline_condensed , {
  selector: '.promo_head h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #000000; font-size: 14px; font-weight: normal; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.subpage_head h1, .subpage_head_no h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #000000; font-size: 20px; font-weight: normal; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.subpage_main h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #000000; font-size: 15px; font-weight: normal; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.subpage_contact h2',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #000000; font-size: 16px; font-weight: normal; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.subpage_contact h4',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #000000; font-size: 15px; font-weight: normal; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '#bottom_boxes h3',
  wmode: 'transparent',
  css: [
	  '.sIFR-root { color: #000000; font-size: 12px; font-weight: normal; text-transform: uppercase; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
	]
  });
  
//]]>
