// ===========================================================================
// Cufon Replacements for MantraIndividualResorts
// ===========================================================================

//Work around to get cufon working on IE9
var browserName=navigator.appName; 
var browserVer=parseInt(navigator.appVersion); 
if (browserName=="Microsoft Internet Explorer" && browserVer >=5)
{
	Cufon.set('engine', 'canvas');
}
//End work around to get cufon working on IE9

Cufon.replace('#mantraMsg .Normal p', { fontFamily: 'Avant que...' });
Cufon.replace('#tagLine .tagLine',    { fontFamily: 'Avant que...' });
Cufon.replace('#tagLine .tagLine',    { fontFamily: 'Avant que...' });
Cufon.replace('h1, h3', { fontFamily: 'TFForeverTwoLight' });
Cufon.replace('h2',     { fontFamily: 'TFForeverTwoLight', hover: 'true' });
Cufon.replace('#breadcrumbview',      { fontFamily: 'TFForeverTwoLight' });
Cufon.replace('.headerbluelarge',     { fontFamily: 'TFForeverTwoLight' });
