<script language="javascript">

function cursor() {
document.body.style.cursor = 'wait';
alert("mouseover!");
}

</script>
