  var taz = {
	src: '/flash/taz.swf'
  };
  
  /// ratio calculatings:
  // http://wiki.novemberborn.net/sifr3/Ratio+Calculation
  

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(taz);

  
  /* language styles */	
  sIFR.replace(taz, {
    selector: 'div#page_title h1'
    ,css: [
      '.sIFR-root { color:#a8a193; font-size: 28px; }',
	  'a { color:#808285; text-decoration: none;}',
	  'a:link { color:#808285; text-decoration: none; }',
	  'a:visited { color:#808285; text-decoration: none; }',
	  'a:hover { color:#808285; text-decoration: none; }'
    ], wmode: ['transparent']
  });