    //<[CDATA[
  
 var helmetcondensed = {
    src: 'helmetcondensed.swf'
  };
  
  
sIFR.activate(helmetcondensed);
 
  sIFR.replace(helmetcondensed, {
    selector: '.col_left_home h3'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: bold; color: #333333; text-transform:uppercase; width:180px;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #333333 }'
      ,'a:hover { color: #333333 }'
    ]
	,wmode: 'transparent'
  });
 
   sIFR.replace(helmetcondensed, {
    selector: '.col_left_sub h3'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: bold; color: #333333; text-transform:uppercase; width:180px;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #333333 }'
      ,'a:hover { color: #333333 }'
    ]
	,wmode: 'transparent'
  });
 
 sIFR.replace(helmetcondensed, {
    selector: 'h1, h2, h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #000000; text-transform:uppercase;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #000000 }'
    ]
	,wmode: 'transparent'
  });
   
 
  //]]>