 var fruitiger45light = {
    src: '/sifr/fruitiger45light.swf',
		wmode: 'transparent',
		ratios: [8,1.41,11,1.31,15,1.29,25,1.25,33,1.23,43,1.22,61,1.21,91,1.2,92,1.19,107,1.2,108,1.19,110,1.2,113,1.19,115,1.2,119,1.19,120,1.2,121,1.19,122,1.2,124,1.19,1.2]
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(fruitiger45light);

  /*sIFR.debug.ratios*/
  sIFR.replace(fruitiger45light, {
    selector: '#welcome h1'
    ,css: [
      '.sIFR-root { text-align: left; color: #3a3d1c; background-color: none; font-weight: bold;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #70002b; }'
      ,'a:hover { color: #70002b; }'
    ]
  });
  sIFR.replace(fruitiger45light, {
    selector: '.content h1'
    ,css: [
      '.sIFR-root { text-align: left; color: #e8511f; background-color: none; font-weight: bold;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #70002b; }'
      ,'a:hover { color: #70002b; }'
    ]
  });
  sIFR.replace(fruitiger45light, {
    selector: '#main-r h1'
    ,css: [
      '.sIFR-root { text-align: left; color: #3a3d1c; background-color: none; font-weight: bold;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #70002b; }'
      ,'a:hover { color: #70002b; }'
    ]
  });

window.addEvent('load', function() {
	/*-- Utility Scripts --*/
	window.__flash__removeCallback = (function() {
		return function(instance, name) {
			if (instance) instance[name] = null;
		}; // IE 6 dangling semicolon needed
	})(); // force another closure to prevent IE memory leaks

	window.addEvent('beforeunload', function() {
		window.__flash__removeCallback = (function() {
			return function(instance, name) {
				if (instance) instance[name] = null;
			}; // IE 6 dangling semicolon needed
		})(); // force another closure to prevent IE memory leaks
	});
	//window.addEvent('beforeunload', function() {
	//swfobject.removeSWF("JomPlayer");
	//});
});

