<!--

if (window != top) top.location.href = location.href;

function doClear(theText) {
     if (theText.value == theText.defaultValue) {
         theText.value = ""
     }
}

// -->

