var auto = {
   src: '/flash/dax.swf'
   ,ratios: [8,1.43,11,1.38,13,1.33,17,1.32,21,1.3,29,1.29,30,1.28,33,1.27,34,1.28,43,1.27,46,1.26,47,1.27,64,1.26,67,1.25,68,1.26,109,1.25,110,1.24,1.25]
};

sIFR.delayCSS  = true;
/* sIFR does not work when opened straight from the local filesystem. You must load sIFR from a web server. */

// sIFR.domains = ['novemberborn.net'] // domain check
sIFR.activate(auto);

//sIFR.debug.ratios({ src: 'flash/helvetica.swf', selector: '#left h1' });

sIFR.replace(auto, {
  selector: '#flashtext h1',
  css: [
    '.sIFR-root { color:#e6ff37; font-size:46px; padding:0px; margin:0px; text-align:right; font-weight:bold; width:700px;}'],
	wmode: 'transparent',

filters: {
		DropShadow: {
		distance: 3,
		color: '#000000',
		strength: 2,
		alpha: .5,
		blurX: 12,
		blurY: 12
	}
}

});
sIFR.replace(auto, {
  selector: '#flashtext h2',
  css: [
    '.sIFR-root { color:#ffffff; font-size:31px; padding:0; margin:0; text-align:right; font-weight:bold; width:700px;}'],
	wmode: 'transparent',

	filters: {
		DropShadow: {
		distance: 2,
		color: '#000000',
		strength: 3,
		alpha: .5,
		blurX: 12,
		blurY: 12
	}
}

});
