 var myriadpro = {
	src: '/swf/myriadpro.swf'
  };
  
			
  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(myriadpro);
  
  //sIFR.replace(myriadpro, {
  // selector: '#navigation a'
  //  ,css: [
  //    '.sIFR-root {color: #ffffff; text-align: center; line-height: 1; }'
  //    ,'a { text-decoration: none; color: #ffffff; text-align: center; }'
  //    ,'a:hover { text-decoration: none; color: #ffffff; }'
  //  ]
//	, wmode: 'transparent'
  //});
  
  sIFR.replace(myriadpro, {
   selector: 'h2'
    ,css: [
      '.sIFR-root { color: #3a3029; }'
    ]
	, wmode: 'transparent'
  });
  
   sIFR.replace(myriadpro, {
   selector: ' body.home #hours'
    ,css: [
      '.sIFR-root { color: #333333; text-align: right; list-style: none; }'
    ]
	, wmode: 'transparent'
  });
   
    sIFR.replace(myriadpro, {
   selector: ' body.home #address'
    ,css: [
      '.sIFR-root { color: #333333; list-style: none; }'
	  
    ]
	, wmode: 'transparent'
  });
	
	
 sIFR.replace(myriadpro, {
   selector: ' #hours'
    ,css: [
      '.sIFR-root { color: #ffffff; text-align: right; list-style: none; display: inline; }'
    ]
	, wmode: 'transparent'
  });
   
    sIFR.replace(myriadpro, {
   selector: '#address'
    ,css: [
      '.sIFR-root { color: #ffffff; list-style: none; }'
	  
    ]
	, wmode: 'transparent'
  });
  
  
  
 
  
