/**
 * Reduces background image flickering in IE7.
 *
 * See: http://blog.nemus.se/index.php/get-rid-of-ie-flickering/
 * for more information
 */
try {
	document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}