// JavaScript Document
function loaditem(itemalt,itempic){
	itempic = itempic.substring(itempic.indexOf('/',document.location.host.length));
	itempic = itempic.substring(0,itempic.indexOf('.'));
	document.getElementById('itempic').src = itempic+"-bg.jpg";
	document.getElementById('itempic').alt = itemalt;
	}