function do_sIFR(){
	var handwriting = {
		src: 'mysite/javascript/sifr/fonts/handwriting.swf'
		,ratios: [9,1.66,10,1.59,15,1.6,25,1.56,30,1.54,40,1.53,64,1.52,100,1.51,101,1.5,102,1.51,103,1.5,104,1.51,105,1.5,106,1.51,107,1.5,108,1.51,109,1.5,110,1.51,111,1.5,112,1.51,113,1.5,114,1.51,115,1.5,116,1.51,117,1.5,118,1.51,119,1.5,120,1.51,1.5]
	};
	
	var archerMedium = {
		src: 'mysite/javascript/sifr/fonts/archer_medium.swf'
		,ratios: [9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01]
	};

	sIFR.activate(handwriting, archerMedium);
	
 	sIFR.replace(handwriting, {
		selector: 
			+'.content > h4' 
			+', .slider-container h2'
			+', .news h4' 
			+', .maincontent-bg > h2'
			+', .team-module h5'
			+', .portfolio-bg > h2' 
			+', .portfolio-bg h2#clientlist'
			+', #casestudy h4'
			+', #nyroModalContent h2'
			+', #newsroom .maincontent-bg > h3'
			+', #newsroom h4'
			+', #newsroom-team h3'
		,
		wmode: 'transparent',
		css: [
			'.sIFR-root {color:#606060;}'
			,'a:link {color: #606060; text-decoration: none;}'  
			,'a:hover {color: #de2816; text-decoration: none;}'
			,'div {color: #aaaaaa; display:inline;}'
		],
		tuneHeight: 0,
		offsetTop: 0
	});

 	sIFR.replace(handwriting, {
		selector: '#newsroom-twitter h3',
		wmode: 'transparent',
		css: [
			'.sIFR-root {color:#606060; leading:-13;}' 
		],
		tuneHeight: 0,
		offsetTop: 0
	});

 	/*sIFR.replace(handwriting, {
		selector: '.fp-feature h1',
		wmode: 'transparent',
		css: [
			'.sIFR-root {color:#e01c2d; leading:-7;}' 
		],
		tuneHeight: 0,
		offsetTop: 0
	});*/

 	sIFR.replace(archerMedium, {
		selector: '.oursection h3',
		wmode: 'transparent',
		css: [
			'.sIFR-root { color:#3b3b3b; font-size: 22px; line-height: 1em; }'
			,'a { color: #3b3b3b; text-decoration: none; }'  
			,'a:link { color: #3b3b3b; text-decoration: none;  }'  
			,'a:hover { color: #de2816; text-decoration: none;  }' 
		],
		tuneHeight: 0,
		offsetTop: 0
	});

 	sIFR.replace(archerMedium, {
		selector: '.mainsection .maincontent .content h3',
		wmode: 'transparent',
		css: [
			'.sIFR-root { color:#3b3b3b; font-size: 20px; line-height: 1em; }'
			,'a { color: #3b3b3b; text-decoration: none; }'  
			,'a:link { color: #3b3b3b; text-decoration: none;  }'  
			,'a:hover { color: #de2816; text-decoration: none;  }' 
		],
		tuneHeight: 0,
		offsetTop: 0
	});
	
	/*sIFR.replace(handwriting, {
		selector: '.casestudies-module h3',
		wmode: 'transparent',
		css: [
			'.sIFR-root { color:#555555; font-size:16px; margin-bottom: -5px;}'
		],
		tuneHeight: 0,
		offsetTop: 0
	});*/

	sIFR.replace(handwriting, {
		selector: '#awards h2',
		wmode: 'transparent',
		css: [
			'.sIFR-root { color:#555555; margin-bottom: -5px;}'
		],
		tuneHeight: 0,
		offsetTop: 0
	});

	sIFR.replace(archerMedium, { //archerBook
		selector: 
			+'.content > h1'
			+', .content > h2' 
			+', .bio h2'
			+', #casestudy h2'
		,
		wmode: 'transparent',
		css: [
			'.sIFR-root { color:#686868; font-size:48px;}'
		],
		tuneHeight: 0,
		offsetTop: 0
	});

	sIFR.replace(archerMedium, { //archerBook
		selector: '.content h6',
		wmode: 'transparent',
		css: [
			'.sIFR-root { color:#686868; font-size:24px;}'
		],
		tuneHeight: 0,
		offsetTop: 0
	});
  
	sIFR.replace(archerMedium, {
		selector: 
			+'.content > h2,'
			+'.content > h3,' 
			+'.bio > h3,'
			+'#casestudy h3'
		,
		wmode: 'transparent',
		css: [
			'.sIFR-root { color:#545454; font-size:19px;}'
		],
		tuneHeight: 0,
		offsetTop: 0
	});
 
	sIFR.replace(archerMedium, {
		selector: '.content > h5',
		wmode: 'transparent',
		css: [
			'.sIFR-root { color:#545454; font-size:15px; }'
		],
		offsetTop: 0
	});
 

	sIFR.replace(handwriting, {
		selector: '.breadcrumbs, .rightcol .info h4, #capabilities li p',
		wmode: 'transparent',
		css: [
			'.sIFR-root { color:#555555;}'
			,'a { color: #555555; text-decoration: none; }'  
			,'a:link { color: #555555; text-decoration: none;  }'  
			,'a:hover { color: #555555; text-decoration: underline;  }' 
		],
		tuneHeight: 0,
		offsetTop: 0
	});

	sIFR.replace(archerMedium, {
		selector: '.content h2',
		wmode: 'transparent',
		css: [
			'.sIFR-root { color:#555555;}'
			,'a { color: #555555; text-decoration: none; }'  
			,'a:link { color: #555555; text-decoration: none;  }'  
			,'a:hover { color: #555555; text-decoration: underline;  }' 
		],
		tuneHeight: 0,
		offsetTop: 0
	});

}
