//<[CDATA[
	var bigbloke	=	{
		src: '/wp-content/themes/gonecksgo/bigbloke.swf' 
	};
	
	sIFR.debugMode = true;
	
	sIFR.prefetch(bigbloke);
	sIFR.activate();
	
	sIFR.replace(bigbloke, {
		selector: '.post > h2'
		,css: [
			'.sIFR-root { color: #000000; background-color: #e4e8ea; }',
			'a { text-decoration: none; }',
			'a:link { color: #b80108; }',
			'a:hover { color: #0674B8; }'
		]
		,wmode: 'transparent'
	});
	sIFR.replace(bigbloke, {
		selector: '#content > h2'
		,css: [
			'.sIFR-root { color: #000000; background-color: #e4e8ea; }'
		]
		,wmode: 'transparent'
	});
	sIFR.replace(bigbloke, {
		selector: '#content .post h3'
		,css: [
			'.sIFR-root { background-color: #e4e8ea; color: #000000; border: 1px solid; }'
		]
		,wmode: 'transparent'
	});
	sIFR.replace(bigbloke, {
		selector: '#content .post .entrytext h3'
		,css: [
			'.sIFR-root { background-color: #e4e8ea; }'
		]
		,wmode: 'transparent'
	});
//]]>