/* call it */

var akzidentz = {
  src: '/includes/fonts/akzidentz.swf'
  ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 17, 1.24, 18, 1.25, 28, 1.23, 29, 1.2, 34, 1.22, 35, 1.2, 36, 1.21, 40, 1.2, 41, 1.21, 53, 1.2, 79, 1.19, 81, 1.18, 85, 1.19, 87, 1.18, 88, 1.19, 93, 1.18, 94, 1.19, 1.18]
};

sIFR.useStyleCheck = true;
sIFR.activate(akzidentz);


sIFR.replace(akzidentz, {selector: '#right>h1'
			 ,css: [
					  '.sIFR-root {color:#4C6C8E;}'
					]
			 ,wmode: "transparent"
			 });

sIFR.replace(akzidentz, {selector: '.category-box>h2'
			 ,css: [
					  '.sIFR-root {color:#4C6C8E;text-align:center;}'
					  ,'a { text-decoration: none; }'
					  ,'a:link { color: #4C6C8E; }'
					  ,'a:hover { color: #DB9F15; }'
					]
			 ,wmode: "transparent"
			 });