<!-- Begin

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



var imagewidth		= "128"		// WIDTH OF THE SIDEBAR IMAGE
var imageheight		= "200"		// HEIGHT OF THE SIDEBAR IMAGE


var showimages1		= "no"		// SHOW THE SIDEBAR IMAGE




   if (showimages1 == "yes") {
document.write('<a href="index.html"><img src="picts/sidebar-1.jpg" border="0" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
}




//  End -->
