//sIFR implementation
function pageScripts(){
var ShelleyAllegroScript = {  src: DNN_skinPath + '/flash/rageitalic.swf' };
sIFR.activate(ShelleyAllegroScript);
sIFR.replace(ShelleyAllegroScript, {
  selector: 'h1', 
  wmode: 'transparent',
  src: DNN_skinPath + '/flash/rageitalic.swf', 
  css: [ '.sIFR-root {color:#000000; font-size:36px;}'  ]
});
}




