var guggenheim = {
	src: '/flash/guggenheim.swf'
};

var guggenheim_light = {
	src: '/flash/guggenheim_light.swf'
};

sIFR.delayCSS = true;
// sIFR.domains = ['grandmagazine.com'];
sIFR.activate(guggenheim,guggenheim_light);

sIFR.replace(guggenheim_light, {
	selector: 'h1'
	,css: [
		'.sIFR-root { color: #757980; background-color: #EEEEEE; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #757980; }'
		,'a:hover { color: #9EA2A7; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(guggenheim_light, {
	selector: 'h2'
	,css: [
		'.sIFR-root { color: #757980; background-color: #FFFFFF; }'
		,'em { font-style: normal; color: #FF9900; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #757980; }'
		,'a:hover { color: #9EA2A7; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(guggenheim, {
	selector: 'h3'
	,css: [
		'.sIFR-root { color: #000000; background-color: #EEEEEE; font-weight: bold; }'
		,'em { font-style: normal; color: #FF9900; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #757980; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(guggenheim, {
	selector: 'h4'
	,css: [
		'.sIFR-root { color: #757980; background-color: #FFFFFF; text-align: center; }'
		,'em { font-style: normal; color: #000000; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(guggenheim, {
	selector: 'h5'
	,css: [
		'.sIFR-root { color: #336599; background-color: #FFFFCC; text-align: left; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(guggenheim, {
	selector: 'h6'
	,css: [
		'.sIFR-root { color: #FF9900; background-color: #FFFFFF; text-align: left; }'
		,'em { font-style: normal; color: #757980; }'
    ]
	,wmode: 'transparent'
});