    var __log = "";
    console = window.console || {};
    console.log = console.log || function() {
      var arg = '';
      for(var i = 0; i < arguments.length; i++) arg += arguments[i] + ' ';
      __log = arg.replace(/\n/g, "<br>") + '<br><br>' + __log;
      if(document.getElementById('log')) document.getElementById('log').innerHTML = __log;
    }


  //<[CDATA[
  
  // Part of a regular expression which matches the end of the domain, so you can exclude subdomains here
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo

  // If you are updating from the Alpha, please note that the source refences have changeda
  var rotis = {
    src: 'swf/rotis.swf'
  };

/*  sIFR.debugMode = true;*/
  sIFR.prefetch(rotis);
  sIFR.activate();

  sIFR.replace(rotis, {
    selector: 'div.standard h1'
    ,css: [
      '.sIFR-root { font-weight: normal; color: #283c44; }'
    ]
  });
  
    sIFR.replace(rotis, {
    selector: 'div.right-contact h2'
    ,css: [
      '.sIFR-root { font-weight: normal; color: #14272f; background-color: #cbd6db; }'
    ]
  });
  

  //]]>
