		
	$(document).ready(function() {

	ie = document.all;

if(ie) {

          try {

                   document.execCommand("BackgroundImageCache", false, true);

          } catch(err) {

          }

}
	
	
	});
	
	
	
	
	


