﻿	function login(frm){
		frm.forward.value=location.href;
	}
	function reg(){
		this.location.href = "/member/index_do.php?fmdo=user&dopost=regnew&forward="+location.href;
	}
	
	function loginUrl(frm){
		this.location.href = "/member/login.php?forward="+location.href;
	}