function setGoogle160x600(){
	google_ad_client = "pub-9606565055945539";
	google_ad_width = 160;
	google_ad_height = 600;
	google_ad_format = "160x600_as";
	google_ad_type = "text";
	google_ad_slot = "2555037012";
	//google_ad_channel ="1866150974";
	//google_color_border = "EEF4FD";
	//google_color_bg = "EEF4FD";
	//google_color_link = "0A438E";
	google_color_text = "000000";
	//google_color_url = "008000";
}


function setGoogle120x240(){
	google_ad_client = "pub-9606565055945539";
	google_ad_width = 120;
	google_ad_height = 240;
	google_ad_format = "120x240_as";
	google_ad_type = "text";
	google_ad_slot = "2555037012";
	//google_ad_channel = "1866150974";
	//google_color_border = "EEF4FD";
	//google_color_bg = "EEF4FD";
	//google_color_link = "0A438E";
	google_color_text = "000000";
	//google_color_url = "008000";
}

/* External Top Navigation */
function TopNavTracking() {
    document.getElementById("ancTopHome").href += "?navm=tophome";
    document.getElementById("ancTopLivestock").href += "?navm=toplivestock";
    document.getElementById("ancTopLiving").href += "?navm=topliving";
    document.getElementById("ancTopGardening").href += "?navm=topgardening";
    document.getElementById("ancTopCommunity").href += "?navm=topcommunity";
    document.getElementById("ancTopVideos").href += "?navm=topvideos";
    document.getElementById("ancTopBooks").href += "?navm=topbooks";
}
HtmlAddHandler(window, "onload", "TopNavTracking");


