 var Palatino = {
	src: '/swf/Palatino.swf'
  };
  
			
  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(Palatino);
    
  sIFR.replace(Palatino, {
   selector: 'h2'
    ,css: [
      '.sIFR-root { color: #ffffff; font-style: italic; text-align: center;}'
	
    ]
	, wmode: 'transparent'
  });
  
   sIFR.replace(Palatino, {
   selector: '#heading'
    ,css: [
      '.sIFR-root { color: #1f3255; font-style: italic; text-align: right;}'
	
    ]
	, wmode: 'transparent'
  });
  
    //sIFR.replace(Palatino, {
   //selector: '#navigation li'
   // ,css: [
  //    '.sIFR-root { color: #1f3255; font-style: italic; text-align: right;}'
	//   ,'a { text-decoration: none; color:#1f3255; }'
   //   ,'a:link { color: #1f3255;}'
   //   ,'a:hover { color: #7f9079;}'
	
   // ]
//	, wmode: 'transparent'
 // });
  
