var helneuecon = {
      src: 'http://run.likethewind.ca/wordpress/wp-content/themes/run7/flash/helneuecon.swf'
};
 
sIFR.activate(helneuecon);

sIFR.replace(helneuecon, {
      selector: 'h1',
	  css: [
      '.sIFR-root { font-size: 32px; font-weight: bold;  color: #FFFFFF; background-color: #413829; }',
	  'a:link { color: #86A840; text-decoration: none; }',
	  'a:hover { color: #FFFFFF; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-5'
});
 
sIFR.replace(helneuecon, {
      selector: 'h2',
	  css: [
      '.sIFR-root { font-size: 22px; font-weight: bold; color:#FFFFFF; background-color: #404040; text-transform: uppercase; }',
	  'a:link { color: #86A840; text-decoration: none; }',
	  'a:hover { color: #FFFFFF; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-5'
}); 

sIFR.replace(helneuecon, {
      selector: 'h3',
	  css: [
      '.sIFR-root { font-size: 18px; font-weight: bold; color:#FFFFFF; background-color: #404040; text-transform: uppercase; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-5'
});
 
sIFR.replace(helneuecon, {
      selector: 'h4',
	  css: [
      '.sIFR-root { font-size: 14px; font-weight: bold; color:#FFFFFF; background-color: #404040; text-transform: uppercase; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-5'
});

sIFR.replace(helneuecon, {
      selector: '#nav li.page_item',
	  css: [
      '.sIFR-root { font-size: 15px; font-weight: bold;  color: #FFFFFF; background-color: #413829; text-transform: uppercase; }',
	  'a:link { color: #86A840; text-decoration: none; }',
	  'a:hover { color: #FFFFFF; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-5'
});
 
