var avant = {src: '/swf/avant.swf'};

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(avant);

sIFR.replace(avant, {
   selector: '#clients h1, #mast h1,#mast p, #sv-mast h1, #sv-mast p,.landing h1, .sv-landing h1, .sv-landing h2,#news-article h1'
   	,css: ['.sIFR-root {font-weight: bold; color:#ffffff;}','.big {font-size:135%;}','a {color:#ffffff;}','a:hover {color:#c72129;text-decoration:underline;}','.red {font-weight: bold; color:#c72129;}','.grey {font-weight: bold; color:#BEC0B1;}'],
	wmode: ['transparent']
 });
 
 sIFR.replace(avant, {
   selector: '#news-archive h1,#cs-archive h1'
   	,css: ['.sIFR-root {font-weight: bold; color:#BEC0B1;}'],
	wmode: ['transparent']
 });

sIFR.replace(avant, {
   selector: '#mast h2, #sv-mast h2'
   	,css: ['.sIFR-root {font-weight: bold; color:#8F8E8C;}'],
	wmode: ['transparent']
 });

sIFR.replace(avant, {
   selector: '.staff h1'
   	,css: ['.sIFR-root {font-weight: bold; color:#B1B3A5;}'],
	wmode: ['transparent']
 });

sIFR.replace(avant, {
   selector: '.staff h2'
   	,css: ['.sIFR-root {font-weight: bold; color:#6F706B;}'],
	wmode: ['transparent']
 });
 
  sIFR.replace(avant, {
   selector: '.result3 h2'
   	,css: ['.sIFR-root {font-weight: bold; color:#8b8e8c;}'],
	wmode: ['transparent']
 });

  
  


  
  
  
  

