function getCode(){
			var ni = document.getElementById('holder');
			var code = document.getElementById('product-code').firstChild.data;
			var newimg = document.createElement('img');	
			newimg.setAttribute('onError','this.src = \'graphics/00000001/Z104H8-28.jpg\';');	
			newimg.setAttribute('name', 'alt' + code);		
			ni.appendChild(newimg);
			}