 width = screen.width
 
 if (width<1200) {
 document.getElementById('top_block').style.backgroundImage='url("/media/pictures/gorodm.jpg")'
  } 
  
 if (width>1200) {
  document.getElementById('top_block').style.backgroundImage='url("/media/pictures/gorodb.jpg")'
 }
  
