var meta = {
  src: '/themes/pws/images/meta.swf'
};
var agenda = {
  src: '/themes/pws/images/agenda.swf'
};

sIFR.prefetch(meta, agenda);
sIFR.activate(meta, agenda);

sIFR.replace(meta, {
  selector: 'h1'
  ,css: [
    '.sIFR-root { color: #c1d7d6; background-color: #222222; }'
    ,'a { text-decoration: none; color: #c1d7d6; }'
    ,'a:link { color: #c1d7d6; }'
    ,'a:hover { color: #6a9494; }'
  ]
    ,wmode: 'transparent'
});

sIFR.replace(meta, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { text-transform: uppercase; color: #6a9494; background-color: #222222; }'
    ,'.white { color: #c1d7d6; }'
    ,'a { text-decoration: none; color: #6a9494; }'
    ,'a:link { color: #6a9494; }'
    ,'a:hover { color: #c1d7d6; }'
  ]
		,wmode: 'transparent'
});

sIFR.replace(agenda, {
  selector: 'h3'
  ,css: [
    '.sIFR-root { text-transform: uppercase; color: #636e53; background-color: #222222;  text-align: right; }'
  ]
    ,wmode: 'transparent'
});

sIFR.replace(meta, {
  selector: 'h4'
  ,css: [
    '.sIFR-root { text-transform: uppercase; color: #6a9494; text-align: right; background-color: #222222; }'
    ,'a { text-decoration: none; color: #6a9494; }'
    ,'a:link { color: #6a9494; }'
    ,'a:hover { color: #6a9494; }'
  ]
    ,wmode: 'transparent'
});


sIFR.replace(meta, {
  selector: 'h5'
  ,css: [
    '.sIFR-root { text-transform: uppercase; color: #111111; background-color: #1b1b1b; text-align: right; }'
    ,'a { text-decoration: none; color: #111111; }'
    ,'a:link { color: #111111; }'
    ,'a:hover { color: #666666; }'
  ]
    ,wmode: 'transparent'
});

