<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS
var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH

// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'" alt="See Scott in action!">');

document.write('<table cellpadding="0" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

if (paragraph_1 == "yes") {
//  document.write('<fieldset><legend>');
//  document.write('To Book Scott<br></legend>');
//  document.write('Contact your favorite Speakers Bureau or <a href="contact.htm" class="sidebartext-right">Contact us!</a><br>'); 
//  document.write('</fieldset>');
//  document.write('<br><br>');

  document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="177" align="center">');
  document.write('<tr>');
  document.write('<td align="center">');
  document.write('<a href="contact.htm" target="_top"><img src="picts/assistant.jpg" border="0" alt="See Scott in Action!" align="middle"></a><br>');
  document.write('</td>');
  document.write('</tr>');
  document.write('</table>');
  document.write('<img src="picts/spacer.gif" width="1" height="50" border="0"><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="demovideo.htm"><img src="picts/ScottSitting.jpg" width="160" border="0" class="borders" alt="See Scott in action!"></a><br>');
document.write('</center>'); 
document.write('<br><br>');
}
// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

//if (paragraph_2 == "yes") {
//document.write('<fieldset><legend>');
//document.write('Breaking News<br></legend>');
//document.write('ING booked Scott again..............Liberty Mutual is having him Kick-off their Annual Sales Conference in Palm Beach, California.........and Select Sires just booked Scott for their September event!!!<br>');
//document.write('</fieldset>');
//document.write('<br><br>');
//}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

document.write('</td></tr></table>');

// -- END -->