function dagDeel(datum)
{
    var datum = new Date();
    uur = datum.getHours()
    if (uur < 6)
            return 'Goedenacht en w';
    if (uur < 12)
            return 'Goedemorgen en w';
    if (uur < 18)
            return 'Goedemiddag en w';
    if (uur < 24)
            return 'Goedenavond en w';
}

function placediv()
{
}
function placediv_old(){
var h;
if (window.innerHeight) {
h = window.innerHeight;
w = window.innerWidth;
	if (h>490){
		document.getElementById('menu').style.height=h-350 +'px';
	}
	if (w<970){
		document.getElementById('headertexttd').style.fontSize=32 +'px';
	}
}
else if (document.documentElement && document.documentElement.clientWidth) {
h = document.documentElement.clientHeight;
w = document.documentElement.clientWidth;
if (h>490){
		document.getElementById('menu').style.height=h-350 +'px';
	}
		if (w<840){
		document.getElementById('headertexttd').style.fontSize=32 +'px';
	}
}
}

function randomfoto()
{
var index = 0;
var maxIndex = 0;
var imgNameArray= new Array(36)
imgNameArray[maxIndex++]= "homepage/homepagefoto(1).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(2).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(3).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(4).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(5).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(6).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(7).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(8).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(9).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(10).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(11).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(12).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(13).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(14).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(15).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(16).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(17).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(18).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(19).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(20).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(21).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(22).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(23).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(24).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(25).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(26).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(27).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(28).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(29).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(30).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(31).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(32).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(33).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(34).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(35).jpg";
imgNameArray[maxIndex++]= "homepage/homepagefoto(36).jpg";


        index = Math.floor(Math.random() * maxIndex);
		document.write('<img GALLERYIMG="no" src="/images/'+imgNameArray[index]+'">');
}


