jQuery(function(){  
            jQuery('ul.sf-menu').superfish({
				animation: {opacity:'show',height:'show'}
			});  
         }); 
		 
		$(document).ready(function() {
		$("#header").corner("8px");
		$("#footer").corner("8px");
		$(".header_image").corner("8px");
		});
		
    $(function() {
        $('a.media').media();
    });

insertInsurance = function(){
	var lnk1 = "<a href=\"http://www.travelguard.ca/agentlink.asp?ta_arc=96512780&header=false&sitecolor=FF0000&multi=true\"><img src=\"http://www.travelguard.ca/images/banner-ads/travelguardlogo.gif\" width=160 height=40 border=0></a>";
	var lnk2 = "<iframe src=\"http://www.travelguard.ca/agentlink.asp?ta_arc=96512780&header=false&sitecolor=FF0000&multi=true\" height=400 width=100% marginwidth=0 px marginheight=0 px frameborder=0></iframe>";
	if(document.getElementById("insurance"))
		{
			var theDiv = document.getElementById("insurance");
			if(!document.getElementById)
			{
				theDiv.innerHTML = lnk1;
			} else {
				theDiv.innerHTML = lnk2;
			}
		}
}

window.onload = insertInsurance;