// JavaScript Document

function place_cursor() {
	this.document.forms[0].elements[0].focus();
}
