if (document.all && (/MSIE (5\.5|6)/).test(navigator.userAgent) && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
{
 // document.styleSheets[0].addRule('*', 'behavior: url(/wp-content/themes/Wooden/scripts/iepngfix.htc)');
 document.styleSheets[0].addRule('a#branding', 'behavior: url(/wp-content/themes/Wooden/scripts/iepngfix.htc)');
 document.styleSheets[0].addRule('div#tweetbox', 'behavior: url(/wp-content/themes/Wooden/scripts/iepngfix.htc)');
 document.styleSheets[0].addRule('p#tagline', 'behavior: url(/wp-content/themes/Wooden/scripts/iepngfix.htc)');
 document.styleSheets[0].addRule('p#toptagline', 'behavior: url(/wp-content/themes/Wooden/scripts/iepngfix.htc)');
 // document.styleSheets[0].addRule('div.homepageblock', 'behavior: url(/wp-content/themes/Wooden/scripts/iepngfix.htc)');
 // FIX: not letting me deal with the homepage blocks the way I want to, ignoring for now
}