function reloadHovedRamme()
{
 $(document).ready(function() {
 if (document.images)
        parent.hovedramme.location.reload();
    else
        parent.hovedramme.location.href = parent.frames.hovedramme.location.href        
 });
}

