var futura = { 
	src: 'flash/futura.swf'};

var rockwell = { 
	src: 'flash/rockwell.swf'};
	
sIFR.activate(futura,rockwell);

sIFR.replace(rockwell, {
		selector: 'h1',
		css: [
		'.sIFR-root {text-align:center; font-size:24px; font-weight:normal; color:#c6d4ed; }',
		'em { font-style:italic; }',
		'strong { font-weight:bold; color:#2b4066; }'
		],
		 wmode: 'transparent'
		});

sIFR.replace(rockwell, {
		selector: 'h2.sidebar-title',
		css: [
		'.sIFR-root {font-size:20px; font-weight:normal; color:#00000; }',
		'em { font-style:italic; color:#000000 }',
		'strong { font-weight:bold; color:#ebebeb; }'
		],
		 wmode: 'transparent'
		});
sIFR.replace(futura, {
		selector: 'h3.profile_text',
		css: [
		'.sIFR-root {font-size:16px; font-weight:normal; color:#ffffff; }',
		'em { font-style:italic; color:#000000 }',
		'strong { font-weight:bold; color:#ebebeb; }'
		],
		 wmode: 'transparent'
		});
sIFR.replace(rockwell, {
		selector: 'h4.endorse',
		css: [
		'.sIFR-root {font-size:14px; font-weight:normal; color:#ffffff; }',
		'em { font-style:italic; color:#000000 }',
		'strong { font-weight:bold; color:#ffd83c; }'
		],
		 wmode: 'transparent'
		});
sIFR.replace(rockwell, {
		selector: '.inkfruit', 
		css: [
		'.sIFR-root {text-align:center; font-size:14px; font-weight:normal; color:#ffffff;}',
		'em { font-style:italic; color:#000000 }',
		'strong { font-weight:bold; color:#ebebeb; }',
		'a {color:#00ccff;}',
		'a:hover { color:#000000; }'
		],
		 wmode: 'transparent'
		});
sIFR.replace(rockwell, {
		selector: '.profile_header',
		css: [
		'.sIFR-root {text-align:right; font-size:52px; font-weight:bold; color:#ffffff; }',
		'em { font-style:italic; color:#000000 }',
		'strong { font-weight:bold; color:#ebebeb; }'
		],
		 wmode: 'transparent'
		});
sIFR.replace(rockwell, {
		selector: '.portfolio_header',
		css: [
		'.sIFR-root {text-align:right; font-size:52px; font-weight:bold; color:#ffffff; }',
		'em { font-style:italic; color:#000000 }',
		'strong { font-weight:bold; color:#ebebeb; }'
		],
		 wmode: 'transparent'
		});
sIFR.replace(rockwell, {
		selector: '.mycv_header',
		css: [
		'.sIFR-root {text-align:left; font-size:52px; font-weight:bold; color:#ffffff; }',
		'em { font-style:italic; color:#000000 }',
		'strong { font-weight:bold; color:#ebebeb; }'
		],
		 wmode: 'transparent'
		});
sIFR.replace(rockwell, {
		selector: '.synopsis', 
		css: [
		'.sIFR-root {text-align:left; font-size:14px; font-weight:normal; color:#ffffff;}',
		'em {font-style:italic; font-weight:bold; color:#000000 }',
		'strong { font-weight:bold; color:#ffcc33; }',
		'a {color:#00ccff;}',
		'a:hover { color:#000000; }'
		],
		 wmode: 'transparent'
		});
sIFR.replace(rockwell, {
		selector: '.touchbase',
		css: [
		'.sIFR-root {text-align:left; font-size:52px; font-weight:bold; color:#ffffff; }',
		'em { font-style:italic; color:#000000 }',
		'strong { font-weight:bold; color:#ebebeb; }'
		],
		 wmode: 'transparent'
		});
sIFR.replace(rockwell, {
		selector: '.text_only', 
		css: [
		'.sIFR-root {text-align:left; font-size:14px; font-weight:normal; color:#ffffff;}',
		'em {font-style:italic; font-weight:bold; color:#000000 }',
		'strong { font-weight:bold; color:#ffcc33; }',
		'a {color:#00ccff;}',
		'a:hover { color:#000000; }'
		],
		 wmode: 'transparent'
		});
