Here it is, after about 18 different attempts:
At the top, is a behind-the-scenes shot from Star Wars: Revelations and the bottom is from a promo shot of Chris, the head of Blinky Productions which makes those great Blue Bettle and Power Girl movies.
function change_color(input, id) { var obj = document.getElementById(id); if (obj) { obj.style.backgroundColor = “#” + input.value; //alert [...]

