var trajan = {src:'http://www.princetonathletic.com/_/sIFR/TrajanPro.swf'};

sIFR.useStyleCheck = true;
sIFR.prefetch(trajan);
sIFR.activate();
//sIFR.forceClear = true;

sIFR.replace(trajan, {
  selector: '#branding h1',
  wmode: 'transparent',
  css: '.sIFR-root{color:#ffffff; background-color:#000000; text-align:center;}'
//  	    ,forceWidth:true
//		,fitExactly:true
}); 

sIFR.replace(trajan, {
  selector: '#content h3',
  wmode: 'transparent',
  css: '.sIFR-root{color:#ffffff; background-color:#000000; text-align:center;}'
//  	    ,forceWidth:true
//		,fitExactly:true
});
