var ironik = {
    src: '/swf/font/ironik.swf'
  }; 
  
sIFR.activate(ironik);

sIFR.replace(ironik, {
	selector: 'h1'
	,css: [
		'.sIFR-root { font-size: 40px; color: #343434; text-align: left; text-decoration: none; letter-spacing: 0; opacity: 100; text-transform: none; margin-left: 0; margin-right: 0; font-weight: normal; font-style: normal; text-indent: 0; background-color: #ffffff;}'
		,'a { cursor: pointer; text-decoration: none; }'
		,'a:link { color: #960205; }'
		,'a:hover { color: #960205; }'
	]
	,selectable: false
	,transparent: true
	,forceSingleLine: false
	,thickness: 0
	,filters: {
		DropShadow: {
			knockout: false
			,inner: false
			,alpha: 100
			,angle: 30
			,distance: 4
			,color: '#efefef'
			,strength: 1
		}
	}
});

sIFR.replace(ironik, {
	selector: 'h2'
	,css: [
		'.sIFR-root { font-size: 30px; color: #343434; text-align: left; text-decoration: none; letter-spacing: 0; opacity: 100; text-transform: none; margin-left: 0; margin-right: 0; font-weight: normal; font-style: normal; text-indent: 0; background-color: #ffffff;}'
	]
	,selectable: false
	,transparent: true
	,forceSingleLine: false
	,thickness: 0
	,filters: {
		DropShadow: {
			knockout: false
			,inner: false
			,alpha: 100
			,angle: 30
			,distance: 4
			,color: '#efefef'
			,strength: 1
		}
	}
});

sIFR.replace(ironik, {
	selector: 'h3'
	,css: [
		'.sIFR-root { font-size: 24px; color: #960205; text-align: left; text-decoration: none; letter-spacing: 0; opacity: 100; text-transform: none; margin-left: 0; margin-right: 0; font-weight: normal; font-style: normal; text-indent: 0; background-color: #ffffff;}'
	]
	,selectable: false
	,transparent: true
	,forceSingleLine: false
	,thickness: 0
	,filters: {
		DropShadow: {
			knockout: false
			,inner: false
			,alpha: 100
			,angle: 30
			,distance: 4
			,color: '#efefef'
			,strength: 1
		}
	}
});

sIFR.replace(ironik, {
	selector: 'h4'
	,css: [
		'.sIFR-root { font-size: 21px; color: #960205; text-align: left; text-decoration: none; letter-spacing: 0; opacity: 100; text-transform: none; margin-left: 0; margin-right: 0; font-weight: normal; font-style: normal; text-indent: 0; background-color: #ffffff;}'
		,'a { cursor: pointer; text-decoration: none;}'
		,'a:link { color: #960205; }'
		,'a:hover { color: #960205; text-decoration: underline; }'
	]
	,selectable: false
	,transparent: true
	,forceSingleLine: false
	,thickness: -10
	,tuneHeight: -5
	,filters: {
		DropShadow: {
			knockout: false
			,inner: false
			,alpha: 100
			,angle: 30
			,distance: 4
			,color: '#efefef'
			,strength: 1
		}
	}
});

sIFR.replace(ironik, {
	selector: 'h5'
	,css: [
		'.sIFR-root { font-size: 21px; color: #343434; text-align: left; text-decoration: none; letter-spacing: 0; opacity: 100; text-transform: none; margin-left: 0; margin-right: 0; font-weight: normal; font-style: normal; text-indent: 0; background-color: #ffffff;}'
		,'a { cursor: pointer; text-decoration: none; }'
		,'a:link { color: #343434; }'
		,'a:hover { color: #343434; text-decoration: underline; }'
	]
	,selectable: false
	,transparent: true
	,forceSingleLine: false
	,thickness: -10
	,tuneHeight: -3
	,filters: {
		DropShadow: {
			knockout: false
			,inner: false
			,alpha: 100
			,angle: 30
			,distance: 4
			,color: '#efefef'
			,strength: 1
		}
	}
});

sIFR.replace(ironik, {
	selector: 'h6'
	,css: [
		'.sIFR-root { font-size: 19px; color: #343434; text-align: left; text-decoration: none; letter-spacing: 0; opacity: 100; text-transform: none; margin-left: 0; margin-right: 0; font-weight: normal; font-style: normal; text-indent: 0; background-color: #ffffff;}'
		,'a { cursor: pointer; text-decoration: none; }'
		,'a:link { color: #343434; }'
		,'a:hover { color: #343434; }'
	]
	,selectable: false
	,transparent: true
	,forceSingleLine: false
	,thickness: 0
	,tuneHeight: -3
	,filters: {
		DropShadow: {
			knockout: false
			,inner: false
			,alpha: 100
			,angle: 30
			,distance: 4
			,color: '#efefef'
			,strength: 1
		}
	}
});