var futura = { src: 'http://www.pixelsoup.ie/islandbridge/2009/_js/futura.swf' };
var georgia = { src: 'http://www.islandbridge.com/_js/georgia.swf' };

sIFR.activate(futura,georgia);

sIFR.replace(futura, {
	selector: '#our-story #content-heading h1, #default #content-heading h1, #search #content-heading h1',offsetTop: '25',tuneHeight: '20',wmode: 'transparent',
	css: [
		'.sIFR-root {color: #FFFFFF;}',
		'.breadcrumb { color:#acc8ba;}',
	]
});

sIFR.replace(futura, {
	selector: '#what-we-do #content-heading h1',offsetTop: '25',tuneHeight: '20',wmode: 'transparent',
	css: [
		'.sIFR-root {color: #FFFFFF;}',
		'.breadcrumb { color:#a55a7d;}',
	]
});

sIFR.replace(futura, {
	selector: '#our-work #content-heading h1',offsetTop: '25',tuneHeight: '20',wmode: 'transparent',
	css: [
		'.sIFR-root {color: #FFFFFF;}',
		'.breadcrumb { color:#ddcfa8;}',
	]
});

sIFR.replace(futura, {
	selector: '#news-and-events #content-heading h1, #news #content-heading h1, #events #content-heading h1', offsetTop: '25',tuneHeight: '20',wmode: 'transparent',
	css: [
		'.sIFR-root {color: #FFFFFF;}',
		'.breadcrumb { color:#f4d14d;}',
	]
});

sIFR.replace(futura, {
	selector: '#expert-knowledge #content-heading h1, #expert-knowledge-detail #content-heading h1, #expert-knowledge-list #content-heading h1, #podcasts #content-heading h1, #seminars #content-heading h1, #videos #content-heading h1', offsetTop: '25',tuneHeight: '20',wmode: 'transparent',
	css: [
		'.sIFR-root {color: #FFFFFF;}',
		'.breadcrumb { color:#9A9443;}',
	]
});

sIFR.replace(futura, {
	selector: '#contact-us #content-heading h1', offsetTop: '25',tuneHeight: '20',wmode: 'transparent',
	css: [
		'.sIFR-root {color: #FFFFFF;}',
		'.breadcrumb { color:#fcc085;}',
	]
});

sIFR.replace(georgia, {
	selector: '#content h2' ,wmode: 'transparent',
	css: [
		  '.sIFR-root { color: #222222; background-color:#FFFFFF; font-style:italic;}'
		  
		  ]
});

sIFR.replace(georgia, {
	selector: '#header h2',wmode: 'transparent',
	css: [
		  '.sIFR-root { color: #222222; font-style:italic;}'
		  
		  ]
});

sIFR.replace(georgia, {
	selector: 'h2.callouts, #footer h2, body#home #footer h2',wmode: 'opaque',
	css: [
		  '.sIFR-root { color: #9d9080; background-color:#FFFFFF; font-style:italic;}'
		  
		  ]
});

sIFR.replace(georgia, {
	selector: 'h3, ',wmode: 'transparent',
	css: [
		  '.sIFR-root { color: #334333; background-color:#FFFFFF; }',
		  '.meta { color: #334333; background-color:#eee; }',
		  'a {color:#640032;  background-color:#FFFFFF; text-decoration:none; }',
		  'a:hover {color:#640032; text-decoration:underline;}',
	]
});


sIFR.replace(georgia, {
	selector: 'h3.partner-title ',wmode: 'transparent', offsetWidth: '300',
	css: [
		  '.sIFR-root { color: #334333; background-color:#FFFFFF; width:300px; }',
		  '.meta { color: #334333; background-color:#eee; }',
		  'a {color:#640032;}',
		  'a:hover {color:#fff; background-color:#640032;}',
	]
});

sIFR.replace(georgia, {
	selector: 'h3.callout',wmode: 'transparent',
	css: [
		  '.sIFR-root { color: #334333; background-color:#FFFFFF; }',
		  '.meta { color: #334333; background-color:#eee; }',
		  'a {color:#640032;  background-color:#FFFFFF; text-decoration:none; }',
		  'a:hover {color:#640032; text-decoration:underline;}',
	]
});
