//<[CDATA[
//kleuren voluit schrijven: dus #000000 ipv #000

var font1 = { src: '/include/flash/eureka-medium.swf' };

sIFR.useStyleCheck = true;
sIFR.activate(font1);

sIFR.replace(font1, {
selector: '#TopRow_Title h1'
,css: [
'.sIFR-root { color: #B1B7BB; font-size:40px; text-align: center; margin-top: 20px; }'
,'a { color: #B1B7BB;text-decoration: none; }'
,'a:visited { color: #B1B7BB;text-decoration: none; }'
,'a:hover { color: #B1B7BB;text-decoration: none; }'
]
, wmode: 'transparent'
});
