window.setTimeout("visNyRose();", 1000);

function visNyRose()
{
   visRose(roseider[Math.floor(Math.random() * roseider.length)]);
   window.setTimeout("visNyRose();", 5000);
}

