
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/>";
	/*Mapquest link*/
	rightcol +="			<br/><a href=\"http://www.mapquest.com/mq/2-6VNqiUTBFsnsOeAPS4nR\"target=\"blank\">Click for a map to our store</a><br/>";
	rightcol +="			<br/>Toll Free: 1-888-499-8866<br/>Local: 303-499-8866<br>";
	rightcol +="			<br/><strong>Regular Hours:</strong><br>Monday - Friday<br/>10 a.m. - 8 p.m.<br/><br/>Saturday and Sunday<br/>10 a.m. - 6 p.m.<br/><br/></div>";			
	rightcol +="			<div class=\"rightinfo\">";
	rightcol +="			<br/><g:plusone></g:plusone><script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\"></script><br/>";
	rightcol +="			<br/><a href=\"http://twitter.com/share\" target=\"blank\" class=\"twitter-share-button\" data-count=\"horizontal\" data-via=\"NeptuneMtneerng\">Tweet</a><script type=\"text/javascript\" src=\"http://platform.twitter.com/widgets.js\"></script><br/>";
	rightcol +="			<div id=\"fb-root\"></div><script src=\"http://connect.facebook.net/en_US/all.js#xfbml=1\"></script><fb:like href=\"http://www.facebook.com/pages/Neptune-Mountaineering/187065501313083\" layout=\"button_count\" show_faces=\"false\" width=\"100\" font=\"arial\"></fb:like><br/><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\">Find us on Facebook and<br>stay up to date on upcoming events!</div>";
	rightcol +="			<div class=\"rightinfo\">";
	rightcol +="			<script src=\"http://connect.facebook.net/en_US/all.js#xfbml=1\"></script><fb:like-box href=\"http://www.facebook.com/pages/Neptune-Mountaineering/187065501313083\" width=\"200\" show_faces=\"false\" stream=\"true\" header=\"false\"></fb:like-box>";
	rightcol +="			<br/><br/>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>";
	
	//SWAE widget BEGIN - only show when we're not on secure checkout pages
	if (location.protocol != "https:") {
		rightcol += "<div id=\"SWAE\">";
		rightcol += "<script type=\"text/javascript\" src=\"http://www.swaesports.com/api/?a=get&type=gbl&id=45&q=xunEykPcP6hKksYRDOwznF3IR5MQErIGuENn5CylN4dJHE01TD\"></script>";
		rightcol += "</div>";	
	}
	//SWAE widget END
	
	document.write(rightcol);
}





