var foto1=new Image()
foto1.src="images/siteap.jpg"
var foto2=new Image()
foto2.src="images/bbsite.jpg"
var foto3=new Image()
foto3.src="images/sitejojos.jpg"
var foto4=new Image()
foto4.src="images/carovidasite.jpg"
var foto5=new Image()
foto5.src="images/landhuissite.jpg"
var foto6=new Image()
foto6.src="images/hdconceptsite.jpg"
var foto7=new Image()
foto7.src="images/sitevlasblom.jpg"
var foto8=new Image()
foto8.src="images/sitebos.jpg"
var foto9=new Image()
foto9.src="images/houtenheuvelsite.jpg"
var foto10=new Image()
foto10.src="images/siteka.jpg"
var foto11=new Image()
foto11.src="images/sitebd.jpg"
var foto12=new Image()
foto12.src="images/sitekloksgewijs.jpg"
var foto13=new Image()
foto13.src="images/siteom.jpg"
var stap=1
var beeldnr=1
function overvloeier(){
if (!document.images)
return
if (document.all)
slide.filters.blendTrans.apply()
document.images.slide.src=eval("foto"+stap+".src")
if (document.all)
slide.filters.blendTrans.play()
beeldnr=stap
if (stap<13)
stap++
else
stap=1
setTimeout("overvloeier()",6000)// de tijd tussen twee plaatjes in milliseconden
}
function overgang(){
if (beeldnr==1)
window.location="http://www.ambitiepsychologie.nl"
else if (beeldnr==2)
window.location="http://www.benbhairdesign.nl"
else if (beeldnr==3)
window.location="http://www.jojoshairstyling.nl" 
else if (beeldnr==4)
window.location="http://www.carovida.nl"
else if (beeldnr==5)
window.location="http://www.landhuisardennen.nl" 
else if (beeldnr==6)
window.location="http://www.hdconcept.be" 
else if (beeldnr==7)
window.location="http://www.vlasblomadvies.nl" 
else if (beeldnr==8)
window.location="http://www.bosontwerp.nl" 
else if (beeldnr==9)
window.location="http://www.dehoutenheuvel.nl" 
else if (beeldnr==10)
window.location="http://www.kraan-advies.nl" 
else if (beeldnr==11)
window.location="http://www.vandenberg-diesveld.nl" 
else if (beeldnr==12)
window.location="http://www.kloksgewijs.nl" 
else if (beeldnr==13)
window.location="http://www.ondernemendemaatschap.nl" 
}



