var Justus = {   
  src: 'http://www.hallfarm.com/wp-content/themes/default/flash/sifr.swf'  
};   
  
sIFR.activate(Justus);   

sIFR.replace(Justus, {   
  selector: 'h1',
  wmode: 'transparent',
  css: ['.sIFR-root { font-size:25px; font-weight:bold; color:#b58c4c; }',
		'a {color: #b58c4c; text-decoration: none;}',
        'a:hover {color: #86632c;}']

  
});  

sIFR.replace(Justus, {   
  selector: 'h2',
  wmode: 'transparent',
  css: ['.sIFR-root { font-size:23px; font-weight:bold; color:#b58c4c; }',
		'a {color: #b58c4c; text-decoration: none;}',
        'a:hover {color: #86632c;}']
  
});  


