//sIFR implementation
function pageScripts(){
var Present= {  src: DNN_skinPath + 'Present.swf' };
sIFR.activate(Present);
sIFR.replace(Present, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'Present.swf', 
  css: [ '.sIFR-root {color:#ffffff;font-size:36px;}'  ]
});
}

function pageScriptsportal(){
var Present= {  src: DNN_skinPath + 'Present.swf' };
sIFR.activate(Present);
sIFR.replace(Present, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'Present.swf', 
  css: [ '.sIFR-root {color:#ffffff;font-size:41px;line-spacing:4px;}'  ]
});
}
