var advent = {
  src: '/flash/advent-rounded.swf'
};

sIFR.activate(advent);

sIFR.replace(advent, {
    selector: 'div.text h2.article-title'
	,wmode: 'transparent'
	,offsetTop: '5px'
	,css: {
	      '.sIFR-root': { 'color': '#ffffff' }
	    }
	    ,filters: {
	      DropShadow: {
	        knockout: false
	        ,distance: 1
	        ,color: '#000000'
	        ,strength: 1
	      }
	    }
  });

sIFR.replace(advent, {
    selector: 'div.text2 h2.article-title'
	,wmode: 'transparent'
	,offsetTop: '5px'
	,css: {
	      '.sIFR-root': { 'color': '#ffffff' }
	    }
	    ,filters: {
	      DropShadow: {
	        knockout: false
	        ,distance: 1
	        ,color: '#000000'
	        ,strength: 1
	      }
	    }
  });

sIFR.replace(advent, {
    selector: '#search-form label'
	,wmode: 'transparent'
	,css: {
	      '.sIFR-root': { 'color': '#ffffff' }
	    }
  });

sIFR.replace(advent, {
    selector: '#footer h4'
	,wmode: 'transparent'
	,css: {
	      '.sIFR-root': { 'color': '#ffffff' }
	    }
  });