function printDiv(eh)
{
var divToPrint=document.getElementById(eh);
var newWin=window.open('','Print-Window');
newWin.document.open();
newWin.document.write('<html><body onload="window.print()">'+divToPrint.innerHTML+'</body></html>');
newWin.document.close();
setTimeout(function(){newWin.close();},10);
}
(function(c, l, a, r, i, t, y) {
c[a] = c[a] || function() {
(c[a].q = c[a].q || []).push(arguments)
};
t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i + "?ref=wordpress";
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "uguy8v1u4s");
var ajaxurl = 'https://www.ampmlock.com/wp-admin/admin-ajax.php';
/*! LoadCSS. [c]2020 Filament Group, Inc. MIT License */
/* This file is meant as a standalone workflow for
- testing support for link[rel=preload]
- enabling async CSS loading in browsers that do not support rel=preload
- applying rel preload css once loaded, whether supported or not.
*/
(function(w){"use strict";var wpacuLoadCSS=function(href,before,media,attributes){var doc=w.document;var ss=doc.createElement('link');var ref;if(before){ref=before}else{var refs=(doc.body||doc.getElementsByTagName('head')[0]).childNodes;ref=refs[refs.length-1]}
var sheets=doc.styleSheets;if(attributes){for(var attributeName in attributes){if(attributes.hasOwnProperty(attributeName)){ss.setAttribute(attributeName,attributes[attributeName])}}}
ss.rel="stylesheet";ss.href=href;ss.media="only x";function ready(cb){if(doc.body){return cb()}
setTimeout(function(){ready(cb)})}
ready(function(){ref.parentNode.insertBefore(ss,(before?ref:ref.nextSibling))});var onwpaculoadcssdefined=function(cb){var resolvedHref=ss.href;var i=sheets.length;while(i--){if(sheets[i].href===resolvedHref){return cb()}}
setTimeout(function(){onwpaculoadcssdefined(cb)})};function wpacuLoadCB(){if(ss.addEventListener){ss.removeEventListener("load",wpacuLoadCB)}
ss.media=media||"all"}
if(ss.addEventListener){ss.addEventListener("load",wpacuLoadCB)}
ss.onwpaculoadcssdefined=onwpaculoadcssdefined;onwpaculoadcssdefined(wpacuLoadCB);return ss};if(typeof exports!=="undefined"){exports.wpacuLoadCSS=wpacuLoadCSS}else{w.wpacuLoadCSS=wpacuLoadCSS}}(typeof global!=="undefined"?global:this))
Ensuring your family’s safety is a top priority throughout the year. While summer vacations and outdoor activities bring joy, it’s crucial to maintain vigilance and implement safety measures in all seasons. Here’s a comprehensive guide to keeping your loved ones secure:
Home Security
Install a reliable home security system
Choose a system with 24/7 professional monitoring
Opt for smart features like mobile app control and video surveillance
Ensure the system includes door and window sensors, motion detectors, and
cameras
Consider adding smoke and carbon monoxide detectors to the system
Secure all entry points
Install sturdy locks on all doors and windows
Use deadbolts on exterior doors for added protection
Consider smart locks for convenient, keyless entry
Reinforce sliding doors with security bars or pins
Create a well-lit exterior
Install motion-activated lights around your property
Use timers on indoor and outdoor lights when away
Illuminate walkways and entrances for safety and deterrence
Maintain landscaping for security
Trim bushes and trees near windows to eliminate hiding spots
Use thorny plants under ground-floor windows as a natural deterrent
Keep your lawn well-maintained to show an active presence
Fire Safety
Install and maintain smoke detectors
Place detectors on every level of your home, including bedrooms
Test detectors monthly and replace batteries annually
Replace smoke detectors every 10 years
Create and practice a fire escape plan
Identify two exits from each room
Designate a family meeting spot outside the home
Conduct fire drills at least twice a year, including nighttime scenarios
Keep fire extinguishers accessible
Place extinguishers in the kitchen, garage, and near potential fire
sources
Teach family members how to use fire extinguishers properly
Check extinguishers annually and replace as needed
Child Safety
Childproof your home
Use safety locks on cabinets containing hazardous items
Cover electrical outlets with safety plugs
Secure furniture and TVs to prevent tipping
Install safety gates at the top and bottom of stairs
Teach water safety
Enroll children in swimming lessons
Always supervise children around water, including pools, bathtubs, and
natural bodies of water
Install proper fencing and locks around home pools
Establish internet safety rules
Use parental controls on devices and home networks
Teach children about online privacy and the dangers of sharing personal
information
Monitor children’s online activities and social media use
Personal Safety
Teach children about stranger danger
Establish a family code word for emergencies
Role-play scenarios to practice safe responses
Teach children to trust their instincts and seek help from trusted adults
Create an emergency contact list
Include phone numbers for family, neighbors, and local emergency services
Keep a copy in a visible location at home and program numbers into
children’s phones
Develop a family communication plan
Designate an out-of-area contact for emergencies
Establish meeting places in case of separation during an emergency
Practice using the plan regularly
Travel Safety
Secure your home before vacations
Use timers on lights and electronics to simulate occupancy
Stop mail and newspaper deliveries or ask a neighbor to collect them
Avoid sharing vacation plans on social media until you return
Prepare for road trips
Have your vehicle serviced before long trips
Pack an emergency kit with first aid supplies, water, and non-perishable
food
Plan your route and share it with a trusted friend or family member
Stay safe in hotels
Use all available locks on hotel room doors
Never open the door without verifying the visitor’s identity
Store valuables in the room safe or hotel’s main safe
Emergency Preparedness
Create an emergency kit
Include water, non-perishable food, first aid supplies, and essential
medications
Add flashlights, batteries, and a hand-crank radio
Include copies of important documents and some cash
Know your area’s emergency plans
Familiarize yourself with local evacuation routes
Understand community warning systems
Know the locations of nearby emergency shelters
Learn basic first aid and CPR
Enroll family members in first aid and CPR courses
Keep first aid manuals easily accessible
Regularly review and practice emergency procedures
Neighborhood Safety
Get to know your neighbors
Participate in neighborhood watch programs
Exchange contact information with trusted neighbors
Look out for each other’s properties and report suspicious activities
Be aware of local crime trends
Stay informed about crime in your area through local police reports or
community apps
Take appropriate precautions based on current trends
Attend community safety meetings when available
Promote a safe community environment
Report broken streetlights or other safety hazards to local authorities
Encourage community clean-up efforts to deter crime
Support local youth programs to provide positive activities for children
and teens
By implementing these comprehensive safety measures, you can significantly
enhance your family’s security and well-being throughout the year. Remember,
safety is an ongoing process that requires regular attention and updates as
your family’s needs and circumstances change. Stay vigilant, stay informed,
and prioritize your family’s safety in all aspects of daily life.
(function( w ){
"use strict";
// rel=preload support test
if( !w.loadCSS ){
w.loadCSS = function(){};
}
// define on the loadCSS obj
var rp = loadCSS.relpreload = {};
// rel=preload feature support test
// runs once and returns a function for compat purposes
rp.support = (function(){
var ret;
try {
ret = w.document.createElement( "link" ).relList.supports( "preload" );
} catch (e) {
ret = false;
}
return function(){
return ret;
};
})();
// if preload isn't supported, get an asynchronous load by using a non-matching media attribute
// then change that media back to its intended value on load
rp.bindMediaToggle = function( link ){
// remember existing media attr for ultimate state, or default to 'all'
var finalMedia = link.media || "all";
function enableStylesheet(){
// unbind listeners
if( link.addEventListener ){
link.removeEventListener( "load", enableStylesheet );
} else if( link.attachEvent ){
link.detachEvent( "onload", enableStylesheet );
}
link.setAttribute( "onload", null );
link.media = finalMedia;
}
// bind load handlers to enable media
if( link.addEventListener ){
link.addEventListener( "load", enableStylesheet );
} else if( link.attachEvent ){
link.attachEvent( "onload", enableStylesheet );
}
// Set rel and non-applicable media type to start an async request
// note: timeout allows this to happen async to let rendering continue in IE
setTimeout(function(){
link.rel = "stylesheet";
link.media = "only x";
});
// also enable media after 3 seconds,
// which will catch very old browsers (android 2.x, old firefox) that don't support onload on link
setTimeout( enableStylesheet, 3000 );
};
// loop through link elements in DOM
rp.poly = function(){
// double check this to prevent external calls from running
if( rp.support() ){
return;
}
var links = w.document.getElementsByTagName( "link" );
for( var i = 0; i < links.length; i++ ){
var link = links[ i ];
// qualify links to those with rel=preload and as=style attrs
if( link.rel === "preload" && link.getAttribute( "as" ) === "style" && !link.getAttribute( "data-loadcss" ) ){
// prevent rerunning on link
link.setAttribute( "data-loadcss", true );
// bind listeners to toggle media back
rp.bindMediaToggle( link );
}
}
};
// if unsupported, run the polyfill
if( !rp.support() ){
// run once at least
rp.poly();
// rerun poly on an interval until onload
var run = w.setInterval( rp.poly, 500 );
if( w.addEventListener ){
w.addEventListener( "load", function(){
rp.poly();
w.clearInterval( run );
} );
} else if( w.attachEvent ){
w.attachEvent( "onload", function(){
rp.poly();
w.clearInterval( run );
} );
}
}
// commonjs
if( typeof exports !== "undefined" ){
exports.loadCSS = loadCSS;
}
else {
w.loadCSS = loadCSS;
}
}( typeof global !== "undefined" ? global : this ) );