﻿<!--
	
	// Presentation Layer Tweaks ==============================================
/*	$("#zz2_SiteActionsMenu_t").css({
		"padding": "0 10px",
		"margin": "2px 0 0 205px",
		"height": "22px"
	});  
	
	$("a#zz2_SiteActionsMenu").html("SITE &amp; PUBLISHING MENU").css({
		"font": "1em Verdana",
		"padding": "5px"
	}); */

	$("h2#Airport_Features").html("Airport <span>Features</span>");
	$("h2#Aviation_Services").html("<span>Aviation</span> Services");
	$("h2#Commercial_Services").html("<span>Commercial</span> Services");
	$("h2#Brantford_Flying_Club").html("Brantford <span>Flying Club</span>");
	
	$("#left_column div.WebPart:last").css("border-bottom","0");
	
/*    $("#content_column a").each(function(i) {
        $(this).not("[href^=/]").not("[href^=#]").not("[href^=mailto:]").attr("target", "_blank");
        $(this).not(":has*(brantfordairport)").attr("target", "_blank");
        $("#content_column a[href$='.pdf']").attr("target", "_blank");
    });  */
        

//-->

