var helv65med = {
    src: 'http://www.kuyichi.com/kuyichi/wp-content/sifr/helvboldcond.swf'
  };
  
  sIFR.activate(helv65med); // From revision 209 and onwards
  
var helv55rom = {
    src: 'http://www.kuyichi.com/kuyichi/wp-content/sifr/helv55rom.swf'
  };
  
  sIFR.activate(helv55rom); // From revision 209 and onwards
  
var helv45lig = {
    src: 'http://www.kuyichi.com/kuyichi/wp-content/sifr/helv45lig.swf'
  };
  
  sIFR.activate(helv45lig); // From revision 209 and onwards


sIFR.replace(
	{src: 'http://www.kuyichi.com/kuyichi/wp-content/sifr/helvboldcond.swf',
	selector: 'h1.helv65med',
	wmode: 'transparent',
	fixHover: true,
    css: [
      '.sIFR-root { text-transform: uppercase; color: #A5A5A5; margin-left: 0px; text-align: left; font-weight: normal;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #B09C89 }'
      ,'a:hover { color: #0054A6 }'
    ]
  });
  
sIFR.replace(
	{src: 'http://www.kuyichi.com/kuyichi/wp-content/sifr/helvboldcond.swf',
	selector: 'h2.helv65med',
	wmode: 'transparent',
	fixHover: true,
    css: [
      '.sIFR-root { color: #7F7F7F; margin-left: 0px; text-align: left; font-weight: normal;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #B09C89 }'
      ,'a:hover { color: #0054A6 }'
    ]
  });

sIFR.replace( 
	{src: 'http://www.kuyichi.com/kuyichi/wp-content/sifr/helvboldcond.swf',
	selector: 'h3.helv55rom', 
	wmode: 'transparent',
	fixHover: true,
	css: [
      '.sIFR-root { color: #F78400; text-align: left; font-weight: normal;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #F78400 }'
      ,'a:hover { color: #505050 }'
    ]
  });
  
sIFR.replace( 
	{src: 'http://www.kuyichi.com/kuyichi/wp-content/sifr/helv55rom.swf',
	selector: 'blockquote.helv45lig p', 
	wmode: 'transparent',
	fixHover: true,
	css: [
      '.sIFR-root { color: #F78400; text-align: left; font-style: normal; font-weight: normal;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #F78400; font-style: italic; }'
      ,'a:hover { color: #505050 }'
    ]
  });
  

  
