function RefreshImage(bild,id) {

RandomD = 1000000000 + 8999999999 * (Math.random());
RandomD = Math.round(RandomD);

document.getElementById(id).src = bild + "refresh=" + RandomD;

}



