<!-- Begin




var imagewidth		= "100"		// WIDTH OF THE SIDEBAR IMAGE
var imageheight		= "225"		// HEIGHT OF THE SIDEBAR IMAGE


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




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




//  End -->