		
	 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 myriad = {
    src: 'swf/myriad.swf'
  };

/*  sIFR.debugMode = true;*/
  sIFR.prefetch(myriad);
  sIFR.activate();

  sIFR.replace(myriad, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { color: #85c6b2; } .sifr-green { color: #00714d;}'
    ],
	 	wmode: 'transparent'
  });
  
    sIFR.replace(myriad, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { color: #85c6b2; } .sIFR-root em { color: #00714d; font-style: normal; }'
    ],
	 	wmode: 'transparent'
  });
  
  //]]>
  
  
