// JavaScript Document
	document.write("<P>&nbsp;<A class='subnavtext2' href='http://www.sagacom.ca/aboutus.html'>About us</A>&nbsp;&nbsp;-&nbsp;");
	document.write("&nbsp;&nbsp;");
	document.write("<A class='subnavtext2' href='http://www.sagacom.ca/services.html'>Services</A>&nbsp;&nbsp;-&nbsp;");
	document.write("&nbsp;&nbsp;");
	document.write("<A class='subnavtext2' href='http://gallery.sgacom.ca'>Showcase</A>&nbsp;&nbsp;-&nbsp;");
	document.write("&nbsp;&nbsp;");
	document.write("<A class='subnavtext2' title='Rick Cell Phone: (250) 862-1368' href='http://www.sagacom.ca/contactus.html'>Contact us</A>");
	document.write("&nbsp;&nbsp;");
	document.write("<br><font class='subnavtext1' href='http://www.sagacom.ca/index.html'>");
	var start_yr = "2004";
	var current_yr;
	Today = new Date();
	current_yr = Today.getFullYear();
	if(start_yr == current_yr){
		 document.write(start_yr);
	}else{
		 document.write(start_yr);
		 document.write(" - ");
		 document.write(current_yr);
	}
	document.write("&nbsp;&copy;&nbsp;All Rights Reserved&nbsp;SAGAcom Productions</font></font></P>");
	document.write("");
	document.write("");
	
