var theForm = document.forms['Form'];
if (!theForm) {
theForm = document.Form;
}

function doPostBack() {
window.location="http://www.logicalstupidity.com/videoshare/contact.php";
}
// -->