var tradegothic = {
      src: 'http://www.bevelspecs.com/blog/wp-content/flash/tradegothic.swf'
};


 
sIFR.activate(tradegothic);

sIFR.replace(tradegothic, {
      selector: 'h2.post-title',
      css: [
      '.sIFR-root { color: #eae827; font-size:17px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #eae827; }'
      ,'a:hover { color: #eae827; }'
      ]    
	  ,transparent: true
});

sIFR.replace(tradegothic, {
      selector: 'h3.post-title',
      css: [
      '.sIFR-root { color: #eae827; font-size:17px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #eae827; }'
      ,'a:hover { color: #eae827; }'
      ]    
	  ,transparent: true
});

sIFR.replace(tradegothic, {
      selector: '#sidebar ul li h2',
      css: [
      '.sIFR-root { color: #eae827; font-size:12px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #eae827; }'
      ,'a:hover { color: #eae827; }'
      ]    
	  ,transparent: true
});

sIFR.replace(tradegothic, {
      selector: '#sidebar p.replace',
      css: [
      '.sIFR-root { color: #ffffff; font-size:12px; margin: 0; line-height: 12px;}'
      ,'a { text-decoration: none; border-bottom: 1px solid #eae827; padding: 2px;}'
      ,'a:link { color: #eae827; }'
      ,'a:hover { color: #eae827; }'
      ]    
	  ,transparent: true
});

