var anivers = {src: 'anivers.swf'};
sIFR.prefetch(anivers);
sIFR.activate(anivers);

sIFR.replace(anivers, {selector: 'h4.y',
wmode: 'transparent',
 css: [
'.sIFR-root { text-align: center; color: #660000; font-size: 16px; }','a { text-decoration: none; }','a:link { color: #000000; }','a:hover { color: #CCCCCC; }'
]
,filters: {
      DropShadow: {
        knockout: true
        ,distance: 1
        ,color: '#3FC0000'
        ,strength: 2
      }
    }
});

sIFR.replace(anivers, {selector: 'h3.z',
wmode: 'opaque',
css: [
'.sIFR-root { color: #ffffff; font-size: 20px; background-color: #000000; text-transform: capitalize; }'
]});

sIFR.replace(anivers, {selector: 'h2.x',
wmode: 'transparent',
css: [
'.sIFR-root { text-align: center; color: #000; font-size: 16px; }','a { text-decoration: none; }','a:link { color: #FFFFFF; }','a:hover { color: #660000; }'
]
,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#FFFFFF'
        ,strength: 1
      }
    }
});
