
var gotham = {src: 'http://www2.iserve.co.nz/users/shift/ipanzawards.org.nz/htdocs/wp-content/themes/ipanz/sifr/gotham.swf'};

var gotham_book = {src: 'http://www2.iserve.co.nz/users/shift/ipanzawards.org.nz/htdocs/wp-content/themes/ipanz/sifr/gotham_book.swf'};


sIFR.useStyleCheck = true;

sIFR.activate(gotham); // From revision 209 and onwards
sIFR.replace(gotham, {

    selector: 'h1'

    ,css: [

      '.sIFR-root { font-size:29px; font-weight:normal; color:#34a7e9;}'

      ,'a { text-decoration: none; }'

      ,'a:link { color: #34a7e9; }'

      ,'a:hover { color: #333333; }'

    ], wmode: 'transparent'

  });

sIFR.replace(gotham_book, {

    selector: 'h2'

    ,css: [

      '.sIFR-root { font-size: 20px; font-weight:normal; color:#002144;}'

      ,'a { text-decoration: none; }'

      ,'a:link { color: #34a7e9; }'

      ,'a:hover { color: #666666; }'

    ], wmode: 'transparent'

  });
