var annivers = {
  src: 'Annivers.swf'
};

//sIFR.domains = ['*.avodah.net', 'avodah.net', 'avodah.dreamhosters.com'];
//sIFR.useStyleCheck = true;
sIFR.activate(annivers);

sIFR.replace(annivers, {
  selector: '#nav li p'
	,css: [
      '.sIFR-root { text-align: right;	line-height: 1em; color: #ffffbf; font-size: 22px; }'
      ,'a { color: #ffffbf; text-decoration: none; }'
      ,'a:link { color: #ffffbf; text-decoration: none; }'
      ,'a:hover { color: #feff82; text-decoration: none; }'
    ]
	, transparent: 'true'
});

sIFR.replace(annivers, {
  selector: 'div.subnav p'
	,css: [
      '.sIFR-root { text-align: center;	line-height: 1em; color: #ffffbf; font-size: 16px; }'
      ,'a { color: #ffffbf; text-decoration: none; }'
      ,'a:link { color: #ffffbf; text-decoration: none; }'
      ,'a:hover { color: #feff82; text-decoration: none; }'
    ]
	, transparent: 'true'
});

sIFR.replace(annivers, {
  selector: 'h1'
	,css: [
      '.sIFR-root {	text-align: left;	line-height: 1em; color: #ffffbf; font-size: 34px; }'
    ]
	, transparent: 'true'
});

sIFR.replace(annivers, {
  selector: '#main.homeP #content h2'
	,css: [
      '.sIFR-root {	text-align: left;	line-height: 1em; color: #ffffbf; font-size: 46px; }'
    ]
	, transparent: 'true'
});

sIFR.replace(annivers, {
  selector: 'h2'
	,css: [
      '.sIFR-root { text-align: left;	line-height: 1em; color: #ffffdc; font-size: 16px; background-color: #242422; }'
      ,'a { color: #feff82; text-decoration: underline; }'
      ,'a:link { color: #feff82; text-decoration: underline; }'
      ,'a:hover { color: #feff82; text-decoration: none; }'
    ]
	, transparent: 'true'
});

sIFR.replace(annivers, {
  selector: 'h3'
	,css: [
      '.sIFR-root {	text-align: left;	line-height: 1em; color: #ffffbf; font-size: 23px; background-color: #242422; }'
    ]
	, transparent: 'true'
});

sIFR.replace(annivers, {
  selector: 'h4'
	,css: [
      '.sIFR-root {	text-align: left;	line-height: 1em; color: #82321d; font-size: 17px; background-color: #ffffbf; }'
    ]
	, transparent: 'true'
});

sIFR.replace(annivers, {
  selector: 'h5'
	,css: [
      '.sIFR-root {	text-align: left;	line-height: 1em; color: #ffffbf; font-size: 20px; background-color: #82321d; }'
    ]
	, transparent: 'true'
});