var bradley = {
  src: '/includes/bradley5.swf'
};

var arialblack = {
  src: '/includes/arialblack4.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(bradley);
sIFR.replace(bradley, {
selector: 'h6'
,wmode: 'transparent'
,css: [
'‘.sIFR-root’ : { ‘color’: ‘#650500? , ‘font-weight’: ‘bold’ }',
'‘a’ { color: #FF6500; text-decoration: none; font-weight:bold;}'
,'a:link { color: #FF6500; font-weight: bold; }'
,'a:visited{ color: #FF6500; font-weight: bold;}'
,'a:hover { text-decoration: none; color:#000000; font-weight: bold;}',
]
});

sIFR.activate(arialblack);
sIFR.replace(arialblack, {
selector: 'h1'
,wmode: 'transparent'

});

