var helvn = {
    src: '/flash/heveltica_neue.swf'
};


  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(helvn);
/*
  sIFR.replace(helvn, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
 */
   sIFR.replace(helvn, {
    selector: '#flashtext h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 14px; color: #FFFFFF; }'
    ]
  });
   
   sIFR.replace(helvn, {
    selector: '#index_content_left h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 14px; color: #1A1271; }'
    ]
  });
  sIFR.replace(helvn, {
    selector: '#heading h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 16px; color: #000000; }'
    ]
  });