
/*var huggable = { src: 'includes/huggable.swf' };
var albatross = { src: 'includes/ALBATROSS.swf' };*/
var futura = { src: 'includes/futura.swf' };

sIFR.activate(futura);


function doSifr()
{
sIFR.replace(futura, {
		selector: 'h1',
		css: '.sIFR-root { font-size:25px; color:#FEF696; text-transform:uppercase; text-align:center; }',
		wmode: 'transparent',
		forceSingleLine: false,
		filters: {
			  Glow: {
				knockout: false
				,distance: 3
				,color: '#000000'
				,strength: 60
			  }
		}
	
	});
sIFR.replace(futura, {
		selector: 'h2',
		css: '.sIFR-root { font-size:20px; color:#CC261E; text-align:center; } a {color:#FEF696; text-decoration:none;} a:hover {color:#FEF696; text-decoration:underline;}',
		wmode: 'transparent',
		forceSingleLine: false,
		filters: {
		  Glow: {
			knockout: false
			,distance: 3
			,color: '#000000'
			,strength: 60
		  }
			
		}
	});
sIFR.replace(futura, {
		selector: 'h3',
		css: '.sIFR-root { font-size:16px; color:#FEF696; text-align:center; }',
		wmode: 'transparent',
		forceSingleLine: false	
	});
sIFR.replace(futura, {
		selector: '#bottom-nav, .bottom span ',
		css: '.sIFR-root {color:#CC261E; text-align:center;} a { font-size:14px; color:#CC261E;text-decoration:none;} a:hover{color:#FEF696;text-decoration:underline;} ',
		wmode: 'transparent',
		forceSingleLine: true	
	});
sIFR.replace(futura, {
		selector: '#top-nav ',
		css: '.sIFR-root {color:#CC261E; text-align:center; font-weight:bold;} a { font-size:20px; color:#FEF696;text-decoration:none;} a:hover {color:#CC261E;text-decoration:none;} a .selected {color:#CC261E;text-decoration:none;} ',
		wmode: 'transparent',
		forceSingleLine: true	
	});
};
