var flash1 = {
  src: 'http://code.brightonconsulting.net.au/sifr3/fonts/vag.swf'
};


  sIFR.activate(flash1);

  sIFR.replace(flash1, {
    selector: 'div#main_panel h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #00ae52; font-size:36px; font-weight:bold;}'
    ]
  });

  sIFR.replace(flash1, {
    selector: 'p.pull'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #333; font-size:18px; font-weight:bold;}'
    ]
  });

  sIFR.replace(flash1, {
    selector: 'h4'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #22499e; font-size:18px; font-weight:bold;}'
    ]
  });

  sIFR.replace(flash1, {
    selector: 'p.quote'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #00ae52; font-size:18px; font-weight:bold;}'
    ]
  });

  sIFR.replace(flash1, {
    selector: 'p.quoted'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #999999; font-size:18px; font-weight:bold;}'
    ]
  });

  sIFR.replace(flash1, {
    selector: 'div#main_panel h3'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #00ae52; font-size:18px; font-weight:bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #00ae52 }'
      ,'a:hover { color: #22499e }'
    ]
  });
  

  sIFR.replace(flash1, {
    selector: 'div.prod_panel p.int'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #00ae52; font-size:40px; font-weight:bold;}'
    ]
  });
  

  sIFR.replace(flash1, {
    selector: 'div.prod_panel p.comp'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #7fd6a8; font-size:40px; font-weight:bold;}'
    ]
  });







