//<![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 changed!
  
  var univers = {
    src: {
      '7': 'js/univers-7.swf'
      ,'8': 'js/univers-8.swf'
    }
  };
  
  
  sIFR.prefetch(univers);

  sIFR.compatMode = true;
  sIFR.activate();
  
  sIFR.replace(univers, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { color: #FFFFFF; }'
    ]
    ,verticalSpacing: 20
		,wmode: 'transparent'
  });
	
  sIFR.replace(univers, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { color: #FFFFFF; }'
    ]
    ,verticalSpacing: 20
		,wmode: 'transparent'
  });
  
  //]]>