var dundee = { src: 'swf/dundee.swf' };
sIFR.debugMode = true;
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.prefetch(dundee);
sIFR.activate();

// sIFR.replace(dundee, {selector: 'h2,h3'});

//	selector: 'body #cnt #main .cnt h2,body #cnt #main .cnt h3,body #cnt #main .cnt h4' ,

sIFR.replace(dundee,{
	selector: 'body #cnt #main .cnt h4' ,
	css: [
      '.sIFR-root { margin-left:2px; }'
      ,'a { text-decoration: none }'
      ,'a:hover { text-decoration: none; }'
    ],
	filters: { DropShadow: { knockout: true ,distance: 0 ,color: '#000000' ,strength: 10 }
  }
});
