<!-- 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 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3rd PARAGRAPH
var paragraph_4		= "yes"		// SHOW THE 4TH PARAGRAPH
var paragraph_5		= "yes"		// SHOW THE 5TH PARAGRAPH
var paragraph_6		= "yes"		// SHOW THE 6TH PARAGRAPH
var paragraph_7		= "yes"		// SHOW THE 7TH PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "155"		// SIDEBAR WIDTH





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

document.write('<table cellpadding="5" cellspacing="10" 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('<b>Give <br>Downtown <br>Dollars!</b></legend>');
document.write('They make the perfect gift for everyone and every occasion!<br>');
document.write('<a href="http://www.downtownescondido.com/downtowndollars.html"><br>More info...</a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

  
// END RIGHT SIDEBAR AREA PARAGRAPH 2

// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset>');

document.write('<a href="http://www.downtownescondido.com/shop-local.html"><img src="picts/sidebar-findit.gif" border="0"><br><br>More info</a> . . .<br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3



// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

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

document.write('Downtown<br>Escondido<br>Magazine</legend>');
document.write('<img src="picts/2010-Aug-Oct.jpg" border="0"><br><br>');
document.write('<a href="http://www.downtownescondido.com/magazines/2010-Aug-Oct.pdf">Current Issue</a>. . .');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4



// START RIGHT SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   
// END RIGHT SIDEBAR AREA PARAGRAPH 5




// START RIGHT SIDEBAR AREA PARAGRAPH 6 EDIT THIS AREA

   if (paragraph_6 == "yes") {

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

document.write('Downtown<br>Escondido<br>Parking Map<br></legend>');

document.write('There is a lot of parking downtown. Here is a guide to finding your best spots.<br><br><a href="pdfs/300 map 6-17-10.pdf">View Map</a> . . .<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 6


// START RIGHT SIDEBAR AREA PARAGRAPH 7 EDIT THIS AREA

   
// END RIGHT SIDEBAR AREA PARAGRAPH 7




document.write('</td></tr></table>');


// -- END -->