﻿function cacheBackgroundImages(){try{document.execCommand('BackgroundImageCache',false,true)}catch(e){}}addListener(window,'load',cacheBackgroundImages);