// JavaScript Document
// The header div
document.write('<div id="cocis-header">');   
	document.write('<div id="cocis-topLeftCorner"></div>');
	document.write('<div id="cocis-topLeftBar"></div>');
	document.write('<div id="cocis-rightHeader">');
        document.write('<div id="cocis-topCenterBar"></div>');
    	document.write('<div id="cocis-topRightBar">');
        	document.write('<div id="cocis-cityLogo"><a href="http://www.calgary.ca/" title="The City Of Calgary" id="cocis-brandIcon"></a></div>');
    	document.write('</div>');
                
    	document.write('<div id="cocis-socialNetworks">	<!-- used to contain and position the social network linked icons -->');
    	document.write('<span class="noprint">Follow us on </span>');
    		document.write('<a href="http://www.facebook.com/TheCityofCalgary" id="cocis-facebook" target="_blank" title="The official City of Calgary Facebook site"></a>');
    		document.write('<a href="http://www.twitter.com/cityofcalgary" id="cocis-twitter" target="_blank" title="The official City of Calgary Twitter site"></a>');
    		document.write('<a href="http://www.youtube.com/thecityofcalgary" id="cocis-youtube" target="_blank" title="The official City of Calgary YouTube site"></a>');
    		document.write('<a href="http://www.calgarycitynews.com" target="_blank" id="cocis-blogger" title="The official City of Calgary Blogger site"></a>');
   		document.write('</div>');
    	document.write('<div id="cocis-topRightCorner"></div>');
    document.write('</div>');
document.write('</div>');
// The header div end
