//Below this line was added to fix the IE9 stretching issue//
function resetMovie(fi)
{
	// JQUERY CHECK BROWSER VERSION - IF IE9 BROWSER THEN RESET FLASH MOVIE //
	if(jQuery.browser.msie && parseInt(jQuery.browser.version, 10) == 9 )
	{
		fi.resetMovie();
	}
}

//Above this line was added to fix the IE9 stretching issue//

var swfpath = 'http://caribouhighlands.com/assets/swf/';

var Clarendon_Light = {
  src: swfpath + 'Clarendon_Light.swf'
};
var Clarendon_Reg = {
	src: swfpath + 'Clarendon_Reg.swf'
};
var Clarendon_Bold = {
	src: swfpath + 'Clarendon_Bold.swf'
};

sIFR.activate(Clarendon_Light);
sIFR.activate(Clarendon_Reg);
sIFR.activate(Clarendon_Bold);

sIFR.replace( Clarendon_Reg, {
			 onReplacement: function(fi){resetMovie(fi);}, //This line was added to fix the IE9 stretching issue//
  selector: 'h2',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #2e2e2e; leading: -1; }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #2e2e2e; }'
      		,'a:hover { color: #ff499a; }'
	]
});
/*
sIFR.replace( Clarendon_Reg, {
  selector: '#promo-nav li',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #ffffff; leading: -1; text-align: center }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #ffffff; }'
      		,'a:hover { color: #d9d6c5; }'
	]
});*/
sIFR.replace( Clarendon_Reg, {
			 onReplacement: function(fi){resetMovie(fi);}, //This line was added to fix the IE9 stretching issue//
  selector: '#reservation-hdr',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #ffffff; leading: -1; text-align: left; line-height: 50px }'
      		,'a { text-decoration: none; }'
      		,'a:link { color: #2e2e2e; }'
      		,'a:hover { color: #ff499a; }'
	]
});
