// JavaScript Document
//<[CDATA[
  	var din = {
	src: dotdotpath + 'flash/sifr/din.swf'
	,ratios:[8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 34, 1.25, 47, 1.24, 52, 1.23, 53, 1.24, 73, 1.23, 76, 1.22, 77, 1.23, 81, 1.22, 82, 1.23, 1.22]
	};
	

	
	sIFR.delayCSS  = true;
 // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
 	sIFR.activate(din);
	
	//sIFR.debug.ratios({ src: 'flash/sifr/din.swf', selector: 'h1' });
	
	sIFR.replace(din, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: ['.sIFR-root {color: #ffffff; leading: 0; letter-spacing: 0;font-size:33px;}','em {font-family:"dinBold";}']
  });
  	sIFR.replace(din, {
    selector: 'h3'
	,wmode: 'transparent'
    ,css: ['.sIFR-root {color: #ffffff; leading: 0; letter-spacing: 0;font-size:18px;}']
	});
	sIFR.replace(din, {
    selector: 'h4'
	,wmode: 'transparent'
    ,css: ['.sIFR-root {color: #ffff00; leading: 0; letter-spacing: 0;font-size:16px;}']
	});
	
/*
sIFR.replace(din, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: ['.sIFR-root {color: #fff; leading: 0; letter-spacing: 0;}','em {color: #000000; letter-spacing: 0;}']
  });
*/

/*sIFR.replace(avantgarde, {
	selector: '.subheading'
	,wmode: 'transparent'
	,css: '.sIFR-root {color: #FD3402; leading: 0;text-align: justify;letter-spacing: 0;}'
});


sIFR.replace(avantgarde, {
	selector: '.link'
	,wmode: 'transparent'
	,css: ['.sIFR-root {color: #000000; leading: 0;}','a { text-decoration: none; }','a:link { color: #000000; text-decoration: none;}','a:hover { color: #ff0000; text-decoration: underline;}']
});

sIFR.replace(avantgarde, {
    selector: '.filtered'
    ,css: {
      '.sIFR-root': { 'color': '#660000', 'letter-spacing':0, 'text-transform': 'capitalize' }
    }
    ,filters: {
      DropShadow: {
        knockout: true
        ,distance: 1
        ,color: '#330000'
        ,strength: 2
      }
    }
  });

sIFR.replace(avantgarde, {
	selector: '.opacity'
	,wmode: 'transparent'
	,css: '.sIFR-root {color: #FD3402; leading: 0;text-align: justify; opacity: 20;}'
});

sIFR.replace(avantgarde, {
    selector: 'h2.threecolour'
	,wmode: 'transparent'
    ,css: ['.sIFR-root {color: #ff0000; leading: 0; letter-spacing: 0;}','em { font-style: normal; color: #000000; letter-spacing: 0;}','strong { font-style: normal; font-weight:normal; color: #3300FF; letter-spacing: 0;}']
  });
	
sIFR.replace(gradienttext, {
	selector: 'h2.gradient'
	,wmode: 'transparent'
	,css: '.sIFR-root {color: #000000; leading: 0;letter-spacing: 0;text-transform:uppercase;}'
});*/
//]]>
