var goudy = {
  src: 'http://qstation.com.au/flash/goudy.swf'
};

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

sIFR.replace(goudy, {
  selector: 'h2.orange',css: [ '.sIFR-root { text-align: left; color: #ff6600; font-weight: bold;}' ] ,wmode: 'transparent'
});

sIFR.replace(goudy, {
  selector: 'h2.grey',css: [ '.sIFR-root { text-align: left; color: #707678; font-weight: bold;}' ]  ,wmode: 'transparent'
});

sIFR.replace(goudy, {
  selector: 'h2.pink',css: [ '.sIFR-root { text-align: left; color: #d63647; font-weight: bold;}' ]  ,wmode: 'transparent'
});

sIFR.replace(goudy, {
  selector: 'h3.boxhead',css: [ '.sIFR-root { text-align: left; color: #ff4300; font-weight: bold;}',
        'a {color: #ff4300; text-decoration: none;}',
        'a:hover {color: #BC3A0C; text-decoration:underline;}' ]  ,wmode: 'transparent'
});

sIFR.replace(goudy, {
  selector: 'h3.subpanelhead',css: [ '.sIFR-root { text-align: left; color: #ff4300; font-weight: bold;}',
        'a {color: #ff4300; text-decoration: none;}',
        'a:hover {color: #BC3A0C;}' ]  ,wmode: 'transparent'
});

sIFR.replace(goudy, {
  selector: 'h2.sidebarhead',css: [ '.sIFR-root { text-align: center; color: #454c4c; font-weight: bold;}' ]  ,wmode: 'transparent'
});

sIFR.replace(goudy, {
  selector: 'h3.section_color',css: [ '.sIFR-root { text-align: left; color: #d63647; font-weight: bold;}' ]  ,wmode: 'transparent'
});

sIFR.replace(goudy, {
  selector: 'h3.section_color_large',css: [ '.sIFR-root { text-align: center; color: #d63647;}' ]  ,wmode: 'transparent'
});

sIFR.replace(goudy, {
  selector: 'blockquote.telephone',css: [ '.sIFR-root { text-align: center; color: #454c4c;}' ]  ,wmode: 'transparent'
});

sIFR.replace(goudy, {
  selector: '#pageheader',css: [ '.sIFR-root { text-align: left; color: #ffffff; }' ] ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
		,angle: 120
        ,color: '#000000'
        ,strength: 1
      }
    }, wmode: 'transparent'

});	

sIFR.replace(goudy, {
  selector: '.pageheader_right',css: [ '.sIFR-root { text-align: right; color: #ffffff; }' ] ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
		,angle: 120
        ,color: '#000000'
        ,strength: 1
      }
    }, wmode: 'transparent'

});	