var itsloaded = 0;
function _doUnload()
{
	if (itsloaded == 1)
		doUnload();
}

function checkForm() {
	if (document.forms.search.query.value=='') {
		alert('Input text to search');
		return false
	}
	return true;
}
