

function write_rightcolumn(){								
	var rightcol = "";
	rightcol +="<table><tr>";
	
	/* shop our boulder store block */
	rightcol +="	<tr><td>";
	rightcol +="			<div class=\"deptheader\">Shop our Boulder Store</div>";
	rightcol +="			<div class=\"deptimg\"><img src=\"assets/images/dept_link_middle.jpg\" style=\"width:100%;\"/></div>";
	rightcol +="			<div class=\"rightinfo\">";
	rightcol +="				<br/>Table Mesa Shopping Center<br/>633 South Broadway Suite A<br/>Boulder, CO 80305<br/><br>Toll Free: 1-888-499-8866<br/>Local: 303-499-8866<br><br/>Monday - Friday<br/>10 a.m. - 8 p.m.<br/><br/>Saturday and Sunday<br/>10 a.m. - 6 p.m.<br/><br/>";
	/*Mapquest link*/
	rightcol +="			<center><a href=\"http://www.mapquest.com/mq/2-6VNqiUTBFsnsOeAPS4nR\"target=\"blank\">Click here for a map to our store</a></center><br>"
	rightcol +="			</div></td></tr>";
	/* commented out below is the 'about neptune' block */
	//rightcol +="		<td style=\"padding-right:5px;font-family:arial, verdana, sans-serif;font-size:9px;background:#000000;border:1px solid #000000;color:#fff;\">";
	//rightcol +="			<img src=\"assets/images/right_climber.jpg\" style=\"width:72px;height:241px;float:left;padding-right:5px;\" />";
	//rightcol +="			<h3>About Neptune</h3>";
	//rightcol +="			We're an independent mountain store located in beautiful Boulder, Colorado. Our dedication is to human powered enjoyment of the mountain world - principally climbing, nordic skiing, and alpine touring in all their many forms.";
	//rightcol +="			<br/><br/>";
	//rightcol +="			For over 33 years, the name Neptune has been well known to climbing and skiing enthusiasts all over planet Earth.";
	//rightcol +="			<br/><a href=\"\">> Learn more...</a>";
	//rightcol +="		</td></tr>";
	/* end 'about neptune' block */
	
	/* commented out below is the 'get neptune's newsletter block' (moved to the deptlink area) */
	//rightcol +="	<tr><td style=\"height:7px;\"></td></tr>";
	//rightcol +="	<tr><td>";
	//rightcol +="			<div class=\"deptheader\">Get Neptune's Newsletter</div>";
	//rightcol +="		<div class=\"rightinfo\">";
	//rightcol +="				<b>Help us save a few trees!</b><br/>";
	//rightcol +="				Get inside the scoop on upcoming cool events, shows, and sales - even private invitation-only sales!";
	//rightcol +="				<br/><br/>Enter your email address and we'll add you to our Neptune's Newsletter. We promise not to sell or give your info out to anyone else, and not to fill up your inbox.<br/>";
	//rightcol +="				<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"1\" class=\"EmailSignupbgcolor\" id=\"emailSignUp\"> ";
	//rightcol +="					<tr><td>";
	
	
	document.write(rightcol);
	//email_signup();	

	rightcol = "";
	//rightcol +="						</td></tr> </table></div>";
	//rightcol +="		</td></tr>";
	/* end 'get neptune newsletter' block */
	
	rightcol +="	<tr><td style=\"height:6px;\"></td></tr>";
	rightcol +="	<tr><td>";
	rightcol +="			<div class=\"deptheader\">Catch an event at the<br>Neptune Store</div>";
	rightcol +="			<div class=\"rightinfo\">";
	rightcol +="			All events start 8:00pm at Neptune Mountaineering unless otherwise noted. All proceeds from these shows go either to the presenter or to the beneficiary of the slide show. Neptune's pays for staffing, advertising, etc.";
	rightcol +="			<br/><br/>We hope you appreciate the unique shows that we are able to present. Thanks for your continued support!";
	rightcol +="			<br/><br/><center><a href=\"dept.asp?dept_id=200\" onclick=\"return(visitargs('dept.asp', 'dept_id=200', 'URL'));\">See All Events</a></center>";
	rightcol +="			</div></td></tr></table>";
	document.write(rightcol);
}