try {
  document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}


$(document).ready(function() {

$(".home #a").easySlider({
		auto: "true"
	});
})
