<!-- Begin SIDEBAR LEFT




var newsletter		= "no"	  		// SHOW NEWSLETTER FORM
var extra_paragraph 	= "yes"	  		// SHOW ANOTHER PARAGRAPH AT THE BOTTOM
var showimage		= "no"			// SHOW A LINKED SIDEBAR IMAGE
var showscroller	= "no"			// SHOW THE SCROLLER
var bordercolor		= "999999"		// SCROLLER BORDER COLOR




// NUDGE DOWN SPACER
document.write('<img src="picts/spacer.gif" height="2" width="10"><br>')








// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<center><a href="about.htm"><img src="picts/sidebar-right1.jpg" border="1" vspace="5"></a><br></center>');
}



// START NEWSLETTER TOPIC


document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Game Conventions<br>');

document.write('</span><span class="sidebartext">');

document.write('The Seawarstore will be exhibiting at the following conventions:<br><br><a href="http://www.hmgs-south.com/hurricon09.htm">HURRICON 2009</a><br>Cocoa Beach, FL<br>September 24-27, 2009<br><br>');








// THIS IS AN EXTRA PARAGRAPH



   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('SEAWARSTORE News');

document.write('<br></span><span class="sidebartext">');

document.write('Check out new stuff and what\'s about to come down the slipways here at the Seawarstore.  Visit our News Page by clicking on the image below.<br>');

document.write('<center><a href="news.htm"><img src="picts/sidebar-right2.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}




//  End -->
