var helveticaNeue = {
	src: imgroot + "/includes/sIFR/helveticanueue-45lt.swf"
	,transparent: true
};

var helvetica = {
	src: imgroot + "/includes/sIFR/helvetica.swf"
	,transparent: true
};

var bickham = {
	src: imgroot + "/includes/sIFR/bickham.swf"
	,transparent: true
	,offsetLeft: 7
	,offsetTop : -40
	/*,tuneHeight: -50*/
};

sIFR.activate(helveticaNeue);
sIFR.activate(helvetica);
sIFR.activate(bickham);

function initSifr()
{
	sIFR.replace(bickham, {
		selector: '#page.mhtours h1.script'
		,css: [
		  '.sIFR-root { font-size: 100%; color: #FFFFFF; leading: -45 } a { color: #FFFFFF; text-decoration: none; } a:hover { color: #FFFFFF; text-decoration: none; }'
		]
	});
	
	sIFR.replace(helveticaNeue, {
		selector: '#landing h1, #landing h4'
		,css: [
		  '.sIFR-root { font-size: 100%; color: #FFFFFF; } a { color: #FFFFFF; text-decoration: none; }, a:hover { color: #FFFFFF; text-decoration: none; }'
		]
	});
	
	sIFR.replace(helveticaNeue, {
		selector: '#subNav h4'
		,css: [
		  '.sIFR-root { font-size: 100%; color: #FFFFFF; letter-spacing: -.25; } a { color: #FFFFFF; text-decoration: none; } a:hover { color: #FFFFFF; text-decoration: none; }'
		]
	});
	
	sIFR.replace(helveticaNeue, {
		selector: '#page.home #landing #passions li.last h4'
		,css: [
		  '.sIFR-root { font-size: 100%; color: #FFFFFF; } a { color: #FFFFFF; text-decoration: none; } a:hover { color: #FFFFFF; text-decoration: none; }'
		]
	});
	
	sIFR.replace(helveticaNeue, {
		selector: '#landing h4'
		,css: [
		  '.sIFR-root { font-size: 100%; color: #b3c2d4; } a { color: #b3c2d4; text-decoration: none; }, a:hover { color: #b3c2d4; text-decoration: none; }'
		]
	});
	
	sIFR.replace(helveticaNeue, {
		selector: 'ul#subNav h4'
		,css: [
		  '.sIFR-root { font-size: 110%; color: #FFFFFF; letter-spacing: .5; } a { color: #FFFFFF; text-decoration: none; } a:hover { color: #FFFFFF; text-decoration: none; }'
		]
	});
	
	sIFR.replace(helvetica, {
		selector: '#backpack h3, #builder h3, #featured h3'
		,css: [
		  '.sIFR-root { font-size: 100%; color: #FFFFFF; letter-spacing: -.25; } a { color: #FFFFFF; text-decoration: none; } a:hover { color: #FFFFFF; text-decoration: none; }'
		]
	});
	
	sIFR.replace(helveticaNeue, {
		selector: 'h1'
		,css: [
		  '.sIFR-root { font-size: 100%; color: #4e3b32; letter-spacing: -.9; } a { color: #4e3b32; text-decoration: none; }, a:hover { color: #4e3b32; text-decoration: none; }'
		]
	});
	
	sIFR.replace(helvetica, {
		selector: 'h2'
		,css: [
		  '.sIFR-root { font-size: 100%; color: #4e3b32; letter-spacing: -.25; } a { color: #4e3b32; text-decoration: none; }, a:hover { color: #4e3b32; text-decoration: none; }'
		]
	});
	
	sIFR.replace(helvetica, {
		selector: 'h3, h4'
		,css: [
		  '.sIFR-root { font-size: 100%; font-weight: bold; color: #4e3b32; letter-spacing: -.25; } a { color: #4e3b32; text-decoration: none; }, a:hover { color: #4e3b32; text-decoration: none; }'
		]
	});
}

initSifr();
