/* var title = { src: '/images/title.swf', wmode:'transparent' };


/*
  sIFR.delayCSS  = false;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(title);
  
  sIFR.replace(title, {
    selector: 'h1'
    ,tuneHeight: -5
    ,css: [
      '.sIFR-root { color: #998B71;font-weight:bold;  }'  ]
  }
  );
  
  sIFR.replace(title, { selector: 'h2.sifr, .sifrpage h2', css: [
      '.sIFR-root { color: #756A55; font-weight:bold;  }',
	  'a { color: #756A55; text-decoration:none }',
	  'a:hover { color:#998B71;}']
  	});
  
  
   sIFR.replace(title, { selector: 'h3', css: [
      '.sIFR-root { color: #E45A4B; font-weight: bold;  }',
	  'a { color: #E45A4B; text-decoration:none }',
	  'a:hover { color:#E45A4B; text-decoration:underline; }' ]
  	});
    sIFR.replace(title, { selector: '.whois .name', css: [
      '.sIFR-root { color:#E45A4B; font-weight: bold;  }',
	  'a { color: #E45A4B; text-decoration:none }',
	  'a:hover { color:#E45A4B; text-decoration:underline; }' ]
  	});

*/



