<!-- Begin

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



var imagewidth		= "70"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st  IMAGE
var showimages2		= "yes"		// SHOW THE 2nd  IMAGE
var showimages3		= "yes"		// SHOW THE 3rd  IMAGE



   if (showimages1 == "yes") {
document.write('<img src="picts/home-1.jpg" border="0" onmouseover="alert_msg(\'Adult and Adolescent Counseling\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages2 == "yes") {
document.write('<img src="picts/home-2.jpg" border="0" onmouseover="alert_msg(\'DenisePollackCounseling.net\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages3 == "yes") {
document.write('<img src="picts/home-3.jpg" border="0" onmouseover="alert_msg(\'Denise Pollack\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br>');
}




//  End -->