// JavaScript Document
/* For sIFR */
//<[CDATA[
   var trajan = {
    src: './includes/sifr3/trajan-8.swf'
  };
  
  sIFR.debugMode = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
 // sIFR.prefetch(trajan);
  sIFR.activate();
  sIFR.repaintOnResize = false;
  sIFR.useDomContentLoaded = false;
function replaceme(){
  sIFR.replace(trajan, {
    selector: 'font.navbottom'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background-color': '#000000', 'text-transform': 'capitalize','text-size':'17px', 'font-weight':'bold','text-align':'right',  },
	  'a' : { 'color' : '#ffffff' , 'text-decoration' : 'none','padding':'200px'},
      'a:hover' : { 'color' : '#ffffff' , 'text-decoration' : 'none','padding':'200px'},
	  'a:visited' : { 'color' : '#ffffff' , 'text-decoration' : 'none','padding':'200px'},
	  'a:active' : { 'color' : '#ffffff' , 'text-decoration' : 'none','padding':'200px'},
	  'a:link' : { 'color' : '#ffffff' , 'text-decoration' : 'none','padding':'200px'}
    }
  }); 
  sIFR.replace(trajan, {
    selector: 'font.navtop'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background-color': '#000000', 'text-transform': 'capitalize','text-size':'12px', 'font-weight':'bold','text-align':'right' },
	  'a' : { 'color' : '#ffffff' , 'text-decoration' : 'none'},
      'a:hover' : { 'color' : '#ffffff' , 'text-decoration' : 'none'},
	  'a:visited' : { 'color' : '#ffffff' , 'text-decoration' : 'none'},
	  'a:active' : { 'color' : '#ffffff' , 'text-decoration' : 'none'},
	  'a:link' : { 'color' : '#ffffff' , 'text-decoration' : 'none'}
    }
  }); 
}
replaceme();
window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#whitearea","all","#000000","#ffffff");
Rounded("div#container","all","#000000","#000000","border #fff");
}
/* end sIFR */