var accessHeavy = {
	src: '/Custom/Main/sifr/accessHeavy.swf'
};

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(accessHeavy);

// Content Header text
sIFR.replace(accessHeavy, {
	selector: 'h1.sifr-headline'
	,css: [
		'.sIFR-root { color: #000000; font-size: 24px; margin: 0; font-weight:bold; text-transform:uppercase; }'
		,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'
	],
	wmode: 'transparent'
});


// Spot header text
sIFR.replace(accessHeavy, {
	selector: '.spot .sifr-spot-headline'
	,css: [
		'.sIFR-root { color: #000000; font-size: 14px; margin: 0; font-weight:bold; text-transform:uppercase; }'
		,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'
	],
	wmode: 'transparent'
});

// Spot manchet text
sIFR.replace(accessHeavy, {
	selector: '.spot .sifr-manchet-headline'
	,css: [
		'.sIFR-root { color: #ffffff; font-size: 14px; margin: 0; font-weight:bold; padding:0; cursor:pointer; text-transform:uppercase; }'
		,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
	],
	wmode: 'transparent'
});

sIFR.replace(accessHeavy, { /* Doesn't work yet */
	selector: '.spot .sifr-spot-headline'
	,css: [
		'.sIFR-root { color: #000000; font-size: 14px; margin: 0; font-weight:bold; cursor:pointer; text-transform:uppercase; }'
		,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'
	],
	wmode: 'transparent'
});
