/* call it */

var barmeno = {
  src: '/includes/fonts/barmeno.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(barmeno);


sIFR.replace(barmeno, {selector: '#right>h1'
			 ,css: [
					  '.sIFR-root {color:#005292;}'
					  ,'.highlight {color:#339900}'
					]
			 ,wmode: "transparent"
			 });

sIFR.replace(barmeno, {selector: 'h2.standout-heading'
			 ,css: [
					  '.sIFR-root {color:#005292;}'
					]
			 ,wmode: "transparent"
			 });

sIFR.replace(barmeno, {selector: 'h4.contact-title'
			 ,css: [
					  '.sIFR-root {color:#005292;}'
					  ,'.highlight {color:#339900}'
					  ,'a { text-decoration: underline; }'
					  ,'a:link { color: #339900; }'
					  ,'a:hover { color: #005292; text-decoration: none; }'
					]
			 ,wmode: "transparent"
			 });
