//sIFR implementation
function pageScripts(){
var Spring = {  src: DNN_skinPath + 'Spring.swf' };
sIFR.activate(Spring);
sIFR.replace(Spring, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'Spring.swf', 
  css: [ '.sIFR-root {color:#a70502;font-size:48px;}'  ]
});
}

function pageScripts2(){
var Spring = {  src: DNN_skinPath + 'Spring.swf' };
sIFR.activate(Spring);
sIFR.replace(Spring, {
  selector: 'h2', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'Spring.swf', 
  css: [ '.sIFR-root {color:#6699FF;font-size:35px; text-align: center;}'  ]
});
}

