// JavaScript Document

// fixes IE background flickering
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
