//<[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_semibold = {
    src: 'http://' + document.domain + '/headline_semibold.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_semibold );
  
  // GRAB INITIAL DISPLAY RATIOS
  // sIFR.debug.ratios({ src: 'headline.swf', selector: 'h1' });
  
  sIFR.replace( headline_semibold , {
  selector: '#cover_subpage h1, #cover_main h1.hotel, #cover_main h1.etterem',
  wmode: 'transparent',
  filters: {
      DropShadow: {
         distance: 1
        ,color: '#586038'
        ,strength: 1
        ,alpha: 1
      }
  },
  css: [
	  '.sIFR-root { color: #ffffff; font-size: 26px; font-weight: bold; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #ffffff; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.programs_head h2, .box_contact_head h2, .box_packages_head h2, .promo_boxes h2',
  wmode: 'transparent',
  filters: {
      DropShadow: {
         distance: 1
        ,color: '#555555'
        ,strength: 1
        ,alpha: 1
      }
  },
  css: [
	  '.sIFR-root { color: #ffffff; font-size: 16px; font-weight: bold; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #ffffff; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '.three_box_head h3',
  wmode: 'transparent',
  filters: {
      DropShadow: {
         distance: 1
        ,color: '#555555'
        ,strength: 1
        ,alpha: 1
      }
  },
  css: [
	  '.sIFR-root { color: #ffffff; font-size: 16px; font-weight: bold; }'
      	,'a { text-decoration: none; }'
		,'a:link { color: #ffffff; }'
		,'a:hover { color: #ffffff; }'
	]
  });
  
//]]>
