﻿function sethash(_value) {
	if(!_value){
		_value="";
	}
    if(location.hash != "#" + _value) {
        location.hash = _value;
    }
}