/* JS- FIle */

// IEPNGfix
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('img', 'behavior: url(/fileadmin/infoholz/sources/iepngfix.htc)');
 //document.styleSheets[0].addRule('div', 'behavior: url(/fileadmin/infoholz/sources/iepngfix.htc)');
 //document.styleSheets[0].addRule('span', 'behavior: url(/fileadmin/infoholz/sources/iepngfix.htc)');
 //document.styleSheets[0].addRule('.iepngfix', 'behavior: url(/fileadmin/zipangu/sources/iepngfix.htc)');

document.styleSheets[0].addRule('#header-row2'  , 'behavior: url(/fileadmin/zipangu/sources/iepngfix.htc)');
document.styleSheets[0].addRule('#logo img'  , 'behavior: url(/fileadmin/zipangu/sources/iepngfix.htc)');
}