/*GLobal*/
/*Fixes CSS image flicker on IE6*/
try {
  		document.execCommand('BackgroundImageCache', false, true);
	} catch(e) {}
