
    var helve = {
      src: '/wp-content/themes/kra_theme/inc/helve77.swf'
      ,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 25, 1.25, 33, 1.23, 43, 1.22, 65, 1.21, 69, 1.2, 70, 1.21, 122, 1.2, 123, 1.19, 1.2]
	  ,wmode: 'transparent'
    };
	
	
    //sIFR.domains = ['opusbywire.com']//
    sIFR.useStyleCheck = true;
    sIFR.activate(helve);
   
	sIFR.replace(helve, {
      selector: 'h1'
      ,css: {
        '.sIFR-root': { 'color': '#4e8abe', 'text-transform': 'capitalize', 'leading': '.5'},
		'a:link': { 'color': '#4e8abe', 'text-decoration': 'none' },
		'a:hover': { 'color': '#8f3d00', 'text-decoration': 'underline'  }
      }
    });
	
	sIFR.replace(helve, {
      selector: 'h2'
      ,css: {
        '.sIFR-root': { 'color': '#3d2616', 'text-transform': 'capitalize', 'leading': '.5'},
		'a:link': { 'color': '#4e8abe', 'text-decoration': 'none' },
		'a:hover': { 'color': '#8f3d00', 'text-decoration': 'underline'  }
      }
    });
 
 	sIFR.replace(helve, {
      selector: '#side_bar h3'
      ,css: {
        '.sIFR-root': { 'color': '#4f2300', 'text-transform': 'capitalize' }
      }
	 });
 
 
 	sIFR.replace(helve, {
      selector: 'h3 , h4'
      ,css: {
        '.sIFR-root': { 'color': '#3c6380', 'text-transform': 'capitalize', 'leading': '.5'},
		'a:link': { 'color': '#4e8abe', 'text-decoration': 'none' },
		'a:hover': { 'color': '#8f3d00', 'text-decoration': 'underline'  }
      }
    });
