
/* sifr-music.js

the font replacements for the music style

*/

if(typeof sIFR == "function"){
    sIFR.replaceElement("h1", named(
	{sFlashSrc: "resources/harrington.swf", 
	sColor: "#000000", sBgColor: "#FFFFFF", 
	sFlashVars: "text-align=center" }));

    sIFR.replaceElement("h2", named(
	{sFlashSrc: "resources/harrington.swf", 
	sColor: "#000000", sBgColor: "#FFFFFF", 
	sFlashVars: "text-align=center" }));

};