<!-- 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 showimage_2     = "yes"    // show second images
var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// 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('Jeff & Janet Everett<br></legend>');
//document.write('<center>&nbsp</center>');

document.write('<center><b>2011 Atlantic Canada</b></center>');
document.write('<center><b>Wine Awards</b></center>');
document.write('<center>&nbsp</center></legend>');

document.write('<center><u><b>Dessert Wine of the Year</b></u></center>');
document.write('<center><b>Chocolate River Spice Fruit</b></center>');
document.write('<center>&nbsp</center>');

document.write('<center><u><b>Gold Medal</b></u></center>');
document.write('<center><b>Chocolate River Spice Fruit</b></center>');
document.write('<center><b>Illusions</b></center>');
document.write('<center><b>Bay of Fundy Blue</b></center>');
document.write('<center>&nbsp</center>');

document.write('<center><u><b>Silver Medal</b></u></center>');
document.write('<center><b>Chocolate River Raspberry</b></center>');
document.write('<center>&nbsp</center>');

document.write('<center><u><b>Bronze Medal</b></u></center>');
document.write('<center><b>Evangeline Blanc</b></center>');
document.write('<center><b>Reflections</b></center>');
document.write('<center>&nbsp</center>');

document.write('<legend>');
document.write('<center><b>2010 Atlantic Canada</b></center>');
document.write('<center>Wine Awards</center>');
document.write('<center>&nbsp</center></legend>');

document.write('<center><u><b>Gold Medal</b></u></center>');
document.write('<center><b>Illusions</b></center>');
document.write('<center>&nbsp</center>');

document.write('<center><u><b>Silver Medal</b></u></center>');
document.write('<center><b>Mystique</b></center>');
document.write('<center>&nbsp</center>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

// SMALL PICTURE AREA

   if (showimage_2 == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right2.jpg" border="0" class="borders"></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('Winery Hours<br></legend>');

//document.write('Located 2 minutes off the Trans Canada,overlooking the city of Moncton and the famous Magnetic Hill, ');
//document.write('offers you more than a bottle of wine.');

document.write('<ul><li><b>May 23 - Sept 6</b></li>');
document.write('<li>11AM - 6 PM Daily</li>'); 
document.write('<li><b>Sept 6 - Dec 24</b></li>');
document.write('<li>1PM - 5PM Daily</li>');
document.write('<li><b>Jan - May Closed</b></li>');
document.write('<li>Come by Chance</li></ul>');
		
		
// document.write('    Sept. - Dec.<br>');
//document.write('      1PM - 5PM<br>');

document.write('</fieldset>');
document.write('<br><br>');

}

// END RIGHT SIDEBAR AREA PARAGRAPH 2  

document.write('</td></tr></table>');


// -- END -->
