javascript:var%20body=document.getElementsByTagName("body")[0];var%20bgimage=window.getComputedStyle(body).getPropertyValue("background-image");if%20(bgimage=="none")bgimage=body.background;else%20bgimage=bgimage.replace(/(^url\(|\)$)/g,'');if(bgimage)window.open(bgimage);else%20alert("No%20background%20image%20could%20be%20located.");