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