
var y2k = {
src: 'js/y2k.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(y2k);

sIFR.replace(y2k, {
selector: 'h3.cor1'
,css: [
	'.sIFR-root { color:#BEBEBE;font-weight:bold; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
	,'em { font-style: normal; color: #003366; }'
]
,wmode: 'transparent'
});

sIFR.replace(y2k, {
selector: 'h3.cor2'
,css: [
	'.sIFR-root { color:#BEBEBE;font-weight:bold; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
	,'em { font-style: normal; color: #F49D1F; }'
]
,wmode: 'transparent'
});

sIFR.replace(y2k, {
selector: 'h3.cor3'
,css: [
	'.sIFR-root { color:#86A0C6;font-weight:bold; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #CCCCCC; }'
]
,wmode: 'transparent'
,filters: {
  DropShadow: {
    knockout: false
    ,distance: 1
    ,color: '#FFFFFF'
    ,strength: 2
  }
}
});

sIFR.replace(y2k, {
selector: 'label.label'
,css: [
	'.sIFR-root  { font-size:12px;font-weight:bold;font-style: normal; color: #003366; }'
]
,wmode: 'transparent'
});
