var the_font = {
		src: 'includes/myriad.swf'
	  };
	
	  sIFR.delayCSS  = false;
	  sIFR.fromLocal  = true;
	  sIFR.forceClear = true;
	  sIFR.fitExactly = true;
	  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
	  sIFR.activate(the_font);
	  
	  
	  sIFR.replace(the_font, {
		selector: 'h1'
		,css: [
		  '.sIFR-root { font-weight: normal; font-size: 19px; color: #e4e4e4; margin: 0;}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #e4e4e4; }'
		  ,'a:hover { color: #e4e4e4; }'
		]
		,wmode: 'transparent'
	  });
	  
	  sIFR.replace(the_font, {
		selector: 'h2'
		,css: [
		  '.sIFR-root { font-weight: normal; font-size: 16px; color: #e4e4e4; margin: 0;}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #e4e4e4; }'
		  ,'a:hover { color: #e4e4e4; }'
		]
		,wmode: 'transparent'
	  });
	  
	   sIFR.replace(the_font, {
		selector: 'h3'
		,css: [
		  '.sIFR-root { font-weight: normal; font-size: 14px; color: #e4e4e4; margin: 0;}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #e4e4e4; }'
		  ,'a:hover { color: #e4e4e4; }'
		]
		,wmode: 'transparent'
	  });
	   
	   sIFR.replace(the_font, {
		selector: 'h4'
		,css: [
		  '.sIFR-root { font-weight: normal; font-size: 19px; color: #e4e4e4; margin: 0;}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #e4e4e4; }'
		  ,'a:hover { color: #e4e4e4; }'
		]
		,wmode: 'transparent'
	  });
	   
	  sIFR.replace(the_font, {
		selector: '.phone big'
		,css: [
		  '.sIFR-root { font-weight: normal; font-size: 23px; color: #e4e4e4; margin: 0;}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #FFFFFF; }'
		  ,'a:hover { color: #FFFFFF; }'
		]
		,wmode: 'transparent'
	  });
	  
	   sIFR.replace(the_font, {
		selector: '.phone small'
		,css: [
		  '.sIFR-root { font-weight: normal; font-size: 10px; color: #888888; margin: 0;}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #FFFFFF; }'
		  ,'a:hover { color: #FFFFFF; }'
		]
		,wmode: 'transparent'
	  });
	   
	   sIFR.replace(the_font, {
		selector: '.slogan .line_1'
		,css: [
		  '.sIFR-root { font-weight: normal; font-size: 36px; color: #abbd00; margin: 0; text-transform: uppercase;}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #FFFFFF; }'
		  ,'a:hover { color: #FFFFFF; }'
		]
		,wmode: 'transparent'
	  });
	   
	    sIFR.replace(the_font, {
		selector: '.slogan .line_2'
		,css: [
		  '.sIFR-root { font-weight: normal; font-size: 36px; color: #abbd00; margin: 0; text-transform: uppercase;}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #FFFFFF; }'
		  ,'a:hover { color: #FFFFFF; }'
		]
		,wmode: 'transparent'
	  });