// JavaScript Document

function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      oldonload();
      func();
    }
  }
}


if (document.all && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule) {
	// Feel free to add rules for specific tags only, you just have to call it several times.
	document.styleSheets[0].addRule('#home #home_statement span', 'behavior: url(/_inc/iepngfix.htc)');
	document.styleSheets[0].addRule('#contentBanner span', 'behavior: url(/_inc/iepngfix.htc)');
}
