<title></title>
<style>
body {
background:
url(foto/15.jpeg) no-repeat;
}
</style>
<script async src="/js/sf.js"></script>
</head>
<body>
</body>
document.style.setAttribute('background:url(foto/15.jpeg)', 'background:url(foto/30.jpeg)');
document.getElementsByTagName("body")[0].setAttribute('style', 'background:url(foto/30.jpeg)');