/*
======================================================================
Default JavaScript functions for Stonhenge WR
(c) 2007 by Ohmnibus
======================================================================
*/


function notifyRingmaster() {
	document.forms.LoginForm.Login_Action.value="NotifyRingMaster";
	document.forms.LoginForm.submit();
}

function waitRedirect(fTime, sLocation) {
	var sCmd = "window.location='" + sLocation + "'";
	setTimeout(sCmd, fTime * 1000);
}
