// USCGAUX AUX-04 Side Navigation Template
// Created 2009-06-25 by Bill Blandy, DVC-IW
// Edited 2009-08-23 by Rhonda Rockwell, BC-IMC Added template user guide link
// Edited 2010-02-08 by Rhonda Rockwell, BC-IMC Added auxweb branding link

document.write("<script type=\"text/javascript\" src=\"/_includes/SideNavMenuLinks.js\"></script>");

document.write("<div id=\"sectnav\">");


document.write("<div id=\"time_line\">");
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
	year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
	daym="0"+daym
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug",
	"Sept","Oct","Nov","Dec")
document.write(dayarray[day]+", "+montharray[month]+" "+daym+", "+year)
document.write("<br /><br />");
document.write("</div>");
document.write("<div style=\"width:150px; text-align:center; margin: 0em auto;\">");
document.write("<img alt=\"USCG Auxiliary Distance Education Technology Training (Basic)\" title=\"USCG Auxiliary Distance Education Technology Training (Basic)\" src=\"/images/AUX04-sidelogo.gif\" width=\"150\" height=\"150\" />");
document.write("<br /><span class=\"center\" style=\"font-size:10px; color: #371cc9;\">Achieving Mission Excellence through the use of Technology</span>");  
document.write("</div>");
document.write("<ul class=\"level1\">");
document.write("<li><a href=\"/index.htm\">Home</a></li>");
document.write("<li><a href=\"/students/index.htm\">Registered Students</a></li>");
document.write("<li><a href=\"/staff/index.htm\">Instructors</a></li>");
document.write("<li><a href=\"/links.htm\">Web/PPT/Admin Links</a></li>");
document.write("<li><a href=\"/auxweb/index.htm\">AUXWeb Branding</a></li>");
document.write("<li><a href=\"/templateguide/index.htm\">Web Template User Guide</a></li>");
document.write("<li><a href=\"http://www.cgaux.org/it/documents/CS-Guide_2.0.pdf\" target=\"_blank\">CS Guide</a></li>");
document.write("<li><a href=\"/documents/WebGuide.pdf\" target=\"_blank\">Student Web Guide</a></li>");
document.write("<li><a href=\"http://cschool.auxservices.org/\" target=\"_blank\">C-School Portal</a></li>");
// document.write("</ul>");
// *****************************
// Non-Departmental Links below 
//document.write("<script type=\"text/javascript\" //src=\"http://www.cgaux.org/_includes/uscgaux_SideNav_NonDeptLinks.js\">"); 
//document.write("</div>");
document.write("<li class=\"header\">Security Levels</li>\n");
document.write("<li><a href=\"http://www.dhs.gov/dhspublic/display?theme=29\" target=\"_blank\"><img border=\"0\" alt=\"National Threat Level\" src=\"http://www.dhs.gov/threat_level/current_new.gif\" /></a></li>");
document.write("<br/><a href=\"http://www.uscg.mil/safetylevels/whatismarsec.asp\"><img  src=\"http://www.uscg.mil/safetylevels/level1.gif\"></a>");
document.write("</ul>"); 
document.write("<form action=\"http://www.google.com/search\">");
document.write("<img src=\"http://www.cgaux.org/_images/google.gif\" width=\"119\" height=\"16\" alt=\"Google Custom Search\" /><br/>");
document.write("<input name=\"ie\" value=\"utf-8\" type=\"hidden\"/>");
document.write("<input name=\"oe\" value=\"utf-8\" type=\"hidden\"/>");
document.write("<input name=\"q\" size=\"19\" maxlength=\"250\" type=\"text\"/>");
document.write("<input name=\"domains\" value=\"cgaux.org\" type=\"hidden\"/>");
document.write("<input name=\"btng0\" value=\"Search\" type=\"submit\"/>");
document.write("<input name=\"sitesearch\" value=\"cgaux.org\" checked type=\"radio\"/>");
document.write("<span style=\"font-size:x-small;\">cgaux.org");
document.write("<br/><a href=\"http://www.cgaux.org/advsearch.html\" title=\"Click here for an Advanced Search Form\">Advanced Search&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></a>");
document.write("</form>\n");
document.write("</div>\n");

