<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><script type="text/javascript">
   var _U = "undefined";
   var g_HttpRelativeWebRoot = "/contribute/";
   var SSContributor = false;
   var SSForceContributor = false;
   var SSHideContributorUI = false;
   var ssUrlPrefix = "/wcm/";
   var ssUrlType = "2";
   
   var g_navNode_Path = new Array();
       g_navNode_Path[0] = '1';
       g_navNode_Path[1] = '3025';
   var g_ssSourceNodeId = "3025";
   var g_ssSourceSiteId = "wcm";
</script>
<script id="SSNavigationFunctionsScript" type="text/javascript" src="/contribute/websites/wcm/sitenavigationfunctions.js"></script>
<script id="SSNavigationScript" type="text/javascript" src="/contribute/websites/wcm/sitenavigation.js"></script>

<script type="text/javascript">
	var g_strLanguageId = "en";
</script>
	<script type="text/javascript" src="/contribute/resources/wcm/sitestudio/wcm.toggle.js"></script>
	<script type="text/javascript" src="/contribute/resources/sitestudio/ssajax/ssajax.js"></script>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1"> 
        
<link type="text/css" href="/macewan_css/jquery-ui-1.8.5.custom/css/custom-theme/jquery-ui-1.8.5.custom.css" rel="stylesheet" /> 
<link type="text/css" href="/macewan_css/jquery-ui-1.8.5.custom/css/custom-theme/jquery-ui-1.8.5.custom.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="/macewan_css/reset.css" type="text/css" media="all" /></link>
<link rel="stylesheet" type="text/css" href="/macewan_css/newstyle.css" type="text/css" media="all" /></link>
<link rel="stylesheet" type="text/css" href="/macewan_css/new_macewan_changes.css" type="text/css" media="all" /></link>
<link rel="stylesheet" type="text/css" href="/macewan_css/themes/newmacewan.css" type="text/css" media="all" /></link>
<link rel="stylesheet" type="text/css" href="/macewan_css/colorbox.css" type="text/css" media="all" /></link> 
<link rel="stylesheet" type="text/css" href="/macewan_css/changesglobalnav.css" type="text/css" media="all" /></link>
<link rel="stylesheet" type="text/css" href="/macewan_css/585078/74D6617544EED81AD.css" />
<link rel="stylesheet" type="text/css" href="/macewan_css/585078/DDBE885E16DB20E6B.css" />
 
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<script src="/macewan_css/azur/galleria/galleria-1.5.7.min.js"></script>
<script type="text/javascript" src="/macewan_css/azur/galleria/themes/azur/galleria.azur.min.js"></script>
<script>
    var jqlatest = jQuery.noConflict(true);
    
</script>
	
<script type="text/javascript" src="/macewan_css/js/jquery.js"></script>
<script type="text/javascript" src="/macewan_css/js/hoverIntent.js"></script>

<script type='text/javascript'>
	var $jq = jQuery.noConflict();  
</script> 

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="/macewan_css/li-slider/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="/macewan_css/lightbox-0.5/js/jquery.lightbox-0.5.min.js"></script>
<script type="text/javascript" src="/macewan_css/prettyphoto/js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="/macewan_css/li-slider/js/li-slider-animations-1.1.min.js"></script>
<script type="text/javascript" src="/macewan_css/li-slider/js/li-slider-1.1.min.js"></script>
<script type='text/javascript'>
	var jq15 = jQuery.noConflict(true);  
</script>

 
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="/macewan_css/jquery-ui-1.8.5.custom/js/jquery-ui-1.8.5.custom.min.js"></script>
<script type="text/javascript" src="/macewan_css/js/jquery.colorbox.js"></script>

<link rel="stylesheet" type="text/css" href="/macewan_css/lightbox-0.5/css/jquery.lightbox-0.5.css" />
<link rel="stylesheet" type="text/css" href="/macewan_css/prettyphoto/css/prettyPhoto.css" />
<link rel="stylesheet" type="text/css" href="/macewan_css/li-slider/skins/Trend/skin.css" />

<link rel="stylesheet" type="text/css" href="/macewan_css/cult.css" /> 

<script type="text/javascript"> 
$(document).ready(function() {
 $('#searchText').autocomplete({
        source: "/wcm/macewanevents/data/index.htm?getCourseAjax=1",
        minLength: 3,
        select: function(event, ui) {
        $("#searchText").val(ui.item.value);
        $("#cmdSearch").click();  }
        });
//Global Nav Functions
function megaHoverOver(){
		$jq(this).find(".sub").stop().css('filter', 'none').fadeTo('fast', 1).show();
 
		//Calculate width of all ul's
		(function($) { 
			$jq.fn.calcSubWidth = function() {
				rowWidth = 0;
				//Calculate row
				$jq(this).find("ul").each(function() {					
					rowWidth += $(this).width(); 
				});	
			};
		})($jq); 
		
		if ( $jq(this).find(".row").length > 0 ) { //If row exists...
			var biggestRow = 0;	
			//Calculate each row
			$jq(this).find(".row").each(function() {							   
				$jq(this).calcSubWidth();
				//Find biggest row
				if(rowWidth > biggestRow) {
					biggestRow = rowWidth;
				}
			});
			//Set width
			$jq(this).find(".sub").css({'width' :biggestRow});
			$jq(this).find(".row:last").css({'margin':'0'});
			
		} else { //If row does not exist...
			
			$jq(this).calcSubWidth();
			//Set Width
			$jq(this).find(".sub").css({'width' : rowWidth});
			
		}
	}
	
	function megaHoverOut(){ 
	  $jq(this).find(".sub").stop().fadeTo('fast', 0, function() {
		  $jq(this).hide(); 
	  });
	}
	 
	var config = {    
		 sensitivity: 2, // number = sensitivity threshold (must be 1 or higher)    
		 interval: 100, // number = milliseconds for onMouseOver polling interval    
		 over: megaHoverOver, // function = onMouseOver callback (REQUIRED)    
		 timeout: 500, // number = milliseconds delay before onMouseOut    
		 out: megaHoverOut // function = onMouseOut callback (REQUIRED)    
	};
 
	$jq("ul#topnav li .sub").css({'opacity':'0'});
	$jq("ul#topnav li").hoverIntent(config);
	
	
	//Setup colorbox (shadowbox)
	$("a[rel='example1']").colorbox();
	$("a[rel='slideshow1']").colorbox();
	$("a[rel='slideshow2']").colorbox();
	$("a[rel='slideshow3']").colorbox();
	$("a[rel='slideshow4']").colorbox();
	$(".cbIframe").colorbox({width:"800px",height:"1000px",iframe:true});
 
	//Setup all our accordians
	
	$("#academic").accordion({ animated: 'bounceslide',collapsible: true,active:false,autoHeight:false });
	$("#management").accordion({ animated: 'bounceslide',collapsible: true,active:false,autoHeight:false });
	$("#support").accordion({ animated: 'bounceslide',collapsible: true,active:false,autoHeight:false });
	$("#accordion").accordion({ animated: 'bounceslide',collapsible: true,active:false,autoHeight:false });
	$("#faclist").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist2").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist3").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist4").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist5").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist6").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist7").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist8").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist9").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist10").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist11").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist12").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist13").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist14").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist15").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist16").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist17").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist18").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist19").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist20").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#faclist21").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#staff").accordion({ animated: 'bounceslide', active:false,collapsible: true,autoHeight:false });
	$("#staff2").accordion({ animated: 'bounceslide', active:false,collapsible: true,autoHeight:false });
	$("#staff3").accordion({ animated: 'bounceslide', active:false,collapsible: true,autoHeight:false });
	$("#staff4").accordion({ animated: 'bounceslide', active:false,collapsible: true,autoHeight:false });
	$("#staff5").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#staff6").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
	$("#staff7").accordion({ animated: 'bounceslide',active:false,collapsible: true,autoHeight:false });
 
 
	//Setup All of our tabs and subtabs
	$('#tabs').tabs();
	$('#navtabs').tabs();
	$('#secondarynavtabs').tabs();
	$('#subtabs1').tabs();
	$('#subtabs2').tabs();
	$('#subtabs3').tabs();
	$('#subtabs4').tabs();
	$('#subtabs5').tabs();
	$('#subtabs6').tabs();
	$('#subtabs7').tabs();
	$('#tabsII').tabs();
	$('#tabsIII').tabs();
  
	// Add the currently active tab to the url                                
	$("#navtabs").bind('tabsselect', function(event, ui) {
 		document.location='#'+(ui.index+1);
	});

	//If there is a hash in the URL show them the tab they want to see.
	if(document.location.hash!='') {
 		//get the index
    indexToLoad = document.location.hash.substr(1,document.location.hash.length);
    	$("#navtabs").tabs('select',indexToLoad-1);
	}
 

	// Hide PAAG when the DOM is loaded
 	 var $elementHeight = $(".programataglance").height(); 

  	$(".programataglance").hide();
 	 $("#pointy").empty().append("<img src='/macewan_css/images/downprogram.png' alt='programdown' />");
   
 	//Toggle PAAG displat when it's clicked 
 	$('#ataglance').click(function() {
  		if ($(".programataglance").is(":visible")){
  			$("#pointy").empty().append("<img src='/macewan_css/images/downprogram.png' alt='programdown' />");
  			

  		}else{
			$("#pointy").empty().append("<img src='/macewan_css/images/up_program.png' alt='programdown' />");
			_gaq.push(['_trackEvent', 'program_at_a_glance', 'click', 'Sorry']);
		}
        
        $(".programataglance").css({height: $elementHeight});
  		$(".programataglance").slideToggle(800); return false;

	});
}); 
</script> 

<title>Sorry - MacEwan University</title>
  
<meta name="description" content=" - " />  
  <meta name="GENERATOR" content=
  "MSHTML 8.00.6001.18939" />
  
</head>
<body>
  <!--
Start of DoubleClick Floodlight Tag: Please do not remove
Activity name of this tag: MacEwan University - Recruitment VT Pixel - #9187678
URL of the webpage where the tag is expected to be placed: http://www.macewan.ca
This tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.
Creation Date: 09/16/2016
-->
<script type="text/javascript">
var axel = Math.random() + "";
var a = axel * 10000000000000;
document.write('<iframe src="https://5399024.fls.doubleclick.net/activityi;src=5399024;type=invmedia;cat=ddgcz6az;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=' + a + '?" width="1" height="1" frameborder="0" style="display:none"></iframe>');
</script>
<noscript>
<iframe src="https://5399024.fls.doubleclick.net/activityi;src=5399024;type=invmedia;cat=ddgcz6az;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?" width="1" height="1" frameborder="0" style="display:none"></iframe>
</noscript>
<!-- End of DoubleClick Floodlight Tag: Please do not remove -->
 <div id="skip"><a href="#MainContent">Skip to Main Content</a></div> 
  <div id="header_container">
 
<!-- ## Top Navigation ## -->
<!-- White header --> 
<div id="background_header"> 
 
<!-- Set wordmark and section id --> 
	<div id="header"> 
	
	
	<!-- Google CSE Search Box Begins -->
<div id="searchBox" style="float:right;margin-top:6px;">
<form action="/wcm/search/index.htm" id="cse-search-box">
 <div>
    <input type="hidden" name="cx" value="006514651890973661170:hehyjzkiigk" />
    <input type="hidden" name="cof" value="FORID:11" />
    <input type="hidden" name="ie" value="UTF-8" />
    <input style="width: 20px; height: 20px; cursor: pointer; text-indent: -9999px; background: transparent url(/macewan_css/images/Icon_SearchBox_transparent.svg) no-repeat top right; position: relative; margin-right: 3px; margin-bottom: -4.65px; height: 23px; width: 20px; border: 0px;" 
            type="submit" name="sa" value="" />
    <input type="text" name="q" size="19" />
    
  </div> 
</form>
<script type="text/javascript" src="//www.google.com/cse/brand?form=cse-search-box&lang=en"></script>
</div>
<!-- Google CSE Search Box Ends -->


 
    <div id="utilities_top" > 
    
		<ul id="utility_top"><li><a href="/myportal" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'myMacEwan - login'])"><!--<span class="blue"><i>my</i>MacEwan</span> Login</a></li>-->myPortal Login</a></li>
       <li><a href="/wcm/Search/FindAPerson/index.htm">Find a Person</a></li>
        <!-- <li><a href="https://secure.cns.macewan.ca/staffdirportal/websearch.php" class="cbStaffDir">Find a Person</a></li> -->
       <!--  <li><a href="http://jesse.macewan.ca/contribute/groups/public/documents/image/uat_012110.jpg" class="cbStaffDir">Find a Person</a></li> -->
        <li class="last"><a href="/wcm/Discover/ContactUs/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Contact Us'])">Contact Us</a></li> 
        
        <!-- Set Search box -->  
      </ul> 
       </div> 


      
      
      
	</div><!-- end header -->  
</div><!-- end white header --> 
 
<!-- Set Menu Background --> 
<div id="menu_background"> 
 
<!-- Set the primary navigation --> 
<div id="menu_container"> 
 
	<div id="menu"> 
    <div id="logo"> 
		<a href="http://www.macewan.ca/wcm/"><img src="/macewan_css/images/macewan.png" alt="MacEwan Home" /></a></div> 
              
   <!-- Bring in common global nav menu -->
    
<!-- Google Tag Manager -->
<script>
window.tagManagerInstalled = true;
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TKSVZC');
</script>
<!-- End Google Tag Manager -->

<!-- Eloqua -->
<script type="text/javascript">
    var _elqQ = _elqQ || [];
    _elqQ.push(['elqSetSiteId', '104997712']);
    _elqQ.push(['elqTrackPageView']);
    
    (function () {
        function async_load() {
            var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true;
            s.src = '//img02.en25.com/i/elqCfg.min.js';
            var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
        }
        if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false);
        else if (window.attachEvent) window.attachEvent('onload', async_load); 
    })();
</script>
<!-- End Eloqua -->

<!-- Set the primary navigation --> 
     	 <div id="globalnav"> 
            <ul id="topnav"> 
    <!--	<li class="top">
        	<a href="#">About MacEwan</a>
           
        </li>--> 
<!--Begining of about drop down --> 
 
  <li id="about" class="top"> 
<a href="#" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'About MacEwan - top'])">About MacEwan</a> 
<div style="opacity: 0; display: none;" class="sub"> 
	<div class="globalmenu_backgroundabout"> 
		<div id="headerstrech"><div id="h24about"><a href="/wcm/Discover/index.htm"><font color="00a0dd">Discover MacEwan University</font></a></div></div> 
		<div class="about_1">  
			<ul class="globaldropdown"> 
				<li><a href="/wcm/ProspectiveStudents/VisitMacEwan/OurCampuses/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Our Campuses'])">Our Campuses</a></li>
				<li><a href="/wcm/ProspectiveStudents/VisitMacEwan/OurCampuses/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Visits and Tours'])">Visits and Tours</a></li>		
				<li><a href="/wcm/CampusLife/ResidenceServices/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Residence - Discover MacEwan'])">Residence</a></li>
				
				<li style="border-bottom:none;"></li>
			</ul> 
		</div> 

		<div class="about_2"> 
			<ul class="globaldropdown">
			<li><a href="/wcm/Discover/OurStory/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Our Story'])">Our Story</a></li>
			<li><a href="/wcm/Discover/OurPeople/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Our People'])">Our People</a></li>
			<li><a href="http://macewangriffins.ca" target="_blank" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Griffins'])">Griffins Athletics</a></li> 
			<li><a href="/wcm/Administrative/HumanResources/Careers/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Careers at MacEwan'])">Careers at MacEwan</a></li>
			<li><a href="/wcm/Publications/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Publications'])">Publications</a></li>
			<li><a href="/wcm/Discover/OurStory/MediaRelations/Resources/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Media Resources'])">Media Resources</a></li>
			
			 
				
				 
			</ul> 
		</div> 

		<div class="about_3"> 
			<ul class="globaldropdown"> 
				<li><a href="/wcm/Discover/OurPriorities/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Our Priorities'])">Our Priorities</a></li>
				<li><a href="/wcm/OfficeofResearchServices/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Research'])">Research</a></li>
				<li><a href="/wcm/Administrative/OfficeofSustainability/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Sustainability'])">Sustainability</a></li>
				<li><a href="/wcm/Discover/OurPriorities/InternationalPartnerships/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'International Partnerships'])">International Partnerships</a></li>
			</ul> 
		</div> 

		<div class="about_4"> 
			<ul class="globaldropdown"> 
			<li><a href="/wcm/Discover/OurLeadership/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Our Leadership'])">Our Leadership</a></li>
				<li><a href="/wcm/Discover/OurLeadership/OfficeofthePresident/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Office of the President'])">Office of the President</a></li> 
				<li><a href="/wcm/ExecutiveandGovernance/BoardofGovernors/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Board of Governors'])">Board of Governors</a></li>
				<li><a href="/wcm/ExecutiveandGovernance/AcademicGovernanceCouncil/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Academic Governance Council'])">Academic Governance Council</a></li>
				<li><a href="/wcm/Discover/OurLeadership/AdministrativeDepartments/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Administrative Departments - Corporate Links'])">Administrative Departments</a></li>
				<li><a href="/wcm/Discover/OurLeadership/SeniorAdministration/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Senior Administration'])">Senior Administration</a></li> 
			    <li><a href="/wcm/Policies/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Policies'])">Policies</a></li>
			</ul> 
		</div>
	</div> 
</div> 
</li>  
<!--End of about us dropdown --> 
 
 
 
 
 
 
 
        <li id="programscourses" class="top"> 
        	<a href="#" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Programs and Courses - top'])">Programs & Courses</a> 
            <div style="width:1000px;opacity: 0; display: none;" class="sub"> 
            	<div class="globalmenu_background_programs"> 
 
<div class="programscourses_1"> 
<h2>Search Programs</h2> 
<ul class="globaldropdown"> 
<li><a href="/wcm/ProspectiveStudents/OurPrograms/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'View all Programs A-Z'])">View all Programs (A-Z)</a></li> 
							<li><a href="/wcm/ProspectiveStudents/OurPrograms/index.htm?tab=2" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Full-time Programs'])">Full-time Programs</a></li> 
							<li><a href="/wcm/ProspectiveStudents/OurPrograms/index.htm?tab=3" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Part-time Programs'])">Part-time Programs</a></li> 
							<li><a href="/wcm/ProspectiveStudents/OurPrograms/index.htm?tab=4" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Online and Distance Learning'])">Online and Distance Learning</a></li> 
							<li><a href="/wcm/Registrar/Admissions/AdmissionDatesDeadlines/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Check Program Availability'])">Check Program Availability</a></li>
							<li><a href="/wcm/AcademicCalendar/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Academic Calendar - Search Programs'])">Academic Calendar</a></li>
<li style="border-bottom:none;"></li> 
</ul>

<!-- ## Program Search Goes Here ## -->
 
</div> 
<div class="programscourses_2"> 
<h2>Faculties & Schools</h2> 
<ul class="globaldropdown">   
							<li><a href="/wcm/SchoolsFaculties/ArtsScience/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Faculty of Arts and Science'])">Faculty of Arts & Science</a></li>
							<li><a href="/wcm/SchoolsFaculties/FFAC/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Faculty of Fine Arts and Communications'])">Faculty of Fine Arts & Communications</a></li>
							<li><a href="/wcm/SchoolsFaculties/HCS/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Faculty of Health and Community Studies'])">Faculty of Health & Community Studies</a></li>  
							<li><a href="/wcm/SchoolsFaculties/Nursing/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Faculty of Nursing'])">Faculty of Nursing</a></li> 
							<li><a href="/wcm/SchoolsFaculties/Business/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'School of Business'])">School of Business</a></li> 
							<li><a href="/wcm/SchoolsFaculties/SchoolofContinuingEducation/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'School of Continuing Education'])">School of Continuing Education</a></li> 
							<li><a href="/wcm/SchoolsFaculties/OpenStudies/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Open Studies'])">Open Studies</a></li> 
</ul> 
</div>

<div class="programscourses_3"> 
<h2>Centres and Institutes</h2> 
<ul class="globaldropdown"> 
<li><a href="/wcm/SchoolsFaculties/Business/CentresandInstitutes/Caliber/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'CALIBER'])">CALIBER</a></li>
<li><a href="/wcm/SchoolsFaculties/CentreforProfessionalNursingEducation/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Centre for Professional Nursing Education'])">Centre for Professional Nursing Education</a></li>  
<li><a href="/wcm/SchoolsFaculties/HCS/CentresandInstitutes/ClinicalSimulationCentre/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Clinical Simulation Centre'])">Clinical Simulation Centre</a></li>  
<li><a href="/wcm/SchoolsFaculties/Business/CentresandInstitutes/InstituteOfAsiaPacificStudies/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Institute of Asia Pacific Studies'])">Institute of Asia Pacific Studies</a></li>  
<!-- <li><a href="/wcm/SchoolsFaculties/SchoolofContinuingEducation/EnglishasanAdditionalLanguage/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'MacEwan English Language Institute'])">MacEwan English Language Institute</a></li>  -->
<li><a href="/wcm/ProspectiveStudents/InternationalStudents/MacEwanInternational/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'MacEwan International'])">MacEwan International</a></li> 
<li><a href="/wcm/SchoolsFaculties/ArtsScience/CentresandInstitutes/UkrainianResourceandDevelopmentCentre/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Ukrainian Resource Development Centre'])">Ukrainian Resource Development Centre</a></li> 
</ul> 
</div>

				<!-- COL 3 --> 


</div> 
                
            </div> 
        </li> 
       <li id="admissions" class="top"> 
<a href="#" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Apply & Enrol - top'])">Apply & Enrol</a> 
<div style="opacity: 0; display: none;" class="sub"> 
	<div class="globalmenu_background_admissions"> 
		<div id="headerstrech"><div id="h24about"><a href="/wcm/Registrar/index.htm"><font color="00a0dd">Office of the University Registrar</font></a></div></div> 
		<div class="about_1">  
			<ul class="globaldropdown"> 
				<ul class="globaldropdown"> 
							<li><a href="/wcm/Registrar/Admissions/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Admissions'])">Admissions</a></li> 
							<li><a href="/wcm/Registrar/Admissions/HowtoApply/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'How to Apply'])">How to Apply</a></li> 
							<li><a href="/wcm/Registrar/Admissions/ApplyforAdmission/SubmitYourApplication/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Apply Now'])">Apply Now</a></li> 
				
				<li style="border-bottom:none;"></li> 
			</ul> 
		</div> 

		<div class="about_2"> 
			<ul class="globaldropdown">
			<li><a href="/wcm/Registrar/FeesandFinancialInformation/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Fees & Financial Information'])">Fees & Financial Information</a></li> 
							<li><a href="/wcm/Registrar/FeesandFinancialInformation/TuitionFees/TuitionandFeesEstimator/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Tuition Estimator'])">Tuition Estimator</a></li>
							<li><a href="/wcm/Registrar/FeesandFinancialInformation/ScholarshipsAwardsBursaries/Search/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Scholarships, Awards and Bursaries'])">Scholarships, Awards & Bursaries</a></li>
							<li><a href="/wcm/Registrar/FeesandFinancialInformation/StudentLoans/GeneralInformation/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Student Loans'])">Student Loans</a></li>
			
			 
				
				 
			</ul> 
		</div> 

		
		<div class="about_3"> 
			<ul class="globaldropdown"> 
							<li><a href="/wcm/Registrar/EnrolmentServices/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Enrolment Services'])">Enrolment Services</a></li> 
							<li><a href="/wcm/Registrar/EnrolmentServices/GettingStarted/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Getting Started'])">Getting Started</a></li> 
							<li><a href="/wcm/Registrar/EnrolmentServices/HowtoEnrol/UsingmyStudentSystem/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Using myStudentSystem'])">Using myStudentSystem</a></li> 
				
			</ul> 
		</div> 

		<div class="about_4"> 
			<ul class="globaldropdown"> 
							<li><a href="/wcm/Publications/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Publications'])">Publications</a></li> 
							<li><a href="/wcm/AcademicCalendar/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Academic Calendar'])">Academic Calendar</a></li> 
							<li><a href="/wcm/Registrar/EnrolmentServices/AcademicSchedule/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Academic Schedule'])">Academic Schedule</a></li> 
							<li><a href="/wcm/Registrar/EnrolmentServices/FormsandPolicies/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Forms Cabinet'])">Forms Cabinet</a></li> 
			</ul> 
		</div> 
	</div> 
</div> 
</li>  
<!--End of Apply & Enrol dropdown -->
 
  <li id="services" class="top"> 
                <a href="#" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Services - top'])">Services</a> 
            <div style="opacity: 0; display: none;" class="sub"> 
                <div class="globalmenu_backgroundservices"> 
<div id="headerstrech"><div id="h24">Services for Students</div></div> 
<div class="about_1"> 
<ul class="globaldropdown"> 
							<li><a href="/wcm/Registrar/Advising/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Academic Advising'])">Academic Advising</a></li> 
							<li><a href="/wcm/StudentAffairs/CareerDevelopmentExperientialLearning/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Career Development & Experiential Learning'])">Career Development & Experiential Learning</a></li> 
							<li><a href="/wcm/StudentAffairs/Counselling/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Counselling'])">Counselling</a></li>
							<li><a href="/wcm/Registrar/EnrolmentServices/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Enrolment Services'])">Enrolment Services</a></li>
							<li><a href="/wcm/CampusServices/ExamServicesCentre/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Exam Services Centre'])">Exam Services Centre</a></li>
							<li><a href="/wcm/Registrar/FeesandFinancialInformation/StudentLoans/ContactInformation/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Financial Advising'])">Financial Advising</a></li>
							
						
							<li style="border-bottom:none;"></li>
							</ul>
							</div>
							<div class="about_2">  
							<ul class="globaldropdown">
							<li><a href="/wcm/CampusLife/kihewwaciston/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Indigenous Education Centre'])">Indigenous Centre</a></li>
							<li><a href="/wcm/ProspectiveStudents/InternationalStudents/MacEwanInternational/InternationalStudentServices/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'International Advising'])">International Advising</a></li>
							<li><a href="/wcm/StudentAffairs/ServicestoStudentswithDisabilities/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Services to Students with Disabilities'])">Services to Students with Disabilities</a></li>
							<li><a href="http://samu.ca/news-events/" target="_blank" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Students Association'])">Students' Association</a></li> 
							<li><a href="/wcm/StudentAffairs/WritingandLearningServices/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Writing and Learning Services'])">Writing and Learning Services</a></li> 
						

<li style="border-bottom:none;"></li>
</ul> 
</div> 
<div id="headerstrechabout"><div id="h24aboutII">Campus Services</div></div> 
<div class="about_3">  
<ul class="globaldropdown"> 

							<li><a href="/wcm/DiscoverMacEwan/AdministrativeDepartments/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Administrative Departments - Campus Services'])">Administrative Departments</a></li>
							<li><a href="http://www.macewanbookstore.com/" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Bookstore'])">Bookstore</a></li> 
							<li><a href="/wcm/CampusServices/EarlyLearningatMacEwan/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Child Care Centre'])">Child Care Centre</a></li> 
							<li><a href="/wcm/CampusServices/ConferenceandEventServices/index.htm"  onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Conference and Event Services'])">Conference and Event Services</a></li> 
							<li><a href="/wcm/DiscoverMacEwan/AdministrativeDepartments/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Financial Services'])">Financial Services</a></li> 
							<li><a href="http://www.macewaneats.ca/" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Food Services'])">Food Services</a></li> 
							<li><a href="/wcm/CampusServices/GuestAccommodationServices/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Library'])">Guest Accommodation Services</a></li> 
							
								
							<li style="border-bottom:none;"></li>
							
							</ul>
							</div>
							<div class="about_4">  
							<ul class="globaldropdown">
							<li><a href="http://library.macewan.ca/" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Library'])">Library</a></li>
							<li><a href="/wcm/CampusServices/SportandWellness/HealthandWellness/MedicalClinic/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Medical Services'])">Medical Services</a></li>
							<li><a href="/wcm/CampusServices/TransportationServices/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Parking'])">Parking</a></li>
							<li><a href="/wcm/CampusLife/ResidenceServices/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Residence - Campus Services'])">Residence</a></li>
							<li><a href="/wcm/CampusServices/SecurityandSafety/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Security and Safety'])">Security and Safety</a></li>
							<li><a href="/wcm/CampusLife/SexualViolencePreventionEducation/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Security and Safety'])">Sexual Violence Prevention & Education</a></li>
							<li><a href="/wcm/CampusServices/SportandWellness/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Sports and Recreation'])">Sports and Recreation</a></li> 
							<li><a href="/wcm/CampusServices/TechnologySupport/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Technology Support'])">Technology Support</a></li>
							<li style="border-bottom:none;"></li>  
</ul> 
</div> 


				<!-- COL 3 --> 


 
 
</div> 
 
            </div> 
        </li> 
 
       <li id="news" class="top"> 
        <a href="#" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'News and Events - top'])">News & Events</a> 
        	<div style="opacity: 0; display: none;" class="sub"> 	
            	<div class="globalmenu_background_about"> 
            	<!--COL 1 -->
						<div class="programscourses_1"> 
						<h2>MacEwan News</h2> 
						<ul class="globaldropdown">
							<li><a href="/wcm/MacEwanNews/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'All News'])">All News</a></li> 
							<li><a href="http://samu.ca/news-events/" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Students Association News'])">Students' Association News</a></li>
							<li><a href="/wcm/Discover/OurStory/MediaRelations/Resources/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Media Room'])">Media Room</a></li>
							<li><a href="/wcm/Discover/OurStory/SocialMedia/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Social Media'])">Social Media</a></li>
							<li style="border-bottom:none;"></li>  
						</ul> 
 					</div> 
				<!--COL 2 -->
					<div class="programscourses_2"> 
						<h2>MacEwan Events</h2> 
						<ul class="globaldropdown"> 
							<li><a href="/wcm/MacEwanEvents/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'All Events'])">All Events</a></li> 
							<li><a href="/wcm/ProspectiveStudents/VisitMacEwan/InformationSessions/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Information Sessions'])">Information Sessions</a></li>
							<li><a href="http://samu.ca/news-events/" target="_blank" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Students Association Events'])">Students' Association Events</a></li>
							<li><a href="/wcm/MacEwanEvents/ComeTogether/index.htm" onClick="_gaq.push(['_trackEvent', 'top_nav', 'click', 'Come Together'])">Come Together</a></li>
						 
							<li style="border-bottom:none;"></li> 
							
							
						</ul> 
					</div>
				<!-- COL 3 --> 
					
				</div> 
			</div> 
        </li> 
    </ul> 
 
</div>

   <!-- ## End Global Nav ## -->
 
</div><div style="clear:both;"></div> 
 
  </div><!-- end menu -->
     
  </div><!-- end menu background --> 

 
 

  
  <!-- ## End Top Nav ## -->


 
 <div id="breadcrumbs">
    <p class="breadcrumbs">
    
<!-- create the crumb delimiter  -->
  <!-- grab the node label -->
 
      <!-- not the current node, so just write a link + delimiter -->
		<a href="ssNODELINK/1">
        Home
      </a> » 
  <!-- grab the node label -->
 
      <!-- we've reached current node so check for primary/secondary layout -->
   
        <!-- primary page, so just write the current node label -->
        <em>Sorry</em>
     
    </p>
  </div>

</div>
  
  
   
  <!--Set Container for Body Container -->

  <div id="body_container">
    <!--Set Container for Body Columns -->

    <div id="container">
      <!--Set Left Column -->

      <div id="left_column"> 
        <!--Set Left Nav Block -->

        <div id="left_nav">
          
     <!-- ## Left Navigation ## -->   
       <!-- ***** ### LEFT NAV START ### ******-->

<style>
  #left-nav a:link,#left-nav a:visited,#left-nav a:active {
    border-bottom: none;
    color: inherit;
  }
  #menuItemActive  a:link,#menuItemActive a:visited,#menuItemActive a:active {
    color: #0055A0;
  }
</style>
         
  <div id="left-nav" style="border-bottom:1px solid #20090D; margin-bottom:15px;">
      
  
          
    <div id="program-home">
      <a style="text-transform: uppercase;color:#20090D;" href="/wcm/Sorry/index.htm" >
        Sorry
      </a>
    </div>

  </div>
         
<!-- ### LEFT NAV END -->

       
          
          
		  
         
          
          
                     
          
        </div><!--End Left Nav Block-->
      </div><!--End Left Column -->
       <!-- main wrapping div that works with the push and footer to keep the footer stuck to the bottom -->
  <div style="min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -255px;">
    <div id="skip"><a href="#MainContent">Skip to Main Content</a></div>
      
      <div id="heading">
       <h1 class="main">Sorry</h1>
     </div>
       
   <!-- Set the Main Content Parameters -->    
		
      <div id="content" style="width:700px;margin-right:0px;padding-right:0px;">
     
      	<p>We&rsquo;re sorry! The page you requested could not be found. It may have moved or is no longer available. Please try one of the following:</p> <ul>     <li>If you bookmarked the page, use the Search at the top right corner of the page to find what you are looking for. Reset your bookmark if the page has moved.</li>     <li>If you typed in the address, check it was entered correctly.</li>     <li>try browsing from our home page (<a href="/wcm/index.htm" target="">www.MacEwan.ca</a>)</li></ul><p>Please report the technical issue below using the <a class="cbIframe cboxElement" href="/wcm/Forms/Feedback/index.htm" target="_blank">Feedback form</a>.</p>




      </div>
      
   <!--End Main Content Section -->
  
      
    </div><!--End Container for Body Columns -->
     
<div style="height: 255px;"></div><!-- push div required to keep footer at the bottom --> 
  </div> 
  <!-- ## Footer ## --> 
  
   <div id="background_footer_image" style="cursor: pointer;" onclick="window.location='/wcm/MacEwanEvents/ComeTogether/index.htm';"> </div>
    <div id="background_footer"> 
 
<!-- Set Footer Container --> 
 
		<div id="footer_container"> 
      
		<div id="footer_logo" style="color:#ffffff;margin-top: 0px;">
		<a href="http://www.macewan.ca/wcm/index.htm">MacEwan University
		<div style="margin-top: 10px;font-size:11px;">Edmonton, Alberta, Canada</a></div>
		</div> 
		
     		 <div id="footer_utility"> 
             <div style="text-align:center; margin-right: 6px; color: #ffffff; line-height:13px;margin-top: -15px; font-size:10px">We acknowledge that the land on which we gather in Treaty Six Territory is the <br>traditional gathering place for many Indigenous people.  We honour and respect<br> the history, languages, ceremonies and culture of the First Nations, Métis and Inuit <br>who call this territory home.</div>
<br>
				<ul id="utility"> <li><a href="/wcm/CampusServices/TechnologySupport/TermsandConditions/index.htm" onclick="_gaq.push(['_trackEvent', 'footer', 'click', 'Conditions of Use']);">Conditions of Use</a></li> 
                    <li><a class="cbIframe cboxElement" href="/wcm/Forms/Feedback/index.htm?sentFrom=3025" target="_blank" onclick="_gaq.push(['_trackEvent', 'footer', 'click', 'Feedback']);">Feedback</a></li> 
					<li><a href="/wcm/Forms/Accessibility/index.htm" class="cbIframe cboxElement" onclick="_gaq.push(['_trackEvent', 'footer', 'click', 'Accessibility']);">Accessibility</a></li>
					<li><a href="/wcm/Forms/Privacy/index.htm" class="cbIframe cboxElement" onclick="_gaq.push(['_trackEvent', 'footer', 'click', 'Privacy']);">Privacy</a></li>   
					<li><a href="/wcm/Administrative/HumanResources/Careers/index.htm" onclick="_gaq.push(['_trackEvent', 'footer', 'click', 'Careers']);">Careers</a></li>
                    <li class="last"><a href="http://www.library.macewan.ca/" onclick="_gaq.push(['_trackEvent', 'footer', 'click', 'Library']);">Library</a></li> 
				</ul>
				<!--<div id="copyright"> 
			<p>© 2013 MacEwan University. All rights reserved.</p>
			</div>-->
			 </div><!-- End Left footer content --> 
          
<!-- Social Media icons courtesy of Icon Dock: http://icondock.com --> 
 
 <div style="float:right; margin-right: 6px; margin-top: -55px; font-size:11px"><a href="#top">Back to top of page</a>  </div>
    		<div id="icons">   
       			 <ul> 
                 	<!--<li>Other MacEwan channels:</li><br> --> 
                 	<li><a target="_blank" href="http://www.facebook.com/pages/Edmonton-AB/Grant-MacEwan-University/139813746641">
        		   <img src="/contribute/groups/public/documents/image/facebook_circle.png" onmouseover="this.src='/contribute/groups/public/documents/image/facebook_hover.png'" onmouseout="this.src='/contribute/groups/public/documents/image/facebook_circle.png'"/> &nbsp;</a></li>
        		   <li><a target="_blank" href="https://twitter.com/macewanu">
        		   <img src="/contribute/groups/public/documents/image/twitter_circle.png" onmouseover="this.src='/contribute/groups/public/documents/image/twitter_hover.png'" onmouseout="this.src='/contribute/groups/public/documents/image/twitter_circle.png'"/> &nbsp;</a></li>
        		   <li><a target="_blank" href="http://instagram.com/macewanu">
        		   <img src="/contribute/groups/public/documents/image/instagram_circle.png" onmouseover="this.src='/contribute/groups/public/documents/image/instagram_hover.png'" onmouseout="this.src='/contribute/groups/public/documents/image/instagram_circle.png'"/> &nbsp;</a></li>
        		   <li><a target="_blank" href="http://www.youtube.com/macewanchannel">
        		   <img src="/contribute/groups/public/documents/image/youtube_circle.png" onmouseover="this.src='/contribute/groups/public/documents/image/youtube_hover.png'" onmouseout="this.src='/contribute/groups/public/documents/image/youtube_circle.png'"/> &nbsp;</a></li>
        		   <li><a target="_blank" href="http://www.linkedin.com/edu/school?id=21055&trk=tyah&trkInfo=tarId%3A1400773032693%2Ctas%3Amacewan%20uni%2Cidx%3A3-1-4">
        		   <img src="/contribute/groups/public/documents/image/linkedin_circle.png" onmouseover="this.src='/contribute/groups/public/documents/image/linkedin_hover.png'" onmouseout="this.src='/contribute/groups/public/documents/image/linkedin_circle.png'"/> &nbsp;</a></li>
					<li><a target="_blank" href="http://snapchat.com/add/macewanu">
        		   <img src="/contribute/groups/public/documents/image/snapchat_white.png" onmouseover="this.src='/contribute/groups/public/documents/image/snapchat_hover.png'" onmouseout="this.src='/contribute/groups/public/documents/image/snapchat_white.png'"/></a></li>
					<!--<li class="facebook" title="Facebook"><a target="_blank" href="http://www.facebook.com/pages/Edmonton-AB/Grant-MacEwan-University/139813746641" onclick="_gaq.push(['_trackEvent', 'footer', 'click', 'Facebook Icon']);">Facebook</a></li> 
					<li class="twitter" title="Twitter"><a target="_blank" href="http://twitter.com/macewanu" onclick="_gaq.push(['_trackEvent', 'footer', 'click', 'Twitter Icon']);">Twitter</a></li> 
					<li class="youtube" title="YouTube"><a target="_blank" href="http://www.youtube.com/macewanchannel" onclick="_gaq.push(['_trackEvent', 'footer', 'click', 'Youtube Icon']);">YouTube</a></li> -->
                   
				</ul> 
			</div><div style="color: #ffffff;float: right; margin:5px 5px 0px 0px;">#macewanu</div>
			</div><!-- End Social Media icons-->  
        
		</div><!-- End Footer Container --> 
    
	</div>
	
<!-- Start Google Analytics -->

<script type="text/javascript">
<!-- OLD ga for back compatibility for now... -->
var _gaq = _gaq || [];
var pluginUrl = 
  '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-166569-1']);

if ( window.tagManagerInstalled == undefined || window.tagManagerInstalled == false ) {
  _gaq.push(['_trackPageview']);
}

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
 
	</script>
 
 <!-- End Google Analytics -->
  
  <div style="display: none;"> 
  <span id="SS_CARET_EX_PLACEHOLDER"></span>
  <script type="text/javascript">
    function switchit(list){
    var listElementStyle=document.getElementById(list).style;
      if (listElementStyle.display=="none"){
        listElementStyle.display="block";
      } else {
        listElementStyle.display="none";
      }
    }
  </script>
  </div>
</body>
</html>
