var font1 = {
  src: 'http://thunder1.cudenver.edu/clas/js/trajan4.swf'
};

sIFR.activate(font1); // From revision 209 and onwards

sIFR.replace(font1, {
			 
  selector: '#content>h1', wmode:'transparent', css: ['.sIFR-root { color:#400000;, font-size: 18px;, background-color: #f1eace;, letter-spacing: 0.2; }','a { text-decoration: none }','a:link { color: #EC1C24 }','a:hover { color: #A49983; }']
});

