// JavaScript Document
var d = new Date();
var thisYear = d.getUTCFullYear();
document.write("&copy; " + thisYear);
document.write(" York Region Media Group&nbsp; | &nbsp; <a href='http://www.elections.yrmg.com'>Election Home Page</a> &nbsp;| &nbsp;Site by <a href='http://www.yorkregion.com' target='_blank'>YorkRegion.com</a>");