var newsGothic = {
	 src: "/swf/news-gothic.swf"
	,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
}

sIFR.useDomLoaded = false;

sIFR.activate(newsGothic);

sIFR.replace(newsGothic, {
	 selector: "div.push-story div.push h3"
	,css: 
		[
			".sIFR-root { color: #ffffff; text-transform: uppercase; }"
			,"a { color: #ffffff; text-decoration: none; }"
			,"a:hover { color: #ffffff; text-decoration: none; }"
		]
	,tuneHeight: -5
	,wmode: "transparent"
});


sIFR.replace(newsGothic, {
	 selector: "div.push-start div.gray h3"
	,css:
		[
			".sIFR-root { color: #000000; }"
			,"a { color: #000000; text-decoration: none; }"
			,"a:hover { color: #000000; text-decoration: none; }"
		]
	,tuneHeight: -5
	,fitExactly: true
	,selectable: false
	,wmode: "transparent"
});


sIFR.replace(newsGothic, {
	 selector: "div.push h3"
	,css:
		[
			".sIFR-root { color: #ffffff; }"
			,"a { color: #ffffff; text-decoration: none; }"
			,"a:hover { color: #ffffff; text-decoration: none; }"
		]
	,tuneHeight: -5
	,fitExactly: true
	,selectable: false
	,wmode: "transparent"
});

sIFR.replace(newsGothic, {
	 selector: "li.footer-header span"
	,css:
		[
			".sIFR-root { letter-spacing: -0.05; text-transform: uppercase }"
			,"a { color: #000000; text-decoration: none; }"
			,"a:hover { color: #000000; text-decoration: none; }"
		]
	,tuneHeight: -7
	,wmode: "transparent"
});

/*sIFR.replace(newsGothic, {
	 selector: "div#picture-of-the-week-module h2"
	,css: [".sIFR-root { color: #c7832d; text-transform: capitalize; }"]
	,tuneHeight: -5
});*/

sIFR.replace(newsGothic, {
	 selector: "div.album-information h1"
	,css: [".sIFR-root { text-transform: uppercase; }"]
	,tuneHeight: -5
});

sIFR.replace(newsGothic, {
	 selector: "div#shopping-guide-module h2"
	,css: [".sIFR-root { color: #ffffff; text-transform: capitalize; }"]
	,tuneHeight: -5
	,wmode: "transparent"
});

sIFR.replace(newsGothic, {
	 selector: "ol.quiz h2"
	,css: [".sIFR-root { text-transform: capitalize; }"]
	,tuneHeight: -5
	,wmode: "transparent"
});

sIFR.replace(newsGothic, {
	 selector: "ol.quiz h2"
	,css: [".sIFR-root { text-transform: capitalize; }"]
	,tuneHeight: -5
	,wmode: "transparent"
});

sIFR.replace(newsGothic, {
	 selector: "div.articles h1"
	,css: [".sIFR-root { text-transform: capitalize; }"]
	,tuneHeight: -5
	,wmode: "transparent"
});

sIFR.replace(newsGothic, {
	 selector: "div.gold h2"
	,css:[".sIFR-root { color: #9a6605;}"]
	,tuneHeight: -5
	,wmode: "transparent"
})

sIFR.replace(newsGothic, {
	 selector: "div.brown h2"
	,css:[".sIFR-root { color: #33260d;}"]
	,tuneHeight: -5
	,wmode: "transparent"
})

sIFR.replace(newsGothic, {
	 selector: ".form-section-header h2"
	,css:[".sIFR-root { color: #ffffff;}"]
	,tuneHeight: -5
	,wmode: "transparent"
})

sIFR.replace(newsGothic, {
	 selector: "h2"
	,css: [".sIFR-root { text-transform: capitalize; }"]
	,tuneHeight: -5
	,wmode: "transparent"
});

sIFR.replace(newsGothic, {
	 selector: "div#content h1"
	,css: [".sIFR-root { text-transform: capitalize; }"]
	,tuneHeight: -3
	,wmode: "transparent"
});

