function login_redirect()
{
	setTimeout("window.location='dashboard.php'", 3000);
}
