// JavaScript Document

if (document.getElementById){
	
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('@font-face {\n')
document.write('font-family: All Caps;\n')
document.write('font-style:  normal;\n')
document.write('font-weight: normal;\n')
document.write('src: url(AllCaps.eot);\n')
document.write('}\n')
document.write('@font-face {\n')
document.write('font-family: academy;\n')
document.write('font-style:  normal;\n')
document.write('font-weight: normal;\n')
document.write('src: url(Academy.eot);\n')
document.write('}\n')
document.write('@font-face {\n')
document.write('font-family: ChangelingLight;\n')
document.write('font-style:  normal;\n')
document.write('font-weight: normal;\n')
document.write('src: url(ChangelingLight.eot);\n')
document.write('}\n')

document.write('</style>\n')
}