setInterval("random_image()",15*1000);

function random_image()
{
var f = document.getElementById('random-image');
f.contentWindow.location.reload(true);
}
