﻿function SearchPage(hashen) {
    window.location = '/sok-bilannonser' + hashen;
    window.location.reload(true);
}

