var bg= "http://insanityplayers.de/hustihp/images/BG/bg1920.png"; if(screen.width < 801) bg="http://insanityplayers.de/hustihp/images/BG/bg800.png"; else if(screen.width < 1025) bg="http://insanityplayers.de/hustihp/images/BG/bg1024.png"; else if(screen.width < 1281) bg="http://insanityplayers.de/hustihp/images/BG/bg1280.png"; else if(screen.width < 1441) bg="http://insanityplayers.de/hustihp/images/BG/bg1440.png"; else if(screen.width < 1601) bg="http://insanityplayers.de/hustihp/images/BG/bg1600.png"; document.body.style.backgroundImage="url("+bg+")";