var eskachalet =
{
	src: '/inc/flash/eskachalet.swf'
};

sIFR.activate(eskachalet);

sIFR.replace(eskachalet, {
	selector: 'h1.small'
	,css: [
	  '.sIFR-root { color: #389EDF; font-size: 25px; line-height: 28px; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #389EDF; }'
	  ,'a:hover { color: #389EDF; }'
	], wmode: 'transparent'
});

sIFR.replace(eskachalet, {
	selector: '#theSideContent h1'
	,css: [
	  '.sIFR-root { color: #389EDF; font-size: 25px; line-height: 28px; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #389EDF; }'
	  ,'a:hover { color: #389EDF; }'
	], wmode: 'transparent'
});

sIFR.replace(eskachalet, {
	selector: '#theMainContent h1'
	,css: [
	  '.sIFR-root { color: #389EDF; font-size: 37px; line-height: 45px; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #389EDF; }'
	  ,'a:hover { color: #389EDF; }'
	], wmode: 'transparent'
});
