Open service 104.214.20.33:80 · finishpro360.net
2026-01-03 08:10
HTTP/1.1 301 Moved Permanently Content-Length: 152 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 03 Jan 2026 08:10:28 GMT Location: https://www.finishpro360.net/ Set-Cookie: ARRAffinity=5f7fad2f157bc9f39e26387cb55fef1ac96ce19a449e2fc493c43e85aa630470;Path=/;HttpOnly;Domain=finishpro360.net Page title: Document Moved <head><title>Document Moved</title></head> <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.finishpro360.net/">here</a></body>
Open service 104.214.20.33:443 · finishpro360.net
2026-01-03 08:10
HTTP/1.1 301 Moved Permanently Content-Length: 152 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 03 Jan 2026 08:10:26 GMT Location: https://www.finishpro360.net/ Set-Cookie: ARRAffinity=5f7fad2f157bc9f39e26387cb55fef1ac96ce19a449e2fc493c43e85aa630470;Path=/;HttpOnly;Secure;Domain=finishpro360.net Set-Cookie: ARRAffinitySameSite=5f7fad2f157bc9f39e26387cb55fef1ac96ce19a449e2fc493c43e85aa630470;Path=/;HttpOnly;SameSite=None;Secure;Domain=finishpro360.net Page title: Document Moved <head><title>Document Moved</title></head> <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.finishpro360.net/">here</a></body>
Open service 104.215.73.236:80 · www.finishpro360.net
2026-01-03 07:36
HTTP/1.1 301 Moved Permanently Content-Length: 152 Connection: close Content-Type: text/html; charset=UTF-8 Date: Sat, 03 Jan 2026 07:36:05 GMT Location: https://www.finishpro360.net/ Set-Cookie: ARRAffinity=5f7fad2f157bc9f39e26387cb55fef1ac96ce19a449e2fc493c43e85aa630470;Path=/;HttpOnly;Domain=www.finishpro360.net Page title: Document Moved <head><title>Document Moved</title></head> <body><h1>Object Moved</h1>This document may be found <a HREF="https://www.finishpro360.net/">here</a></body>
Open service 104.215.73.236:443 · www.finishpro360.net
2026-01-03 07:36
HTTP/1.1 200 OK
Content-Length: 16108
Connection: close
Content-Type: text/html; charset=utf-8
Date: Sat, 03 Jan 2026 07:36:06 GMT
Cache-Control: private
Set-Cookie: ARRAffinity=5f7fad2f157bc9f39e26387cb55fef1ac96ce19a449e2fc493c43e85aa630470;Path=/;HttpOnly;Secure;Domain=www.finishpro360.net
Set-Cookie: ARRAffinitySameSite=5f7fad2f157bc9f39e26387cb55fef1ac96ce19a449e2fc493c43e85aa630470;Path=/;HttpOnly;SameSite=None;Secure;Domain=www.finishpro360.net
X-MiniProfiler-Ids: ["10f19fe8-ae5d-4594-95ad-608245a9ed60","1b3f414c-57b4-48d7-b74c-1e3ab81c8c5b"]
Page title: FinishPro360
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>FinishPro360</title>
<meta name="decsription" content="" />
<link href="/Content/bootstrap.min.css" rel="stylesheet" />
<link href="/Content/jquery.fancybox.css" rel="stylesheet" type="text/css" media="screen" />
<link href="/Content/datepicker/css/bootstrap-datepicker.min.css" rel="stylesheet" />
<link href="/Content/datepicker/css/bootstrap-datepicker3.min.css" rel="stylesheet" />
<script src="/Scripts/jquery-1.9.0.min.js"></script>
<script src="/Scripts/bootstrap.min.js"></script>
<script src="/Scripts/jquery.fancybox.pack.js"></script>
<script src="/Content/datepicker/js/bootstrap-datepicker.min.js"></script>
<link href="/css/Site.css" rel="stylesheet" />
<link rel="icon" type="image/ico" href="/Images/favicon-32x32.ico" sizes="32x32" />
<link rel="icon" type="image/ico" href="/Images/favicon-16x16.ico" sizes="16x16" />
<script type="text/javascript">
$(document).ready(function () {
$(".fancybox").fancybox({
autoSize: true,
iframe: {
preload: false // fixes issue with iframe and IE
}
});
$('#datePicker')
.datepicker({
format: 'mm/dd/yyyy',
keepOpen: false
})
.on('change', function () {
var date = $('#dtDeliveryDate').val();
$('#DeliveryDate').val(date);
});
$('#dtDeliveryDate').datepicker({
startDate: getTodaysDate(),
autoclose: true,
clearBtn: true,
todayHighlight: true
});
});
function interactive() {
//the below was taken from http://stackoverflow.com/questions/9847580/how-to-detect-safari-chrome-ie-firefox-and-opera-browser to customize the alert based on the browser
// Opera 8.0+
var isOpera = (!!window.opr && !!opr.addons) || !!window.opera || navigator.userAgent.indexOf(' OPR/') >= 0;
// Firefox 1.0+
var isFirefox = typeof InstallTrigger !== 'undefined';
// At least Safari 3+: "[object HTMLElementConstructor]"
var isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0;
// Internet Explorer 6-11
var isIE = /*cc_on!*/false || !!document.documentMode;
// Edge 20+
var isEdge = !isIE && !!window.StyleMedia;
// Chrome 1+
var isChrome = !!window.chrome && !!window.chrome.webstore;
// Blink engine detection
var isBlink = (isChrome || isOpera) && !!window.CSS;
if (isChrome) {
alert("ATTENTION! \n \n This form may not calculate correctly if opened within the browser. After it's downloaded, be sure to open with Adobe Acrobat by clicking the arrow on the download and selecting either 'Open with System Viewer' or 'Always open in Adobe Reader'.");
}
else {
alert("ATTENTION! \n \n This form may not calculate correctly if opened within the browser. Make sure to open the file with Adobe Acrobat instead.");
}
}
function getTodaysDate() {
var today = new Date();
var dd = today.getDate();
var mm = today.getMonth() + 1; //January is 0!
var yyyy = today.getFullYear();
if (dd < 10) {
dd = '0' + dd;
}
if (mm < 10) {
mm = '0' + mm;
}
today = mm + '/' + dd + '/' + yyyy;
return today;
}
</script>
</head>
<body>
<input type="hidden" value="Azure" />
<div id="bgcontainer">
<div class="navbar" id="navTest">
<div class="co