var eccentric = {
  src: 'http://mistersuperb.be/eccentric.swf'
};
sIFR.fixwrap = true;

sIFR.activate(eccentric);

sIFR.replace(eccentric, {
    selector: 'h2',
    css: [
      'a { text-decoration: none; font-size: 140%; }'
      ,'a:link { color: #116FE3; }'
      ,'a:hover { color: #003366; }'
	  ,'h2 { color: #FFFFFF; }'
    ]
	,wmode: 'transparent'
  });






