
function logoElementShoppersDrugMart()
{
			
	
	if (navigator.userAgent.indexOf("Mozilla/3") != -1)
	{
		var msg = 'Sorry, since you are using an old version of Netscape, you may not be able to access all the pages in this Web site.';	
		document.write(msg);
	}
	else 
	{
		
		var strHTML = '';

				strHTML += '<a  href="' + ''+ 'http://www.shoppersdrugmart.ca/english/careers/index.html"';
				strHTML += ' target="_blank" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'Shoppers.gif"';
				strHTML += ' alt="We are Shoppers Drug Mart®/Pharmaprix®, Canada’s leading and most respected drug store retailer. Whether you are seeking a job in Pharmacy, Retail, within Corporate, or at one of our Shoppers Home Health Care® locations, we offer tremendous opportunities to enhance your career path options and make the Shoppers Drug Mart®/Pharmaprix® experience the experience of a lifetime. Explore our site to find out all that we have to offer."';
				strHTML += ' border="0"';
				strHTML += ' width="189"';
				strHTML += ' height="36" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

		
function netscapeDivCheckShoppersDrugMart()
{
	
				 			
				
				
	var strAppName = navigator.appName;
	var appVer = parseFloat(navigator.appVersion);
								
	if ( (strAppName == "Netscape") &&
		(appVer >= 4.0 && appVer < 5) ) {  
		document.write("</DIV>");
	}
}
			
			
		
logoElementShoppersDrugMart();
			
		
netscapeDivCheckShoppersDrugMart();
	