if(document.URL.indexOf('buysell.com') == -1) {
	var myriad = {
	  src: '/sifr4/myriad.swf'
	};
	
	sIFR.prefetch(myriad);
	
	sIFR.activate();
	
	/*
	- leading: similar to line-height in CSS
	- Don't type "px" after the values for leading & letter-spacing!!
	- Have to include bold/italic fonts in Flash file otherwise bold/italic won't show up.
	*/
	
	sIFR.replace(myriad, {
	selector: 'h1'
	,css: [
	  '.sIFR-root { color:#003399; font-weight: normal; leading: -3; letter-spacing: 0.5; }'
	]
	});
	
	
	sIFR.replace(myriad, {
	selector: 'h2'
	,css: [
	  '.sIFR-root { color:#666666; font-weight: normal; leading: -3; letter-spacing: 0.8}'
	]
	});
	
	sIFR.replace(myriad, {
	selector: 'h3'
	,css: [
	  '.sIFR-root { color:#747474; font-weight: normal; leading: -3; letter-spacing: 0.5}'
	]
	});
}
