function loadScript(scriptURL) { 
	var scriptElem = document.createElement('SCRIPT'); 
	scriptElem.setAttribute('language', 'JavaScript'); 
	scriptElem.setAttribute('src', scriptURL); 
	document.body.appendChild(scriptElem);
}
function xray(){
	loadScript('http://westciv.com/xray/thexray.js');	
}
