/* Global.js */
// remove IE6 image flickering
try {document.execCommand('BackgroundImageCache', false, true);}
catch(e) {}

