var auto = {
   src: 'flash/stamp.swf'
   ,ratios: [8,1.43,11,1.38,13,1.33,17,1.32,21,1.3,29,1.29,30,1.28,33,1.27,34,1.28,43,1.27,46,1.26,47,1.27,64,1.26,67,1.25,68,1.26,109,1.25,110,1.24,1.25]
};

sIFR.delayCSS  = true;
/* sIFR does not work when opened straight from the local filesystem. You must load sIFR from a web server. */

// sIFR.domains = ['novemberborn.net'] // domain check
sIFR.activate(auto);

//sIFR.debug.ratios({ src: 'flash/helvetica.swf', selector: '#left h1' });

sIFR.replace(auto, {
  selector: '#container h1',
  css: [
    '.sIFR-root { color:#1b1201; font-size:30px;}',
	'span		{ color:#0073b2;}'],
	wmode: 'transparent'
});

sIFR.replace(auto, {
  selector: '#container h2',
  css: [
    '.sIFR-root { color:#f1a400; font-size:36px;}',
	'span		{ color:#0073b2;}'],
	wmode: 'transparent'
});


sIFR.replace(auto, {
  selector: '#container h5',
  css: [
    '.sIFR-root { color:#f1a400; font-size:24px;}',
	'span		{ color:#0073b2;}'],
	wmode: 'transparent'
});



sIFR.replace(auto, {
  selector: '#nieuws h6',
  css: [
    '.sIFR-root { color:#1b1201; font-size:24px;}',
	'span		{ color:#0073b2;}'],
	wmode: 'transparent'
});

sIFR.replace(auto, {
  selector: '#container h3',
  css: [
    '.sIFR-root { color:#fff6e6; font-size:36px;}',
	'span		{ color:#0073b2;}', 
	'a {color: #fff6e6; text-decoration:none;}'
	, 'a:hover {color: #513818; text-decoration:none;}'],
	wmode: 'transparent'
});

sIFR.replace(auto, {
  selector: '#nieuws-details .next',
  css: [
    '.sIFR-root { color:#fff6e6; font-size:24px;}',
	'span		{ color:#0073b2;}',
	'a {color: #fff6e6; text-decoration:none;}'
	, 'a:hover {color: #fff6e6; text-decoration:underline;}'],
	wmode: 'transparent'
});

sIFR.replace(auto, {
  selector: '#nieuws-details .prev',
  css: [
    '.sIFR-root { color:#fff6e6; font-size:24px;}',
	'span		{ color:#0073b2;}',
	'a {color: #fff6e6; text-decoration:none;}'
	, 'a:hover {color: #fff6e6; text-decoration:underline;}'],
	wmode: 'transparent'
});




