// Part of a regular expression which matches the end of the domain, so you can exclude subdomains here
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo

// If you are updating from the Alpha, please note that the source refences have changed!

var bask = {
	src: {
		'7': '/includes/bask.swf'
		,'8': '/includes/bask.swf'
	}
};

sIFR.prefetch(bask);

sIFR.compatMode = true;
sIFR.activate();

sIFR.replace(bask, {
	selector: 'h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#ffffff; background-color:#343415; padding-top:0.5em; }'
	]
});

sIFR.replace(bask, {
	selector: '#main h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#333333; background-color:#ffffff; }'
	]
});

sIFR.replace(bask, {
	selector: '#right h4'
	,css: [
		'.sIFR-root { color:#ffffc6; background-color:#8ea965; padding:15px 25px 8px; }'
	]
});

sIFR.replace(bask, {
	selector: '#sidebar h4'
	,css: [
		'.sIFR-root { color:#750000; background-color:#e7f5f5; }'
	]
});

sIFR.replace(bask, {
	selector: '#left h5'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#ffffff; background-color:#343415; }'
	]
});

sIFR.replace(bask, {
	selector: 'blockquote h5'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#660000; background-color:#f3f3ea; }'
	]
});