st_localroot="";
//st_siteroot="http://staging.indexstudios.com/mclellan_group/events";
st_siteroot="http://www.distilleryevents.com";
st_imagepath="/_images/nav_main/";
st_jspath="/_js/menu/stmenu.js";
if(!window.location.href.indexOf("file:") && st_jspath.charAt(0)=="/"){
	document.write('<script type="text/javascript" src="'+st_localroot+st_jspath+'"><\/script>');
	st_imgPath = st_localroot+st_imagepath;
} else {
	document.write('<script type="text/javascript" src="'+st_siteroot+st_jspath+'"><\/script>');
	st_imgPath = st_siteroot+st_imagepath;
}
