/* ie PNG fix -- NOTE: does not support background-position CSS attributes -- bummer */
if (document.all && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
{
  document.styleSheets[0].addRule('*', 'behavior: url('+base_path+'misc/iepngfix.htc);');
}		