var chaletLondon = {
  src: 'media/chaletLondon.swf'
};

sIFR.activate(chaletLondon);


//--------------------
function do_sIFR() {
//--------------------
	sIFR.replace(chaletLondon, {
	  selector: 'h1',
	  wmode: 'transparent',
	  css: { '.sIFR-root': { 'color':'#539AA9', 'font-weight':'bold', 'letter-spacing':1 } }
	});	
	
	sIFR.replace(chaletLondon, {
	  selector: 'h2',
	  wmode: 'transparent',
	  css: { '.sIFR-root': { 'color':'#539AA9', 'font-weight':'bold', 'letter-spacing':1 } }
	});	
	
	sIFR.replace(chaletLondon, {
	  selector: 'h3',
	  wmode: 'transparent',
	  css: { '.sIFR-root': { 'color':'#539AA9', 'font-weight':'bold', 'letter-spacing':1 } }
	});
	
	sIFR.replace(chaletLondon, {
	  selector: 'h4',
	  wmode: 'transparent',
	  css: { '.sIFR-root': { 'color':'#539AA9', 'font-weight':'bold', 'letter-spacing':1 } }
	});	
	
}
