var american_type = {
  src: 'http://www.twoheads.co.nz/news/wp-content/themes/church_wall/sifr/american_type.swf'
};

sIFR.activate(american_type); // From revision 209 and onwards

sIFR.replace(american_type, {
  selector: 'h1',
    css: [
      '.sIFR-root { text-align: left; color: #333333; font-weight: normal; letter-spacing: -1.8;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:visited { color: #333333; }'
      ,'a:hover { color: #666666; }'
    ]

});

sIFR.replace(american_type, {
  selector: 'h2',
    css: [
      '.sIFR-root { text-align: left; color: #333333; font-weight: normal; letter-spacing: -1.8;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #333333; }'
      ,'a:visited { color: #333333; }'
      ,'a:hover { color: #666666; }'
    ]

});

