try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}

function g(id){
	return document.getElementById(id);
}
