//<[CDATA[

var din1451 = {
src: 'swf/din1451.swf'

};



sIFR.delayCSS  = true;
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.activate(din1451);

sIFR.replace(din1451, {selector: 'h1'
,tuneHeight: -5
,wmode: 'transparent'
,css: [
  '.sIFR-root { font-size: 28px; color:#ffffff; font-weight: bold; text-transform: uppercase;}'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #3d7d09; }'
  ,'a:hover { color: #3d7d09; }'
]
,filters: {
  Glow: {
    knockout:false
	,strength: 1
	,quality: 3
	,blurY: 4
	,blurX: 4
	,color: '#000000'
  }
}
});

sIFR.replace(din1451, {selector: 'h2'
,tuneHeight: -10
,offsetTop: -5
,wmode: 'transparent'
,css: [
  '.sIFR-root { font-size: 42px; color:#ffffff; font-weight: bold; text-transform: uppercase; line-height: 10px;}'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #3d7d09; }'
  ,'a:hover { color: #3d7d09; }'
]
,filters: {
  Glow: {
    knockout:false
	,strength: 1
	,quality: 3
	,blurY: 4
	,blurX: 4
	,color: '#000000'
  }
}
});

sIFR.replace(din1451, {selector: 'h3'
,tuneHeight: -5	 
,offsetTop: -5
,wmode: 'transparent'
,css: [
  '.sIFR-root { font-size: 28px; color:#ffffff;}'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #3d7d09; }'
  ,'a:hover { color: #3d7d09; }'
]
,filters: {
  Glow: {
    knockout:false
	,strength: 1
	,quality: 3
	,blurY: 4
	,blurX: 4
	,color: '#000000'
  }
}
});

sIFR.replace(din1451, {selector: 'h4'
,offsetTop: -5
,wmode: 'transparent'
,css: [
  '.sIFR-root { font-size: 21px; line-height: 10px; color:#e21824;}'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #3d7d09; }'
  ,'a:hover { color: #3d7d09; }'
]
,filters: {
  Glow: {
    knockout:false
	,strength: 1
	,quality: 3
	,blurY: 4
	,blurX: 4
	,color: '#ffffff'
  }
}
});


//]]>