<!-- 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 showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var movedown		= "2"		// SIDEBAR SPACE FROM TOP
var sidewidth		= "200"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "175"		// ADD EXTRA HEIGHT TO ALL PAGES WITH A SIDEBAR


document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="'+sidewidth+'"><br>');




// 1ST NOTES AREA

   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">Heard Enough?</span></legend>');

document.write('Contact us now to set up a discovery call.  ');

document.write('<a href="contact.htm">More</a>');

document.write('</fieldset>');

document.write('<br><br>');
}

// END FIRST TEXT AREA









// IMAGE AREA

   if (showimage_1 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<p><a href="http://www.linkedin.com/in/jeffreysharp" target="_blank"><img src="picts/images-1.jpg" width="150" height="45" border="0"></a></p>');
document.write('<p><a href="http://twitter.com/sharpie77" target="_blank"><img src="picts/twitter-logo.png" width="150" height="48" border="0"></a></p>');
document.write('<p><a href="http://custreturns.blogspot.com" target="_blank"><img src="picts/blogger_logo.jpg" width="150" height="47" border="0"></a></p>');
document.write('<p><a href="http://www.linkedin.com/e/gis/1355087" target="_blank"><img src="picts/kudos.jpg" width="150" height="52" border="0"></a></p>');
document.write('<p><a href="http://tinyurl.com/kudoskatastrophes" target="_blank"><img src="picts/facebook150.jpg" width="150" height="56" border="0"></a></p>');
document.write('</td></tr></table><br>');
}




// 2ND NOTES AREA
   if (showarea_2 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">The Blog:</span></legend>');

document.write('Read the latest Customer Returns Blog.  ');

document.write('<a href="http://custreturns.blogspot.com" target="_blank">More...</a>');

document.write('</fieldset>');

document.write('<br><br>');
}
// END SECOND TEXT AREA





document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="130"><br>');



//  End -->
