var swisth = {
  src: '/flash/swisth.swf'
};

sIFR.prefetch(swisth);

sIFR.activate();


sIFR.replace(swisth, {
  selector: 'h1',
    css: [
      '.sIFR-root {text-transform: lowercase;}'
    ]    
});



sIFR.replace(swisth, {
  selector: '#content_body .press_item h2',
    css: [
      '.sIFR-root {background-color: #fffaf5; text-transform: lowercase;}'
    ]  
});



sIFR.replace(swisth, {
  selector: '.job h2',
    css: [
      '.sIFR-root {background-color: #f5fcff; text-transform: lowercase;}'
    ]  
});


sIFR.replace(swisth, {
  selector: 'h2',
    css: [
      '.sIFR-root {text-transform: lowercase;}'
    ]  
});




sIFR.replace(swisth, {
  selector: 'h4',
    css: [
      '.sIFR-root { text-transform: lowercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #ff0000; }'
	  
    ]
  
});