//<![CDATA[
/* Replacement calls. Please see documentation for more information. */
/*
if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	//sIFR.replaceElement(named({sSelector:"li.header", sFlashSrc:"../flash/din_medium.swf", sColor:"#949494", sLinkColor:"#ffffff", sBgColor:"#e2e2e2", sHoverColor:"#0062a6", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"offsetLeft=10&offsetTop=2", sWmode:"transparent"}));
	-sIFR.replaceElement(named({sSelector:"#homepage .greyBox h2", sFlashSrc:"../flash/din_medium.swf", sColor:"#999999", sLinkColor:"#ffffff", sBgColor:"#474747", sHoverColor:"#0062a6", nPaddingTop:0, nPaddingBottom:0, sCase:"upper", sFlashVars:""}));
	-sIFR.replaceElement(named({sSelector:"#homepage h2", sFlashSrc:"../flash/din_medium.swf", sColor:"#999999", sLinkColor:"#ffffff", sBgColor:"#323232", sHoverColor:"#0062a6", nPaddingTop:0, nPaddingBottom:0, sCase:"upper", sFlashVars:""}));
    //sIFR.replaceElement(named({sSelector:"#homepage .event h3", sFlashSrc:"../flash/BellGothic BT Roman.swf", sColor:"#003685", sLinkColor:"#003685", sBgColor:"#ffffff", sHoverColor:"#0062a6", nPaddingTop:0, nPaddingBottom:0, sWmode:"transparent", sFlashVars:""}));
    //sIFR.replaceElement(named({sSelector:"#homepage h3", sFlashSrc:"../flash/BellGothic BT Roman.swf", sColor:"#464646", sLinkColor:"#ffffff", sBgColor:"#ffffff", sHoverColor:"#0062a6", nPaddingTop:0, nPaddingBottom:0, sCase:"upper", sWmode:"transparent", sFlashVars:""}));
    //sIFR.replaceElement(named({sSelector:"#homepage h4", sFlashSrc:"../flash/BellGothic BT Roman.swf", sColor:"#ffffff", sLinkColor:"#ffffff", sBgColor:"#323232", sHoverColor:"#0062a6", nPaddingTop:0, nPaddingBottom:0, sCase:"upper", sWmode:"transparent", sFlashVars:""}));
	sIFR.replaceElement(named({sSelector:"h2.title", sFlashSrc:"../flash/din_medium.swf", sColor:"#fc8600", sLinkColor:"#ffffff", sBgColor:"#323232", sHoverColor:"#0062a6", nPaddingTop:0, nPaddingBottom:0, sWmode:"transparent", sFlashVars:""}));

};*/
  var gothic = {
    src: '../flash/gothic.swf'
    ,ratios: [6,1.49,8,1.5,9,1.44,12,1.45,17,1.42,18,1.39,23,1.4,24,1.37,30,1.38,39,1.37,54,1.36,89,1.35,90,1.34,92,1.35,93,1.34,95,1.35,96,1.34,97,1.35,99,1.34,100,1.35,1.34]
  };

  var roman = {
    src: '../flash/roman.swf'
    ,ratios: [10,1.32,16,1.27,23,1.23,24,1.21,25,1.22,31,1.21,38,1.2,42,1.19,43,1.2,62,1.19,66,1.18,67,1.19,113,1.18,114,1.17,119,1.18,120,1.17,1.18]
  };
  
    sIFR.fromLocal = true;
  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(gothic, roman);
  
  sIFR.replace(gothic, {
    selector: '#homepage h4, #adtBody .black'
    ,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'text-transform': 'uppercase' }
      ,'a': { 'color': '#ffffff', 'text-decoration': 'none' }
	  ,'a:hover': { 'color': '#ffffff' }
    }
  });
  
  sIFR.replace(gothic, {
    selector: 'li.header'
    ,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#949494', 'text-transform': 'uppercase' }
      ,'a': { 'color': '#949494', 'text-decoration': 'none' }
	  ,'a:hover': { 'color': '#003888' }
    }
  });
  
  sIFR.replace(roman, {
    selector: '#homepage .event h3'
    ,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#DCDCDC' }
      ,'a': { 'color': '#003685', 'text-decoration': 'none'  }
      ,'a:hover': { 'color': '#0062a6' }
    }
  });
  
  sIFR.replace(gothic, {
    selector: '#homepage h3'
    ,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#464646', 'text-transform': 'uppercase' }
    }
  });
  
  sIFR.replace(roman, {
    selector: 'h2.title'
    ,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#003685' }
      ,'a': { 'color': '#003685', 'text-decoration': 'none'  }
      ,'a:hover': { 'color': '#0062a6' }
    }
  });

//]]>