﻿addOnload(imagerefresh);

function imagerefresh()
{
	if (document.rnd) document.rnd.src = document.rnd.src+ '?' + (new Date()).getTime();
}