// JavaScript Document
 
function move_in(id,img)
{

 
     pth="url(images/stories/home/"+img+")";
     document.getElementById(id).style.backgroundImage=pth;



}






 