CINXE.COM
BSS Work Order - University of Maryland Police
<!DOCTYPE html> <html lang="en"><!-- InstanceBegin template="/Templates/inner.dwt" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="doctitle" --> <title>BSS Work Order - University of Maryland Police</title> <!-- InstanceEndEditable --> <meta http-equiv="X-UA-Compatible" content="IE=edge; IE=9; IE=8; IE=7" /> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" /> <meta name="theme-color" content="#9A0000" /> <meta name="mobile-web-app-title" content="UMPD" /> <meta name="mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-title" content="UMPD" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-barstyle" content="black-translucent" /> <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" /> <meta http-equiv="pragma" content="no-cache" /> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" /> <link rel="stylesheet" type="text/css" href="/resources/css/style.css" /> <link rel="stylesheet" type="text/css" href="/resources/css/inner.css" /> <link rel="stylesheet" type="text/css" href="/resources/css/modalimage.css" /> <!--[if lt IE 9]> <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!--[if lt IE 8]> <link rel="stylesheet" type="text/css" href="/resources/css/ie7.css" /> <![endif]--> <link rel="stylesheet" type="text/css" media="screen and (max-width: 1015px)" href="/resources/css/mobile.css" /> <link rel="shortcut icon" sizes="192x192" href="/resources/images/favicons/192x192.png" /> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/resources/images/favicons/144x144.png" /> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/resources/images/favicons/114x114.png" /> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/resources/images/favicons/72x72.png" /> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/resources/images/favicons/57x57.png" /> <link rel="manifest" href="manifest.json" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script src="/scripts/main.js"></script> <!--<script src="//s3.amazonaws.com/umdheader.umd.edu/app/js/main.min.js"></script>--> <script src="/resources/js/global.js"></script> <!-- InstanceBeginEditable name="head" --> <meta name="viewport" content="width=device-width" /> <meta name="keywords" content="BSS, Building, Service, Security, Keys, Core, Lock, Work Order, Request" /> <meta name="description" content="Submit a work order for UMPD's Building Security Services unit" /> <style> .float-right { padding: 0px; } #inner-content form * { margin: 0px; padding: 0px; } #inner-content form ul { width: 100%; list-style-image: none !important; list-style-type: none; } #inner-content form ul li { text-align: left; display: inline-block; margin-top: 10px; } #inner-content form ul li.title { width: 14%; } #inner-content form ul li.field { width: 21.5%; } #inner-content form ul li.right { margin-left: 10px; } #inner-content form ul li.full { width: 99%; clear: both; } #inner-content form input, #inner-content form select, #inner-content form textarea { font-family: 'Open Sans', sans-serif; font-size: 16px; border: 1px solid #bbb; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding-left: 3px; padding-right: 3px; height: 25px; line-height: 25px; } #inner-content form input[type="text"], #inner-content form input[type="tel"], #inner-content form select { width: 100%; } #inner-content form textarea { width: 100%; height: 100px !important; text-align: left; } #inner-content form input[type=submit] { background-color: #EDEDED; width: 200px; height: 40px; } #inner-content form input[type=submit]:hover { background-color: #FFF; cursor: pointer; border-color: #B3B3B3; } hr { margin-top: 10px !important; } @media (max-width: 1015px) { #container { width: 720px; } #umh-cont { width: 720px; } header { box-shadow: 0px 4px 20px #333; } header #header-photo { height: 160px; } header #header-photo #mobile-menu { border-bottom: 50px double #FFF; border-top: 15px solid #FFF; height: 15px; width: 75px; margin: 35px; margin-left: 32px; } header #header-photo img { max-height: 150px; } header #header-photo h1 { font-size: 50px; margin-left: 140px; } nav ul li a { font-size: 50px; padding-left: 30px; } nav form { padding-left: 30px; } nav form input[type="text"] { font-size: 50px; width: 450px; background: url('/resources/images/search-dark.png') no-repeat 10px 30px #d2d2d2; } nav form input[type="text"]:focus { width: 475px; } nav form input[type="submit"] { height: 75px; font-size: 50px; padding-left: 10px; padding-right: 10px; } /*#main-content { margin-top: 165px; }*/ } @media (max-width: 720px) { #container { width: 832px; } #umh-cont { width: 832px; } } </style> <script src='https://www.google.com/recaptcha/api.js'></script> <script type="application/javascript"> //reset KFS and Maintenance checkboxes on load window.onload = function(){ document.getElementById("kfs").value = ""; document.getElementById("maintenance").checked = false; } function HTMLescape(value){ var escapeMap = { "&" : "&", "<" : "<", ">" : ">", '"' : """, "'" : "'" }; return value.replace(/[&<>"']/g, function(i) { return escapeMap[i]; }); } function countChars(id) { document.getElementById('count').innerHTML = id.value.length + " / " + id.maxLength + " characters used."; }; function validate() { var valid = true; var errors = []; if(!document.getElementById('first_name').value) { errors.push('Please enter your first name'); valid = false; } if(!document.getElementById('last_name').value) { errors.push('Please enter your last name'); valid = false; } if(!document.getElementById('department').value) { errors.push('Please enter your department'); valid = false; } if(!document.getElementById('address').value) { errors.push('Please enter your campus address'); valid = false; } if(!document.getElementById('email').value.match(/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/)) { errors.push('Please enter a valid email address'); valid = false; } if(!document.getElementById('requestor_phone').value.match(/^\(?([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$/) && !document.getElementById('requestor_phone').value.match(/^[xX]?([0-9]{5})$/)) { errors.push('Please enter a valid phone telephone number (at least 10 digits)'); valid = false; } if(document.getElementById('fax').value && !document.getElementById('fax').value.match(/^\(?([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$/) && !document.getElementById('fax').value.match(/^[xX]?([0-9]{5})$/)) { errors.push('Please enter a valid fax telephone number (at least 10 digits)'); valid = false; } if(!document.getElementById('contact_name').value) { errors.push('Please enter a contact name'); valid = false; } if(!document.getElementById('contact_phone').value.match(/^\(?([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$/) && !document.getElementById('contact_phone').value.match(/^[xX]?([0-9]{5})$/)) { errors.push('Please enter a valid contact phone telephone number (at least 10 digits)'); valid = false; } if(!document.getElementById('kfs').value.match(/^([A-Z]{2})([0-9]{6})$/) && document.getElementById('maintenance').checked == false) { errors.push('Please enter a valid Driver Worktag ID (such as AA######).'); valid = false; } if(document.getElementById('completion_date').value && !document.getElementById('completion_date').value.match(/^(0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])[\/\-]\d{4}$/)) { errors.push('Please enter a valid completion date (MM/DD/YYYY)'); valid = false; } if(document.getElementById('completion_date').value && document.getElementById('completion_date').value.match(/^(0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])[\/\-]\d{4}$/) && (Date.parse(document.getElementById('completion_date').value) <= Date.parse('01/01/1753'))) { errors.push('Date is too old'); valid = false; } if(document.getElementById('completion_date').value && document.getElementById('completion_date').value.match(/^(0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])[\/\-]\d{4}$/) && (Date.parse(document.getElementById('completion_date').value) >= Date.parse('12/31/9999'))) { errors.push('Date is not an acceptable future date'); valid = false; } if(!document.getElementById('building').value) { errors.push('Please enter the building where work needs to be performed'); valid = false; } if(!document.getElementById('work').value) { errors.push('Please enter the details of the work that needs to be performed'); valid = false; } if(!document.getElementById('g-recaptcha-response').value) { errors.push('Please complete the anti-spam reCAPTCHA at the end of the form'); valid = false; } if(document.getElementById('fake').value) { errors.push('Please do not enter anything in this field'); valid = false; } if(!valid) alert(errors.join("\n")); return valid; } function formatDate(dateField) { if(dateField.value.length >= 8) { date = dateField.value.replace(/\\|\/|\(|\)|-| /g,''); dateField.value = date.substring(0,2) + '/' + date.substring(2,4) + '/' + date.substring(4,8); } } function formatPhone(phoneField) { if(phoneField.value.length >= 10) { phone = phoneField.value.replace(/\(|\)|-| /g,''); phoneField.value = '(' + phone.substring(0,3) + ') ' + phone.substring(3,6) + '-' + phone.substring(6,10); } } function checkEmail(email) { if(!email.match(/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/)) { alert('Please enter a valid email address'); } } function manualKFS(e,val) { var key = e.keyCode? e.keyCode : e.charCode; if(document.getElementById(val).value.length >0) { document.getElementById('maintenance').disabled = true; document.getElementById('maintenance_label').style = "color:gray"; } else { document.getElementById('maintenance').disabled = false; document.getElementById('maintenance_label').style = ""; } // if(document.getElementById(val).value.length == 4) // document.getElementById(val).value = document.getElementById(val).value + "-"; } function checkKFS(kfs) { if(kfs.length < 8) { alert('Invalid Driver Worktag ID. Please enter the full value, such as AA######.'); document.getElementById('kfs').focus(); document.getElementById('kfs').select(); } } function checkmaintenance() { // Get the checkbox var checkBox = document.getElementById("maintenance"); if(checkBox.checked) { //alert('Invalid Driver Worktag ID. Please enter the full value, such as \'##-AA######.\''); document.getElementById("kfs").disabled = true; document.getElementById("kfs").value = "maintenance"; } if(!checkBox.checked) { document.getElementById("kfs").disabled = false; document.getElementById("kfs").value = ""; } } function blockDateChars(e) { var key = e.keyCode? e.keyCode : e.charCode; if(key == 8 || key == 9) return true; else if(key >= 48 && key <= 57) return true; else if(key >= 97 && key <= 122) return true; else return false; } $(window).on('resize', function() { var bodyWidth = 0; if (typeof(window.innerWidth) == 'number') { //Non-IE bodyWidth = window.innerWidth; } else if (document.documentElement && document.documentElement.clientWidth) { //IE 6+ in 'standards compliant mode' bodyWidth = document.documentElement.clientWidth; } else if (document.body && document.body.clientWidth) { //IE 4 compatible bodyWidth = document.body.clientWidth; } if(screen.width && screen.width < bodyWidth && navigator.userAgent.match(/(BB10)/)) bodyWidth = screen.width; if (bodyWidth <= 1020 || navigator.userAgent.match(/(iPhone|iPod|BlackBerry|IEMobile)/)) { $("header").hide(); } }); $(document).ready(function(){ $('#fake').hide(); $("form").submit(function() { document.getElementById("first_name").value = HTMLescape(document.getElementById("first_name").value); document.getElementById("last_name").value = HTMLescape(document.getElementById("last_name").value); document.getElementById("department").value = HTMLescape(document.getElementById("department").value); document.getElementById("address").value = HTMLescape(document.getElementById("address").value); document.getElementById("email").value = HTMLescape(document.getElementById("email").value); document.getElementById("requestor_phone").value = HTMLescape(document.getElementById("requestor_phone").value); document.getElementById("fax").value = HTMLescape(document.getElementById("fax").value); document.getElementById("contact_name").value = HTMLescape(document.getElementById("contact_name").value); document.getElementById("contact_phone").value = HTMLescape(document.getElementById("contact_phone").value); document.getElementById("kfs").value = HTMLescape(document.getElementById("kfs").value); document.getElementById("completion_date").value = HTMLescape(document.getElementById("completion_date").value); document.getElementById("building").value = HTMLescape(document.getElementById("building").value); document.getElementById("room").value = HTMLescape(document.getElementById("room").value); document.getElementById("work").value = HTMLescape(document.getElementById("work").value); }); }); </script> <!-- InstanceEndEditable --> </head> <body> <div id="container"> <header> <div id="contact-numbers-left">UMD Police Emergency 911 or 301.405.3333</div> <div id="contact-numbers-right">Mobile Phone #3333 | Non-Emergency 301.405.3555</div> <div id="header-photo"> <a id="mobile-menu" href="#"> </a> <img src="/resources/images/patch.png" alt="UMPD Patch" /> <h1><a href="/" aria-label="University of Maryland Police Department">University of Maryland Police Department</a></h1> </div> <nav role="navigation" id="nav"> <ul> <li><a href="/about" title="About UMPD" aria-label="About UMPD">About UMPD</a></li> <li><a href="/stats" title="Crime Stats" aria-label="Crime Stats">Crime Stats</a></li> <li><a href="/services" title="Services and Resources" aria-label="Services and Resources">Services and Resources</a></li> <li><a href="/employment" title="Careers" aria-label="Careers">Careers</a></li> <li><a href="/contact/location.cfm" title="Location" aria-label="Location">Location</a></li> <li><a href="/contact" title="Contact UMPD" aria-label="Contact UMPD">Contact UMPD</a></li> </ul> <form method="post" action="/search/"><input type="text" placeholder="Search..." name="search" /><input type="submit" value="Search" /></form> </nav> </header> <div id="main-content"> <!-- InstanceBeginEditable name="side-nav" --> <aside class="top"> <section id="side-nav"> <h2 style="font-size: 19px;"><a href="index.cfm" title="Services and Resources">Services and Resources</a></h2> <ul> <li><a href="index.cfm#safety" title="Safety Information">Safety Information</a></li> <li><a href="index.cfm#services" title="UMPD Services">UMPD Services</a></li> <li><a href="index.cfm#campus" title="Campus Resources">Campus Resources</a></li> <li><a href="index.cfm#offcampus" title="Off-Campus Police Depts">Off-Campus Police Depts</a></li> </ul> </section> </aside> <!-- InstanceEndEditable --> <div id="inner-content"> <!-- InstanceBeginEditable name="body" --> <h2>Building Security Services Work Order</h2> <p>Please fill out this form completely. It will be mailed to the Building Security Unit of the Police Department. You will be contacted to confirm the request.<!-- <strong>If this is a maintenance request, please enter "maintenance" in the KFS Number text box.</strong>--></p> <form method="post"> <ul> <li class="title" style="width: 25.5%;"><label for="first_name">Requestor's First Name:</label></li> <li class="field"><input type="text" id="first_name" name="first_name" required required="required" /></li> <li class="title right" style="width: 25%;"><label for="last_name">Requestor's Last Name:</label></li> <li style="width: 24%;"><input type="text" id="last_name" name="last_name" required required="required" /></li> <li class="title" style="width: 25.5%;"><label for="department">Requestor's Department:</label></li> <li style="width: 73%;"><input type="text" id="department" name="department" required required="required" /></li> <li class="full"><label for="address">Campus Address (Including Zip Code):</label><br><textarea id="address" name="address" required required="required"></textarea></li> <li class="title" style="width: 15%;"><label for="email">Email Address:</label></li> <li style="width: 83.5%;"><input type="text" id="email" name="email" placeholder="sample@email.com" required required="required" /></li> <li class="title" style="width: 29%;"><label for="requestor_phone">Requestor's Phone Number:</label></li> <li class="field"><input type="tel" id="requestor_phone" name="requestor_phone" placeholder="(###) ###-####" required required="required" onchange="formatPhone(this)" maxlength="14" /></li> <li class="title right" style="width: 24%;"><label for="fax">Fax Number (Optional):</label></li> <li class="field"><input type="tel" id="fax" name="fax" placeholder="(###) ###-####" onchange="formatPhone(this)" maxlength="14" /></li> <li class="title" style="width: 15%;"><label for="contact_name">Contact Name:</label></li> <li style="width: 37.5%;"><input type="text" id="contact_name" name="contact_name" required required="required" /></li> <li class="title right" style="width: 25%;"><label for="contact_phone">Contact Phone Number:</label></li> <li style="width: 18.5%;"><input type="tel" id="contact_phone" name="contact_phone" placeholder="(###) ###-####" required required="required" onchange="formatPhone(this)" maxlength="14" /></li> <li class="title" style="width: 20%; "><label for="kfs"><a style="color: red" href="https://www.myworkday.com/umd/d/task/1422$217.htmld" target="_blank">Driver Worktag ID:</a></label></li> <li style="width: 20%;"><input type="text" id="kfs" name="kfs" placeholder="AA######" maxlength='8' required required="required" onKeyUp="manualKFS(event,'kfs')" onChange="checkKFS(this.value)" maxlength="8" /></li> <li class="title" id="maintenance_label" style="width: 20%;" title="Please check this box only if this is a maintenance request. "><label for="maintenance"> Maintenance? </label><input style="position:absolute; margin: -2px 0 0 10px;" type="checkbox" id="maintenance" name="maintenance" onclick="checkmaintenance()"/></li> <br> <li class="title" style="width: 39.5%;"><label for="completion_date">Requested Completion Date (Optional):</label></li> <li style="width: 21.5%;"><input type="text" id="completion_date" name="completion_date" placeholder="MM/DD/YYYY" onchange="formatDate(this)" maxlength="10" /></li><br> <li class="title" style="width: 27%;"><label for="building">Building Name & Number:</label></li> <li style="width: 34.5%;"><input type="text" id="building" name="building" required required="required" /></li> <li class="title right" style="width: 27%;"><label for="room">Room Number (Optional):</label></li> <li style="width: 7.5%;"><input type="text" id="room" name="room" /></li> <li class="full"> <label for="work">Work to be Performed (Please be as specific as possible, including any reference numbers):</label><br> <textarea id="work" name="work" onkeyup="countChars(this);" maxLength="1000" required required="required"></textarea> <label id="count"></label> </li> <li class="full"> <div class="g-recaptcha" data-sitekey="6Lc6O2sUAAAAAM5lOVWWx7Gb4AudFCmNPXcN3HQw"></div> </li> <li class="full" style="text-align: center; font-size: 12px">I am authorized to request the work described and request that I be contacted to discuss this work.</li> <li class="full" style="text-align: center"><input type="submit" name="submit" value=" Submit Request " onclick="return validate()" /></li> </ul> <input type="text" name="fake" id="fake" placeholder="Do not enter anything here" /> </form> <!-- InstanceEndEditable --> </div> <aside> <section id="mobile-contact"> <b>Emergency:</b> <a href="tel:911" aria-label="911">911</a> or <a href="tel:3014053333" aria-label="(301) 405-3333">(301) 405-3333</a><br> <b>Mobile Phone Emergency:</b> <a href="tel:#3333" aria-label="#3333">#3333</a><br> <b>Non-Emergency:</b> <a href="tel:3014053555" aria-label="(301) 405-3555">(301) 405-3555</a><br> <b>Address:</b> <a href="https://www.google.com/maps/place/7569+Baltimore+Ave,+College+Park,+MD+20740/@38.982455,-76.937265,17z" aria-label="Pocomoke Building (007), 7569 Baltimore Ave, College Park, MD 20742">Pocomoke Building (007), 7569 Baltimore Ave, College Park, MD 20742</a> </section> <section id="umd-alerts" > <h2><a href="https://alert.umd.edu/">UMD Alerts</a></h2> <ul> <li><a href="https://alert.umd.edu/alerts/umd-community-notice-campus-robbery-no-weapon-1" target="_blank" aria-label="UMD Community Notice: Off-Campus Robbery (No Weapon) [11/26/24 at 12:37 AM]">UMD Community Notice: Off-Campus Robbery (No Weapon) <span class="date">[11/26/24 at 12:37 AM]</span></a></li> <li><a href="https://alert.umd.edu/alerts/umd-advisory-multiple-building-power-outage" target="_blank" aria-label="UMD Advisory: Multiple-Building Power Outage [11/25/24 at 07:38 PM]">UMD Advisory: Multiple-Building Power Outage <span class="date">[11/25/24 at 07:38 PM]</span></a></li> <li><a href="https://alert.umd.edu/alerts/umd-alert-test-22" target="_blank" aria-label="UMD Alert Test [11/06/24 at 08:42 PM]">UMD Alert Test <span class="date">[11/06/24 at 08:42 PM]</span></a></li> </ul> <div class="more"><a href="https://alert.umd.edu/">About UMD Alerts</a> | <a href="https://alert.umd.edu/alerts/">See all UMD Alerts</a></div> </section> <section id="popular-links"> <h2>Popular Links</h2> <ul> <li><a href="/stats" title="Crime Statistics" aria-label="Crime Statistics">Crime Statistics</a></li> <li><a href="/services/lostandfound.cfm" title="Lost & Found" aria-label="Lost & Found">Lost & Found</a></li> <li><a href="/services/bss_work_order.cfm" title="BSS Work Order" aria-label="BSS Work Order">BSS Work Order</a></li> <li><a href="/services/fingerprinting.cfm" title="Fingerprinting Services" aria-label="Fingerprinting Services">Fingerprinting Services</a></li> <li><a href="/contact/phonenumbers.cfm" title="Phone Numbers" aria-label="Phone Numbers">Phone Numbers</a></li> <li><a href="/stats/clery_form/" title="CSA Reporting Form" aria-label="CSA Reporting Form">CSA Reporting Form</a></li> <li><a href="/services/ride_along.cfm" title="Ride Along" aria-label="Ride Along">Ride Along</a></li> <li><a href="/contact/submit_tip.cfm" title="Submit a Tip" aria-label="Submit a Tip">Submit a Tip</a></li> <li><a href="/contact/index.cfm?form=praise" title="Praise an Employee" aria-label="Praise an Employee">Praise an Employee</a></li> <li><a href="/contact/complaint.cfm" title="File a Complaint" aria-label="File a Complaint">File a Complaint</a></li> </ul> </section> <section id="umpd-news"> <h2><a href="https://umpdnews.umd.edu" title="UMPD News">UMPD News</a></h2> <ul> <li><a href="https://umpdnews.umd.edu/umd-community-notice-11252024" target="_blank">UMD Community Notice 11/25/2024</a></li> <li><a href="https://umpdnews.umd.edu/trunk-or-treat" target="_blank">Trunk or Treat</a></li> <li><a href="https://umpdnews.umd.edu/save-date-dea-national-prescription-drug-take-back-day" target="_blank">Save the Date for DEA National Prescription Drug Take Back Day</a></li> <li><a href="https://umpdnews.umd.edu/umd-advisory-10192024" target="_blank">UMD Advisory 10/19/2024</a></li> <li><a href="https://umpdnews.umd.edu/information-e-scooter-cases" target="_blank">Information on E-Scooter Cases</a></li> <li><a href="https://umpdnews.umd.edu/umd-community-text-alert-10182024" target="_blank">UMD Community Text Alert 10/18/2024</a></li> <li><a href="https://umpdnews.umd.edu/accepting-applications-spring-2025-citizens-police-academy" target="_blank">Accepting Applications for Spring 2025 Citizens Police Academy </a></li> </ul> </section> <section id="social"> <h2>Social Media</h2> <p style="text-align: center"> <a href="https://www.facebook.com/UMDPoliceDept" target="_blank" aria-label="UMPD Facebook"><img src="/resources/images/facebook.png" onmouseover="this.src='/resources/images/facebook_hover.png'" onmouseout="this.src='/resources/images/facebook.png'" /></a> <a href="https://twitter.com/UMPD" target="_blank" aria-label="UMPD Twitter"><img src="/resources/images/twitter.png" onmouseover="this.src='/resources/images/twitter_hover.png'" onmouseout="this.src='/resources/images/twitter.png'" /></a> <a href="https://umpdnews.umd.edu/" target="_blank" aria-label="UMPD News"><img src="/resources/images/blog.png" onmouseover="this.src='/resources/images/blog_hover.png'" onmouseout="this.src='/resources/images/blog.png'" /></a> </p> </section> </aside> </div> <footer> <a href="https://adminvp.umd.edu/" target="_blank" aria-label="Division of Administration">Division of Administration</a> | <a href="https://alert.umd.edu" target="_blank" aria-label="UMD Alert System">UMD Alert System</a> | <a href="https://adminvp.umd.edu/ethics-integrity-and-compliance-reporting" target="_blank" aria-label="Ethics, Integrity and Compliance Reporting">Ethics, Integrity and Compliance Reporting</a> | <a href="https://umd.edu/web-accessibility" target="_blank" aria-label="Web Accessibility">Web Accessibility</a> <br><br> The University of Maryland Police Department is accredited by the Commission on Accreditation for Law Enforcement Agencies (CALEA) <a href="https://www.calea.org/" target="_blank"><img src="/resources/images/calea.jpg" /></a> </footer> </div> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-37710790-2', 'auto', {'allowLinker': true}); ga('require', 'linker'); ga('linker:autoLink', ['umd.edu', 'universityofmarylandpolice.com', 'umdps.net']); ga('send', 'pageview'); </script> </body> <!-- InstanceEnd --></html>