var RandomPic = 5;
var home = new Date()
var hour = home.getHours()
var indexImg = hour % RandomPic;
indexImg +=1;

if (indexImg==1)
{
 url="Bernd Hoppe/index.html";
 Graphic = "img/jpg/index-1.jpg";
 width = "960"
 height = "450"
}

if (indexImg==2)
{
 url="Bernd Hoppe/index.html";
 Graphic = "img/jpg/index-2.jpg";
 width = "960"
 height = "450"
}

if (indexImg==3)
{
 url="Bernd Hoppe/index.html";
 Graphic = "img/jpg/index-3.jpg";
 width = "960"
 height = "450"
}

if (indexImg==4)
{
 url="Bernd Hoppe/index.html";
 Graphic = "img/jpg/index-4.jpg";
 width = "960"
 height = "450"
}
if (indexImg==5)
{
 url="Bernd Hoppe/index.html";
 Graphic = "img/jpg/index-5.jpg";
 width = "960"
 height = "450"
}
