﻿/*
	plaatjes random wisselen
*/
<!--
function randimg() { } ; r = new randimg() ; n = 0

//-------------Database----------
r[n++]= '<img src="../img/slideshow-content/foto-content-11.jpg" width="339" height="137" alt="1">'
r[n++]= '<img src="../img/slideshow-content/foto-content-131.jpg" width="339" height="137" alt="2">'
r[n++]= '<img src="../img/slideshow-content/foto-content-21.jpg" width="339" height="137" alt="3">'
r[n++]= '<img src="../img/slideshow-content/foto-content-51.jpg" width="339" height="137" alt="4">'
r[n++]= '<img src="../img/slideshow-content/foto-content-91.jpg" width="339" height="137" alt="5">'
r[n++]= '<img src="../img/slideshow-content/foto-content-31.jpg" width="339" height="137" alt="6">'
r[n++]= '<img src="../img/slideshow-content/foto-content-41.jpg" width="339" height="137" alt="7">'
r[n++]= '<img src="../img/slideshow-content/foto-content-61.jpg" width="339" height="137" alt="8">'
r[n++]= '<img src="../img/slideshow-content/foto-content-71.jpg" width="339" height="137" alt="9">'
r[n++]= '<img src="../img/slideshow-content/foto-content-81.jpg" width="339" height="137" alt="10">'

//----------------------

i=Math.floor(Math.random() * n) ; 
document.write( r[i] )
//-->
