var rockwell = {
	src: 'http://www.barrelofmonkeys.org/sifr/rockwell.swf'
};
 
sIFR.activate(rockwell);
 
sIFR.replace(rockwell, {
	selector: '.rockwell_blog',
	css: ['.sIFR-root { font-size:24px; font-weight:normal; color:#000000; }', 'a {text-decoration: none;}', 'a:link {color: #000000}', 'a:hover {color: #006699; text-decoration: underline;}'],
	wmode: 'transparent'
});

sIFR.replace(rockwell, {
	selector: '.rockwell_yellowbar',
	css: ['.sIFR-root { font-size:24px; font-weight:normal; color:#000000; }'],
	wmode: 'transparent'
});

sIFR.replace(rockwell, {
	selector: '.rockwell_h1',
	css: ['.sIFR-root { font-size:24px; font-weight:normal; color:#000000; }'],
	wmode: 'transparent'
});

sIFR.replace(rockwell, {
	selector: '.rockwell_h2',
	css: ['.sIFR-root { font-size:18px; font-weight:normal; color:#000000; }'],
	wmode: 'transparent'
});

sIFR.replace(rockwell, {
	selector: '.rockwell_homeblog',
	css: ['.sIFR-root { font-size:20px; font-weight:normal; color:#000000; }', 'a {text-decoration: none;}', 'a:link {color: #000000}', 'a:hover {color: #006699; text-decoration: underline;}'],
	wmode: 'transparent'
});

sIFR.replace(rockwell, {
	selector: '.rockwell_home',
	css: ['.sIFR-root { font-size:32px; font-weight:normal; color:#ffcc00; }'],
	wmode: 'transparent'
});