/**
 * NIBR common scripts
 *
 * Daniel Staver (daniel@ixd.no)
 * Version 0.1, 2007/09/27
 * www.ixd.no
 */

/**
 * Fix IE6 CSS image flickering
 */
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {};