/*
IMPORTANT FOR MOLECULAR! 
PATH TO SWF IS BASED ON APP ROOT PATH. 
The scripts that call it are in different directory depths so relative link won't work.
I haven't tried anything with base paths though (not enough time)
RMULLOY
*/

var helv = {
  src: '/js/sifr/helvetica.swf'
}; 

sIFR.activate(helv ); // From revision 209 and onwards


//start paygo
(window.supportReplaces = function(){
/*
	sIFR.replace(helv, {
	  selector: '.aboutHeader h1 '
	 ,css: '.sIFR-root {font-size: 21px;line-height:.8em;leading:-5} '
	 ,wmode: 'transparent'
	});
	sIFR.replace(helv, {
	  selector: 'h1'
	 ,css: '.sIFR-root {font-size: 24px;leading:-4} '
	 ,wmode: 'transparent'
	});
	sIFR.replace(helv, {
	  selector: '.home h2'
	 ,css: '.sIFR-root {font-size: 24px;color:#000000} '
	 ,wmode: 'transparent'
	});
	sIFR.replace(helv, {
	  selector: 'h2'
	 ,css: '.sIFR-root {font-size: 18px;color:#000000;leading:-3} '
	 ,wmode: 'transparent'
	});
	sIFR.replace(helv, {
	  selector: '.sub_hdr'
	 ,css: '.sIFR-root {font-size: 18px;letter-spacing:1;color:#333333} '
	 ,wmode: 'transparent'
	});
	sIFR.replace(helv, {
	  selector: '.module h3'
	 ,css: '.sIFR-root {font-size: 13px;color:#ffffff;letter-spacing:1.2} '
	 ,wmode: 'transparent'
	});
*/	
	

})(); 

