var the_font = {
		src: '/assets/templates/db/includes/delicious.swf'
	  };
	
sIFR.delayCSS  = false;
sIFR.fromLocal  = true;
sIFR.forceClear = true;
sIFR.fitExactly = true;
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.activate(the_font);

sIFR.replace(the_font, {
	selector: '.select label'
	,css: [
	  '.sIFR-root { font-weight: bold; font-style: italic; font-size: 16px; color: #FFFFFF; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(the_font, {
	selector: 'h1.small'
	,css: [
	  '.sIFR-root { font-weight: bold; font-style: italic; font-size: 32px; color: #282829; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(the_font, {
	selector: 'h1'
	,css: [
	  '.sIFR-root { font-weight: bold; font-style: italic; font-size: 44px; color: #282829; }'
	]
	,wmode: 'transparent'
});

sIFR.replace(the_font, {
	selector: '.participation h2'
	,css: [
	  '.sIFR-root { font-weight: bold; font-style: italic; font-size: 34px; color: #701e86;}'
	]
	,wmode: 'transparent'
});

sIFR.replace(the_font, {
	selector: '.contacts h2'
	,css: [
	  '.sIFR-root { font-weight: bold; font-style: italic; font-size: 24px; color: #282829;}'
	]
	,wmode: 'transparent'
});


sIFR.replace(the_font, {
	selector: 'h2'
	,css: [
	  '.sIFR-root { font-weight: bold; font-style: italic; font-size: 26px; color: #282829;}'
	]
	,wmode: 'transparent'
});


sIFR.replace(the_font, {
	selector: 'h3'
	,css: [
	  '.sIFR-root { font-weight: bold; font-style: italic; font-size: 20px; color: #f9f1fb;}'
	]
	,wmode: 'transparent'
});

sIFR.replace(the_font, {
	selector: 'h4'
	,css: [
	  '.sIFR-root { font-weight: bold; font-style: italic; font-size: 20px; color: #701e86;}'
	]
	,wmode: 'transparent'
});

sIFR.replace(the_font, {
	selector: 'h5'
	,css: [
	  '.sIFR-root { font-weight: bold; font-style: italic; font-size: 18px; color: #701e86;}'
	]
	,wmode: 'transparent'
});
