var freestyle = {
  src: '/sifr/demo/freestylescript.swf'
};

var desiger = {
  src: '/sifr/demo/desigers.swf'
};

/*sIFR.activate(cochin);

sIFR.replace(cochin, {
  selector: 'h6',
,css: [
'a { color: #465dd2; text-decoration: none; }'
,'a:link { color: #465dd2; }'
,'a:hover { text-decoration: underline; }'
]
 ,
wmode: 'transparent',

});*/

sIFR.activate(freestyle, desiger);
sIFR.replace(freestyle, {
selector: 'h6'
,wmode: 'transparent'
,css: [
'a { color: #0B5721; text-decoration: none; font-weight:bold;}'
,'a:link { color: #0B5721; }'
,'a:hover { text-decoration: none; color:#0B9633; }'
]
});

sIFR.replace(desiger, {
selector: 'h1, h5, h3'
,wmode: 'transparent'
,css: ['.sIFR-root { color: #F73C34; font-weight: normal; }']});
