function initializeExternalInterface() { 
	
	document.onmousemove = mousemove; 
}
window.onload = initializeExternalInterface; 
