function change_my_url(id) {
    location.hash = 'shva=' + id;
}
