<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showmonet           = "yes"         // SHOW monet text  
var showlgoogle		= "yes"		// SHOW long google ads
var showsgoogle		= "no"		// SHOW short google ads
var showarea_1		= "no"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var showlinks		= "no"		// SHOW GALLERY LINKS
var movedown		= "2"		// SIDEBAR SPACE FROM TOP
var sidewidth		= "200"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "125"		// ADD EXTRA HEIGHT TO ALL PAGES WITH A SIDEBAR


//document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="'+sidewidth+'"><br>');



// TEST FOR monet DISPLAY



   if (showmonet == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="border">');
var forx = "";
var img = "";

forx += Math.floor(Math.random()*3);
img = forx;
if (img == "0") {
document.write('<IMG SRC="picts/monet.jpg" border="0"><br>');
}
if (img == "1") {
document.write('<IMG SRC="picts/renoir.jpg" border="0"><br>');
}
if (img == "2") {
document.write('<IMG SRC="picts/degas.jpg" border="0"><br>');
}
//document.write('</a>');
document.write('</td></tr></table><br>');

}





   if (showsgoogle == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="border"><br>');
// test code for google
//<!--
google_ad_client = "pub-3017685669483206";
google_ad_slot = "4396717375";
google_ad_width = 120;
google_ad_height = 90;
//-->
document.write('<scr' + 'ipt type="text\/javascript" src="http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js">');
document.write('<\/script>');


document.write('</td></tr></table><br>');

}








// IMAGE AREA FOR SHOWIMAGE_1


   if (showimage_1 == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="border">');
var forx = "";
var img = "";

forx += Math.floor(Math.random()*10);
img = forx;
if (img == "0") {
document.write('<IMG SRC="picts/about-1.jpg" border="0"><br>');
}
if (img == "1") {
document.write('<IMG SRC="picts/about-2.jpg" border="0"><br>');
}
if (img == "2") {
document.write('<IMG SRC="picts/careers-1.jpg" border="0"><br>');
}
if (img == "3") {
document.write('<IMG SRC="picts/careers-2.jpg" border="0"><br>');
}
if (img == "4") {
document.write('<IMG SRC="picts/clients-1.jpg" border="0"><br>');
}
if (img == "5") {
document.write('<IMG SRC="picts/clients-2.jpg" border="0"><br>');
}
if (img == "6") {
document.write('<IMG SRC="picts/contact-1.jpg" border="0"><br>');
}
if (img == "7") {
document.write('<IMG SRC="picts/help.jpg" border="0"><br>');
}
if (img == "8") {
document.write('<IMG SRC="picts/home-1.jpg" border="0"><br>');
}
if (img == "9") {
document.write('<IMG SRC="picts/home-2.jpg" border="0"><br>');
}
document.write('</a>');
document.write('</td></tr></table><br>');

}

   if (showlgoogle == "yes") {


// this is for long banner of 4 ads
// test code for google
//<!--
google_ad_client = "pub-3017685669483206";
google_ad_slot = "0685450305";
google_ad_width = 120;
google_ad_height = 600;
//-->
document.write('<scr' + 'ipt type="text\/javascript" src="http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js">');
document.write('<\/script>');
}

// end of test code for google






// 1ST NOTES AREA

   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">Optional Notes:</span></legend>');

document.write('This area is for notes or links. Edit the sidebar.js to update this text or switch this off. ');

document.write('<a href="about.htm" class="sidelink">Click for more...</a>');

document.write('</fieldset>');

document.write('<br>');
}

// END FIRST NOTES AREA







// GALLERY LINKS


   if (showlinks == "yes") {
document.write('<span class="linkfont">');

document.write('<a href="gallery1.htm" class="sidelink">Gallery One</a><br>');
document.write('<a href="gallery2.htm" class="sidelink">Gallery Two</a><br>');
document.write('<a href="slideshow.htm" class="sidelink">Slide Show</a><br>');

document.write('</span>');
}






// 2ND NOTES AREA
   if (showarea_2 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">Optional Notes:</span></legend>');

document.write('This area is for notes or links. Edit the sidebar.js to update this text or switch this off. ');

document.write('<a href="about.htm" class="sidelink">Click for more...</a>');

document.write('</fieldset>');

document.write('<br><br>');
}
// END SECOND NOTES AREA





//document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="130"><br>');



//  End -->