<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1			= "yes"		// SHOW 1ST NOTES
var notes2			= "yes"		// SHOW 2ND NOTES
var notes3			= "no"      // SHOW 3ND NOTES
var notes4			= "yes"     // SHOW 4ND NOTES
var sidewidth		= "175"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES
var imagewidth		= "115"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "50"		// HEIGHT OF THE SIDEBAR IMAGES
var imageheightT	= "110"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "20"		// SPACING BETWEEN IMAGES
var spacerheightF	= "60"		// SPACING BETWEEN IMAGES



// 1ST NOTES AREA
document.write('<a href="fotobestel.htm"><img src="picts/foto.png" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<br>');

   if (notes1 == "yes") {
document.write('<fieldset><legend>');
document.write('<img src="http://eott.homeftp.net/2010/columns/gaedel/eddie-gaedel.jpg" width="55" height="'+spacerheightF+'">');
document.write('</legend>');
document.write('Who knows Eddie Gaedel? <br><a href="column-03.htm">De kleinste slagman allertijde in de MLB !</a>');
document.write('</fieldset>');
document.write('<br> <br>');
}

if (notes3 == "yes") {
document.write('<table cellpadding="2" cellspacing="0" border="0" style="border: #846852 1px solid; background-color: #000000;COLOR: #BCAD91; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center">');
document.write('Laatste nieuws van:<br>');
document.write('</td></tr><tr><td>');
document.write('<iframe id="NewsWindow" src="news_win.htm" width="150" height="200" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border: #000000 1px solid;"></iframe>');
document.write('</td></tr></table>');
document.write('<br><br>');
}

if (notes2 == "yes") {
document.write('<fieldset><legend>');
document.write('HELPDESK');
document.write('</legend>');
document.write('Voor informatie ontrent de diensten, de Tijgerbus of het inhuren van een fotograaf via EoTT, neemt u contact op via de <a href="contact.htm">helpdesk.</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}

if (notes4 == "yes") {
document.write('<fieldset><legend>');
document.write('B2B');
document.write('</legend>');
document.write('Eye of The Tiger is lid van de <a href="http://www.baseballbusinessclubneptunus.nl/">DOOR Neptunus Business club</a> en Excelsior Voetbal Businessclub.<br>');
document.write('</fieldset>');
document.write('<br><br>');
}

// SIDEBAR IMAGES //

document.write('<a href="merchandise.htm"><img src="picts/webshop.gif" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');
document.write('<br>');

document.write('<a href="http://twitter.com/TiggreEye"><img src="picts/twitter.png" border="0" width="'+imagewidth+'" height="'+imageheightT+'" class="Galborder"></a><br>');
document.write('<br>');
// 2ND NOTES AREA


// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

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



//  End -->