<!-- Begin SIDEBAR



var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "no"		// SHOW THE 2ND PARAGRAPH

var showRimage		= "yes"		// SHOW A RANDOM SIDEBAR IMAGE
var linkedR		= "index.html"	// RANDOM IMAGE PAGE LINK
var showimage		= "yes"		// SHOW A SMALL SIDEBAR IMAGE
var linked		= "index.html"	// SIDEBAR IMAGE LINK

var spacing		= "1"		// NUDGE SIDEBAR DOWN
var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "right"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "20"		// DATE Y LOCATION


// SIDEBAR DIV
document.write('<div id="sidebardiv">');

document.write('<center>');

// SMALL RANDOM PICTURE AREA
   if (showRimage == "yes") {


document.write('<center>');

var twox = "<a href=\""+linkedR+"\"><img src=\"picts/";
var thrx = " border=\"0\" width=\"155\" height=\"220\" class=\"bordersSB\">";
var forx = "";
var img = "";

forx += Math.floor(Math.random()*9);
img = forx;
if (img == "0") {
document.write(twox+ 'bar-i.jpg"' +thrx);
}
if (img == "1") {
document.write(twox+ 'bar-i.jpg"' +thrx);
}
if (img == "2") {
document.write(twox+ 'bar-i.jpg"' +thrx);
}
if (img == "3") {
document.write(twox+ 'bar-i.jpg"' +thrx);
}
if (img == "4") {
document.write(twox+ 'bar-i.jpg"' +thrx);
}
if (img == "5") {
document.write(twox+ 'bar-i.jpg"' +thrx);
}
if (img == "6") {
document.write(twox+ 'bar-i.jpg"' +thrx);
}
if (img == "7") {
document.write(twox+ 'bar-i.jpg"' +thrx);
}
if (img == "8") {
document.write(twox+ 'bar-i.jpg"' +thrx);
}
document.write('</a><br>');
document.write('<br>');
document.write('</center>');

document.write('<center>');







document.write('<a href="social-media.htm" class="sidelink"><img src="picts/social-media.jpg" border="1" class="borders" alt="Volg ons op LinkedIn, Facebook, Twitter en YouTube" width="155" height="35"><BR><BR>');

document.write('');









}

document.write('<center>');

var twox = "<a href=\""+linkedR+"\"><img src=\"picts/";
var thrx = " border=\"0\" width=\"155\" height=\"101\" class=\"bordersSB\">";
var forx = "";
var img = "";

forx += Math.floor(Math.random()*9);
img = forx;
if (img == "0") {
document.write(twox+ 'bar-1.jpg"' +thrx);
}
if (img == "1") {
document.write(twox+ 'bar-2.jpg"' +thrx);
}
if (img == "2") {
document.write(twox+ 'bar-3.jpg"' +thrx);
}
if (img == "3") {
document.write(twox+ 'bar-4.jpg"' +thrx);
}
if (img == "4") {
document.write(twox+ 'bar-5.jpg"' +thrx);
}
if (img == "5") {
document.write(twox+ 'bar-6.jpg"' +thrx);
}
if (img == "6") {
document.write(twox+ 'bar-7.jpg"' +thrx);
}
if (img == "7") {
document.write(twox+ 'bar-8.jpg"' +thrx);
}
if (img == "8") {
document.write(twox+ 'bar-9.jpg"' +thrx);
}
if (img == "9") {
document.write(twox+ 'bar-0.jpg"' +thrx);
}document.write('</a><br>');
document.write('<br>');
document.write('</center>');

document.write('<center>');


document.write('<a href="ron-van-gelder.htm" class="menu">Eigenaar Ron van Gelder</a><BR>');
document.write('<a href="column-weekblad-regio-oss.htm" class="menu">Columns in Weekblad Regio Oss</a><BR>');

document.write('<center>');

var twox = "<a href=\""+linkedR+"\"><img src=\"picts/";
var thrx = " border=\"0\" width=\"155\" height=\"101\" class=\"bordersSB\">";
var forx = "";
var img = "";

forx += Math.floor(Math.random()*9);
img = forx;
if (img == "0") {
document.write(twox+ 'bar-11.jpg"' +thrx);
}
if (img == "1") {
document.write(twox+ 'bar-22.jpg"' +thrx);
}
if (img == "2") {
document.write(twox+ 'bar-33.jpg"' +thrx);
}
if (img == "3") {
document.write(twox+ 'bar-44.jpg"' +thrx);
}
if (img == "4") {
document.write(twox+ 'bar-55.jpg"' +thrx);
}
if (img == "5") {
document.write(twox+ 'bar-66.jpg"' +thrx);
}
if (img == "6") {
document.write(twox+ 'bar-77.jpg"' +thrx);
}
if (img == "7") {
document.write(twox+ 'bar-88.jpg"' +thrx);
}
if (img == "8") {
document.write(twox+ 'bar-99.jpg"' +thrx);
}
if (img == "9") {
document.write(twox+ 'bar-00.jpg"' +thrx);
}document.write('</a><br>');
document.write('<br>');
document.write('</center>');

document.write('<center>');










// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<center>');
document.write('</center>');
}




   if (paragraph_2 == "yes") {

document.write('<span class="sidebartext">');



document.write('<a href="portfolio.htm" class="menu">Afscheidsfeest burgemeester Klitsie</a><BR>');

document.write('<a href="portfolio.htm" class="menu">Opening gemeentehuis Oss</a><BR>');

document.write('<a href="portfolio.htm" class="menu">Opening wedstrijdbad Oss</a><BR>');

document.write('<a href="rabobank.htm" class="menu">Commercial door Rabobank Oss e.o.</a><BR>');

document.write('<a target=blank href="http://www.trouwinstijl.nl" class="menu">Heeft u trouwplannen?</a><BR>');









document.write('</td></tr></table>');













document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+spacing+'" alt="image">');


}
// END SIDEBAR AREA 


document.write('<br>');



















document.write('</div>');

// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Zondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrijdag","Zaterdag")
var monthname=new Array("Januari","Februari","Maart","April","Mei","Juni","Juli","Augustus","September","Oktober","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}


// -- END -->
