function reflow() {
    var photo = document.getElementById("headerpic");
    photo.style.border = photo.style.border;
}

window.onload = reflow;