/*
  Hotel site specific sIFR work
 */

jQuery(document).ready(function()
{
	// set defaults for all future calls
	jQuery.sifr({
		path: '/central/flash/',
		font: 'helveticaneuelt_ttf',
		textAlign: 'left'
	});

	// activate replacements
	jQuery('#maintext .content h1').sifr();
	jQuery('#quickbook h4').sifr();
	jQuery('#quote .attribution').sifr();
	jQuery('#short-breaks-search h2').sifr();
	jQuery('#short-breaks-results h2').sifr();
	jQuery('#quote .wording').sifr({path: '/central/flash/', font: 'calibri', fontSize : '1em', fontWeight: 'normal' });


});
