
function logoElementCanadiantruckingmagazine()
{
			
	
	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.canadiantruckingmagazine.ca"';
				strHTML += ' target="_blank" >';
				strHTML += '	<img src="' + strRelativePathToRoot + 'CTM_Logo_RBG.jpg"';
				strHTML += ' alt="CTM is a new Western Canadian Trucking Magazine that takes truck driver publications to a new level CTM is designed to provide today\'s drivers with pertinent articles, entertainment, and resources that will assist in their day-to-day jobs The magazine is designed to entice the drivers to read the magazine and also to take it back to their trucks for continuous reference This benefits the drivers and it benefits you as the advertiser by putting your ad in the hands of the driver for a longer period of time CTM is hand delivered to truck stops, lounges, service shops, and restaurants across Western Canada and handed out to drivers at each stop along the way CTM is delivered on the 15th of each month rather than the conventional 1st of the month delivery making CTM either the only or newest addition to the display racks "';
				strHTML += ' border="0"';
				strHTML += ' width="380"';
				strHTML += ' height="133" >';
				strHTML += '</a>';

		
		document.write(strHTML);
	}
}

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