
var quotes=new Array()


//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<table cellpadding=0 cellspacing=2 border=0 width=139 bgcolor=#Ffffff><tr height=125 valign=bottom><td bgcolor=#Fffffff><img src="../interactief1/foto1.jpg" border=0 width=135></td></tr><tr><td bgcolor=#8CBD00><center><font face=arial size=4 color=#000000>Bethanië</font></center></td></tr><tr><td><font face=arial size=2 color=#000000>"En Hij leidde hen tot bij Bethanië en Hij hief de handen omhoog en zegende hen."<br><br><div align=right><i>(Lucas 24:50)</i><br></div></font></td></tr></table>'

quotes[1]='<table cellpadding=0 cellspacing=2 border=0 width=139 bgcolor=#Ffffff><tr height=125 valign=bottom><td bgcolor=#Fffffff><img src="../interactief1/foto2.jpg" border=0 width=135></td></tr><tr><td bgcolor=#8CBD00><center><font face=arial size=4 color=#000000>Bethanië</font></center></td></tr><tr><td><font face=arial size=2 color=#000000>"En Hij leidde hen tot bij Bethanië en Hij hief de handen omhoog en zegende hen."<br><br><div align=right><i>(Lucas 24:50)</i><br></div></font></td></tr></table>'

quotes[2]='<table cellpadding=0 cellspacing=2 border=0 width=139 bgcolor=#Ffffff><tr height=125 valign=bottom><td bgcolor=#Fffffff><img src="../interactief1/foto3.jpg" border=0 width=135></td></tr><tr><td bgcolor=#8CBD00><center><font face=arial size=4 color=#000000>Bethanië</font></center></td></tr><tr><td><font face=arial size=2 color=#000000>"En Hij leidde hen tot bij Bethanië en Hij hief de handen omhoog en zegende hen."<br><br><div align=right><i>(Lucas 24:50)</i><br></div></font></td></tr></table>'

quotes[3]='<table cellpadding=0 cellspacing=2 border=0 width=139 bgcolor=#Ffffff><tr height=125 valign=bottom><td bgcolor=#Fffffff><img src="../interactief1/foto4.jpg" border=0 width=135></td></tr><tr><td bgcolor=#8CBD00><center><font face=arial size=4 color=#000000>Bethanië</font></center></td></tr><tr><td><font face=arial size=2 color=#000000>"En Hij leidde hen tot bij Bethanië en Hij hief de handen omhoog en zegende hen."<br><br><div align=right><i>(Lucas 24:50)</i><br></div></font></td></tr></table>'

quotes[4]='<table cellpadding=0 cellspacing=2 border=0 width=139 bgcolor=#Ffffff><tr height=125 valign=bottom><td bgcolor=#Fffffff><img src="../interactief1/foto5.jpg" border=0 width=135></td></tr><tr><td bgcolor=#8CBD00><center><font face=arial size=4 color=#000000>Bethanië</font></center></td></tr><tr><td><font face=arial size=2 color=#000000>"En Hij leidde hen tot bij Bethanië en Hij hief de handen omhoog en zegende hen."<br><br><div align=right><i>(Lucas 24:50)</i><br></div></font></td></tr></table>'

quotes[5]='<table cellpadding=0 cellspacing=2 border=0 width=139 bgcolor=#Ffffff><tr height=125 valign=bottom><td bgcolor=#Fffffff><img src="../interactief1/foto6.jpg" border=0 width=135></td></tr><tr><td bgcolor=#8CBD00><center><font face=arial size=4 color=#000000>Bethanië</font></center></td></tr><tr><td><font face=arial size=2 color=#000000>"En Hij leidde hen tot bij Bethanië en Hij hief de handen omhoog en zegende hen."<br><br><div align=right><i>(Lucas 24:50)</i><br></div></font></td></tr></table>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
