var rockwell = {
	src: '/swf/rockwell.swf'
};


sIFR.useStyleCheck = true;
sIFR.activate(rockwell);

/* ------- Page Title */
sIFR.replace(rockwell, {
	selector: 'h1.home'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #2c2111; font-size: 30px; height: 30px; }'
	]
});

/* ------- Page Title */
sIFR.replace(rockwell, {
	selector: 'h2.home'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #2c2111; font-size: 16px; height: 16px; }'
	]
});




