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

