﻿if (document.all && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
{
    //document.styleSheets[0].addRule('* html span', 'behavior: url(http://dev.pcgs.com/store/jscripts/iepngfix.htc)'); 
    document.styleSheets[0].addRule('* html img', 'behavior: url(/store/jscripts/iepngfix.htc)');
    document.styleSheets[0].addRule('* html a', 'behavior: url(/store/jscripts/iepngfix.htc)');       
}
