var delicious = {
   src: '/flash/delicious.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(delicious);

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


sIFR.replace(delicious, {
  selector: '#bottom h1',
  css: [
    '.sIFR-root { color:#1f85aa; font-size:18px; font-weight:normal; text-transform:uppercase;}',
	'.span		{ color:#005770;}'],
	wmode: 'transparent'
});

sIFR.replace(delicious, {
  selector: '#right h2',
  css: [
    	'.sIFR-root { color:#203385; text-align:left; font-size:18px; font-weight:normal; text-transform:uppercase;}',
    	'a { text-decoration: none; color: #203385;}',
    	'a:link { text-decoration: none; color: #203385;}',
    	'a:hover { color: #203385;}',
		'a.active { color: #203385;}'
    ],
    wmode: 'transparent'
});

sIFR.replace(delicious, {
  selector: '#submenu h1',
  css: [
    '.sIFR-root { color:#2188b0; font-size:18px; font-weight:normal; text-transform:uppercase;}',
	'.span		{ color:#005770;}'],
	wmode: 'transparent'
});

sIFR.replace(delicious, {
  selector: '#submenu h2',
  css: [
    	'.sIFR-root { color:#2188b0; text-align:left; font-size:18px; font-weight:normal; text-transform:uppercase;}',
    	'a { text-decoration: none; color: #2188b0;}',
    	'a:link { text-decoration: none; color: #2188b0;}',
    	'a:hover { color: #2188b0;}',
		'a.active { color: #2188b0;}'
    ],
    wmode: 'transparent'
});

sIFR.replace(delicious, {
  selector: '#kruimelpad h1',
  css: [
    '.sIFR-root { color:#f5f2df; font-size:48px; font-weight:normal;}',
	'.span		{ color:#005770;}'],
	wmode: 'transparent'
});










