function getPhoto(file_id) { subject_id = "homephoto"; http.open("GET", "http://visualmelancholy.me/includes/homephoto.php?file=" + escape(file_id), true); http.onreadystatechange = handleHttpResponse; http.send(null); }