<!DOCTYPE html>
<html>
	
	<head>
    <link rel="shortcut icon" href="https://app.autocad360.com/main/favicon32.png" />
	<meta charset="utf-8">
	
	<link type="text/css" rel="stylesheet" href="frutiger.css">
	
	<script src="/loginpage/jquery.min.js"></script>
	
	<script src="/errorpages/arbcore.js" type="text/javascript"></script>
	
	<script src="/errorpages/Corona_errors_locFiles.js" type="text/javascript"></script>
	
	<script type="text/javascript">
		try
		{
			(function() {
				$.ajaxSetup({
					cache: true
				});

				var t = new Date();
				var s = '' + t.getFullYear() + (t.getMonth() + 1) + t.getDate();
				$.getScript('/html5proj/jsapi/Analytics/Analytics.js?' + s, function() {
					Analytics.RegisterId('UA-39768100-1');
				});
			})();

		} catch(e){
			// Omitted intentionally
		}
	</script>
	
	<style type="text/css">
		body {
			font:12px arial;
			color:#666;
			margin-top: 0px;
 			margin-right: 0px;
 			margin-bottom: 0px;
 			margin-left: 0px;
 			position:absolute;
 			width:100%;
 			height:100%;
		}
		#loginPageautocadLogo {
			margin-left:30px;
			margin-top:30px;
		}
		#loginPagebackground {
			background-image: url('/errorpages/images/login_bg3.gif');
			background-repeat: no-repeat;
			background-color: #85b6bd;
			width:100%;
			height:100%;
		}
		#errorPageDialog {
			background-color:white;
			width:400px;
			margin:auto;
 			position:absolute;
 			top:20%;
 			left:0;
 			right:0;
 			padding:30px;
 			-moz-box-shadow:  1px 1px 3px #999;
			-webkit-box-shadow:  1px 1px 3px #999;
 			box-shadow: 1px 1px 3px #999;
		}
		#errorPageDialog h1 {
			text-align:center;
		}
		h3{
			font:14px arial;
			line-height:200%;
			margin-bottom:30px;
		}
		h1 {	
			line-height:120%;
			font-weight: 100;
			color:#666;
			font-size: 34px;
			font-family: FrutigerNextW02Regular, Arial !important;
			margin-top: 2px;
		}
		#errorImageHolder{
			width:100%;
			height:168px;
			background: url('/errorpages/images/404.png') center center no-repeat;
			margin-bottom:10px;
		}
		a{
			color:#457BB7;
			cursor:pointer;
		}
		#takeMeBackLink {
			float:right;
		}
	</style> 
	
		
	</head>
	
	<body>
	
		<div id="loginPagebackground">
		
		<img src="/errorpages/images/adsk_360_logo.png" id="loginPageautocadLogo">
		
		<div class="loginPagecontent">
					
			<div id="errorPageDialog">

			<h1 class="locTitle"> Whoops! </h1>		

			<h3 class="locContent">
				
				The page you are looking for could not be found.
				Happening often? <a href="https://getsatisfaction.com/autocad360web-beta/"> Please get in touch. </a>
			
			</h3>
			
			<div id="errorImageHolder"> </div>
			
			<a id="takeMeBackLink" class="locTakeMeBack"> Take me back </a>
			
			</div>
				
		</div>
		
		</div>
		
		<script type="text/javascript"> 
		
			$(document).ready(function () {
	
				//swap content based on location
	
				var browserLan = window.navigator.userLanguage || window.navigator.language,
				lan = browserLan.indexOf('-') === -1 ? browserLan : browserLan.substring(0, browserLan.indexOf('-'));
		
				if (typeof arb != undefined) {		
		
					arb.setResourceSelector(lan);
					loc = arb.getResource("acad360locFiles");
					$('.locTitle').html(loc.PAGE_NOT_FOUND_TITLE);
					$('.locContent').html( $.parseHTML(arb.msg(loc.PAGE_NOT_FOUND, loc.ERROR_OFTEN +' <a href="https://getsatisfaction.com/autocad360web-beta/">'+loc.NO_SERVICE_CONTACT+'</a>' ) ) );
					$('.locTakeMeBack').html(loc.PAGE_NOT_FOUND_BACK);
		
				}	
		
				//end of swap content based on location
		
				$('#takeMeBackLink').on('click', function () {
				
					var re = new RegExp ("^https:\/\/"+document.domain); 
				
					if ( re.test(window.document.referrer) ) history.back();
					else window.location = document.domain;
			
				})
			});	
		</script>
		
	</body>
	
</html>
