<!-- 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		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'">');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');

// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<center>');
document.write('<a href="http://www.octobergallery.com/piae/"  target="_blank"><img src="http://www.welms.com/myimages/piaelogo.gif" border="0" height="124" width="150"></a><br>'); 
document.write('</center>');
document.write('<center>');
document.write('<a href="http://www.octobergallery.com/piae/"  target="_blank">PHILLY ART EXPO</a><br><br>'); 
document.write('</center>');
document.write('<center>');
document.write('<a href="http://www.digabrazil.com/"  target="_blank"><img src="http://www.octobergallery.com/images/digalogo.gif" border="0" height="130" width="140"></a><br>'); 
document.write('</center>');
document.write('<center>');
document.write('<a href="http://www.digabrazil.com/"  target="_blank">TRAVEL TO SALVADOR</a><br><br>'); 
document.write('</center>');
document.write('<center>');
document.write('<a href="http://www.foreue.com"  target="_blank"><img src="http://www.octobergallery.com/images/foreuesmall.gif" border="0" height="84" width="140"></a>'); 
document.write('</center>');
document.write('<center>');
document.write('<a href="http://www.foreue.com"  target="_blank">NATURAL HEALTH PRODUCTS</a><br><br>'); 
document.write('</center>');
document.write('<center>');
document.write('<a href="http://www.octobergallery.com/rentals.html"  target="_blank"><img src="http://www.octobergallery.com/images/rent.gif" border="0" height="70" width="150"></a>'); 
document.write('</center>');
document.write('<center>');
document.write('<a href="http://www.octobergallery.com/rentals.html"  target="_blank">OG RENTALS</a><br><br>'); 
document.write('</center>');
document.write('<center>');
document.write('<a href="http://fs3.formsite.com/octoberpaint/form343458355/index.html"  target="_blank"><img src="http://www.octobergallery.com/images/apprasail.gif" border="0" height="100" width="140"></a><br><br>'); 
document.write('</center>');


}


// SMALL PICTURE AREA

   if (showimage == "no") {

}


// SMALL PICTURE AREA

   if (showimage == "yes") {

}

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "no") {

document.write('<fieldset><legend>');

document.write('Philly Expo <br></legend>');

document.write('The Nation\'s Largest African American Art Expo Coming November 12, 13 and 14, 2010.  <a href="http://www.octobergallery.com/gallery1.htm" target="_top" class="sidelink">Click Here...</a>');

document.write('</fieldset>');
document.write('<br><br>');


}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// -- END -->