var roman = {src: 'http://www.sarfrazmanzoor.co.uk/js/roman.swf'};

sIFR.hideElements = true
sIFR.useDomLoaded = true

sIFR.prefetch(roman);

sIFR.activate(roman);



sIFR.replace(roman, {
	selector: '#news_page #content_main h2, #biography_page #content_main h2, #book_page #content_main h2, #tv_page #content_main h2, #article_page #content_main h2, #journal_page #content_main h2, #links_page #content_main h2, #cats #content_main h2, #blog_archive #content_main h2, #contact_page #content_main h2'
	, opaque: 'true'
	, wmode: 'transparent'
	, css: 
		[
		'.sIFR-root {color: #bd4741;} h2 a:link { color: #bd4741; text-decoration: none; } a:hover { color: #450c07; } a:visited { color: #bd4741; }'
		]
});




sIFR.replace(roman, {
	selector: '#content_sub h2, legend'
	, opaque: 'true'
	, wmode: 'transparent'
	, css: 
		[
		'.sIFR-root { color: #333333; font-size: 21px; } h2 em { font-style: normal;} '
		]
});
