function test(){
	if (history.length > 0) {
		return history.back();
	}
}
