CINXE.COM
Adportal Self Service Advertising
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Adportal Self Service Advertising </title> <link rel="stylesheet" type="text/css" href="/obits/dhg/css/custom.css;rev=3.0.33-2-gdeb42286"/> <meta name="keywords" content="Adportal, Wave2, iPublish, Self Service, Advertising" /> <meta name="description" content="Adportal - Self Service Advertising Made Easy, powered by iPublish Media Solutions." /> <meta name="robots" content="index,follow" /> <meta http-equiv=" X-UA-Compatible" content="IE=edge" /> <!--[if IE 9]> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <![endif]--> <link rel="icon" type="image/x-icon" href="/obits/dhg/imgs/favicon.ico"/> <link rel="shortcut icon" type="image/x-icon" href="/obits/dhg/imgs/favicon.ico"/> <script src="/obits/dhg/js/jquery.min.js"></script> <script src="/obits/dhg/js/scriptaculous/prototype.js"></script> <script type="text/javascript"> var contextPath = '/obits'; $jq = window.jQuery.noConflict(); function includeJavaScript(jsFile) { document.write('<script type="text/javascript" src="'+ jsFile + '" '+'defer'+'></scr'+'ipt>'); } </script> <script type="text/javascript">//<![CDATA[ includeJavaScript('/obits/dhg/js/fixto.min.js'); includeJavaScript('/obits/dhg/js/calendar/calendar.min.js'); includeJavaScript('/obits/dhg/js/bootstrap.min.js'); includeJavaScript('/obits/dhg/js/scriptaculous/effects_builder_controls.min.js'); includeJavaScript('/obits/dhg/js/lightbox2/lightbox.js'); includeJavaScript('/obits/dhg/js/lightbox.js'); includeJavaScript('/obits/dhg/js/utils.js'); includeJavaScript('/obits/dhg/js/modalbox/modalbox.js'); //]]></script> <meta property="fb:app_id" content="627334110657988" /> <link href='https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400&display=swap' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap' rel='stylesheet' type='text/css'> <script type="text/javascript"> try { if (self.frameElement && (self.frameElement+"").indexOf("HTMLIFrameElement") > -1) { var cssFile = '/obits/dhg/css/in-iframe.css'; document.write('<link rel="stylesheet" type="text/css" href="'+ cssFile + '"/>'); } } catch (error) { var cssFile = '/obits/dhg/css/in-iframe.css'; document.write('<link rel="stylesheet" type="text/css" href="'+ cssFile + '"/>'); } </script> </head> <body id="body" class="yui-skin-sam home"> <code class="hidden sr-only" style="border:10px double #840A21;color:#840A21;display:block;width:80%;margin:0 auto;padding:10px;text-align:center;font-size:24px"> Please disable all ad blocking software to allow this site to operate correctly.</code> <div id="wrapper" class="wrapper_landing"> <div id="header"> <div><div class="row"><div class="selection"> <a href='https://www.gazettenet.com/'><img id="titleimg" src="/obits/dhg/imgs/adportal/HeaderImage.jpg" alt=""/></a> </div> <img class="fullbanner" alt="Advertisement" src="/obits/dhg/imgs/banners/header_image_right.jpg"/> <a class="h-advertise" target="" href="/obits/dhg/static/advertise.html"><img id="subtitleimg" src="/obits/dhg/imgs/transparent.gif" alt=""/></a> </div> </div></div><link rel="stylesheet" href="/obits/dhg/js/jquery-ui/jquery-ui.css" type="text/css" /> <script type="text/javascript" src="/obits/dhg/js/jquery-ui/jquery-ui.min.js" defer></script> <div id="siteModal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title"> Our Other Papers</h4> <button type="button" class="close" data-dismiss="modal">×</button> </div> <div class="modal-body"> <table class="form"> <tbody> <tr class="form-group"> <td class="label control-label">New Site</td> <td class="inputdiv"> <input id="siteName" name="siteName" class="form-control" /> </td> </tr> </tbody> </table> </div> </div> </div> </div> <script type="text/javascript"> var mode = 'dhg'; var homesite = ''; function stripMessage(str) { var i = str.indexOf('?message='); if (i > 0) return str.substring( 0, i ); return str; } $jq(document).ready(function() { if ($jq('ul.navbar-right').length ) { var html = '<li style="margin-right: 10px;" class="nav-item links-site"><a class="nav-link" type="button" data-toggle="modal" data-target="#siteModal">Our Other Papers</a></li>'; $jq('ul.navbar-right').append(html); } else { var html = '<ul class="nav navbar-nav navbar-right"><li style="margin-right: 10px;" class="links-site"><a type="button" data-toggle="modal" data-target="#siteModal">Our Other Papers</a></li></ul>'; $jq('ul.links.nav.navbar-nav').after(html); } $jq('li.linksadmin-admin').remove(); if (mode && homesite && mode != homesite) { $jq('#homesitebtn').click(function() { var curl = window.location.href; if (curl.indexOf(mode) > -1) window.location.replace(stripMessage(curl.replace(mode, homesite))); else if (curl.indexOf('/home/listItems.html') > -1) window.location.replace(stripMessage(curl.replace('/home/listItems.html', '/'+homesite+'/home/listItems.html'))); }); } var siteList = []; var sites = []; sites.push({label:'Amherst Bulletin (ab)',value:'ab'}); sites.push({label:'Athol Daily News (adn)',value:'adn'}); sites.push({label:'Concord Monitor (cm)',value:'cm'}); sites.push({label:'Greenfield Recorder (gr)',value:'gr'}); sites.push({label:'Monadnock Ledger-Transcript (mlt)',value:'mlt'}); sites.push({label:'Valley News (vn)',value:'vn'}); $jq("#siteName").autocomplete({ source: sites, appendTo: ".inputdiv", minLength: 0 }).focus(function () { $jq(this).autocomplete("search"); }).on('autocompleteselect',function(event,ui){ var curl = window.location.href; if (ui.item.value && mode) { var find = '/'+mode+'/'; if (curl.indexOf(find) > -1) window.location.replace(stripMessage(curl.replace(find, '/'+ui.item.value+'/'))); else if (curl.indexOf('/home/listItems.html') > -1) window.location.replace(stripMessage(curl.replace('/home/listItems.html', '/'+ui.item.value+'/home/listItems.html'))); } }).data('ui-autocomplete')._renderItem = function (ul, item) { return $jq("<li></li>") .data("item.autocomplete", item) .append("<a>" + item.label + "</a>") .appendTo(ul); }; }, false); </script> <div class="links navbar navbar-default navbar-expand-lg" role="navigation"> <div class="container-fluid"> <div class="navbar-brand"> <button type="button" class="navbar-toggle navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse-1"> <span class="navbar-toggler-icon"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <a class="sr-only" href="#">Adportal</a> <div class="collapse navbar-collapse" id="navbar-collapse-1"> <ul class="links nav navbar-nav navbar-left"> <li class="first-child links-home"><a href="/obits/dhg/index.html">Home</a></li> <li class="first-child links-why"><a href="/obits/dhg/static/advertise.html">Why Advertise</a></li> <li class="links-testimonials"><a href="/obits/dhg/static/testimonials.html">Testimonials</a></li> <li class="links-pricing"><a href="/obits/dhg/static/pricing.html">Pricing</a></li> <li class="links-deadlines"><a href="/obits/dhg/static/deadlines.html">Deadlines/Pricing</a></li> <li class="links-faqs"><a href="/obits/dhg/static/faqs.html">FAQs</a></li> <li class="links-spare1"><a href="/obits/dhg/static/spare1.html">Best Practices</a></li> <li class="linksseparator"><!-- --></li> <li class="first-child links-contact"><a href="/obits/dhg/static/contact.html">Contact Us</a></li> <li class="links-spare2"><a href="https://www.legacy.com/obituaries/gazettenet/" target="_blank">View Our Obituaries</a></li> </ul> <ul class="links nav navbar-nav navbar-right"> <li class="links-login"> <a id="linkslogin" href="" data-toggle="modal" data-target="#signinDialog">Login</a> </li> </ul> </div></div> </div> <div class="modal fade" tabindex="-1" id="signinDialog" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <form method="post" action="/obits/j_acegi_security_check"> <div class="modal-header"> <h2 class="modal-title">Sign Into Account</h2> <h4 class="modal-subtitle">If you are a Funeral Home or Crematorium and do not have an online account setup with the Northampton Daily Gazette to enter obituaries, please contact us at 413-585-5324 Monday-Friday between 8:00 am and 4:00 pm so that we may assist you setting up your account.</h4> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> </div> <div class="modal-body"> <div class="form-group login-field "> <label class="control-label">Username</label> <input type="text" name="j_username" id="j_username" class="form-control login" onfocus="prefillClear(this);" onblur="prefillClear(this);" /> <a class="form-text" href="/obits/dhg/usernamereminder.html" tabindex="-1">Forgot Username</a> </div> <div class="form-group login-field "> <label class="control-label">Password</label> <input type="password" name="j_password" id="j_password" class="form-control login"/> <a class="form-text" href="/obits/dhg/passwordreminder.html" tabindex="-1">Forgot Password</a> </div> </div> <div class="modal-footer"> <div class="leftbutton"> <a href="/obits/dhg/adduser.html" class="btn btn-default" style="float:left;">Register</a> </div> <div class="rightbutton"> <div id="login-button"><button type="submit" class="btn btn-default" name="_eventId_submit">Login</button></div> </div> </div> </form> </div></div></div><script type="text/javascript"> // prevent multiple clicks on the same navigator link $jq(document).ready(function(){ $jq(".links > li > a").one("click", function() { $jq(this).not(".dropdown-toggle,#linkslogin").each(function() { $jq(this).click(function () { return false; }); }); }); $jq("#login ul > li > a").one("click", function() { $jq(this).click(function () { return false; }); }); }); function prefillClear(field) { if (field.defaultValue==field.value) { field.value = ''; } else if (field.value == '') { field.value = field.defaultValue; } } $jq('#signinDialog').on('shown.bs.modal', function () { $jq('#j_username').focus(); $jq("#j_username").prop("autofocus"); }); </script> <div id="container" class="container_landing"> <div><div class="row"><div id="login" class="sticky" style="display:none;"> <form method="post" action="https://placead.nne.media/obits/j_acegi_security_check" onsubmit="$('login_button').disable();return true;"> <div class="panel panel-default"> <div class="loginPage panel-heading"> Returning Customer?</div> <div class="loginPageContainer panel-body"> <div class="form-group label-floating "> <label for="j_username" id="username" class="control-label">Username</label> <input type="text" name="j_username" id="j_username" class="form-control" /><br class="hidden"/> </div> <div class="form-group label-floating "> <label for="j_password" id="password" class="control-label">Password</label> <input type="password" name="j_password" id="j_password" class="form-control"/><br class="hidden"/> </div> <input type="hidden" name="mode" value="dhg"/> <input type="submit" class="right button btn" name="_eventId_submit" id="login_button" value="Login"/> </div> <ul class="nav nav-pills"> <li role="presentation"><a href="/obits/dhg/usernamereminder.html">Forgot Username</a></li> <li role="presentation"><a href="/obits/dhg/passwordreminder.html">Forgot Password</a></li> <li role="presentation"><a href="/obits/dhg/adduser.html">Create Account</a></li> </ul> </div> </form> <div class="loginMsg"> </div> <div class="loginMsgImage"> </div> <div class="centerbutton"> <a class="center button" href="/obits/dhg/flow.html?action=jump&categoryName=Obituaries&classificationName=Obituaries">Start Here</a> </div> <img class="halfbanner" alt="Advertisement" src="/obits/dhg/imgs/banners/landing_ad.jpg"/> <div class="halfbanner-text"></div></div> <div id="landing"> <div> <img class="img-responsive" src="/obits/dhg/imgs/adportal/landing_text.png"/> </div> <div> <a class="center button" href="/obits/dhg/flow.html?action=jump&categoryName=Obituaries&classificationName=Obituaries&publicationName=Daily+Hampshire+Gazette">Create a new obituary</a> <p style="font-size:15px;color:#fff;">Individuals/Private Party click the "Create A New Obituary" button above.</p> <p style="font-size:18px;font-weight:bold;color:#fff;">Funeral Homes with Existing Accounts please <a style="color:#f7fc62;text-decoration:underline;" href="" data-toggle="modal" data-target="#signinDialog">log in to your account</a> first.</p> </div> </div> </div></div></div> <div id="footer" class="footer"> <div> <div class="background"> <div class="tagline"> <span class="tagline">Self Service Publishing Made Easy!</span> <img id="footerimg" class="img-responsive" src="/obits/dhg/imgs/adportal/FooterImage.png" alt=""/> </div> </div> <div id="footer-logos"> <div class="hidden-xs col-sm-2"><a target="_blank" href="https://placead.nne.media/obits/ab/index.html"><img class="footerimg" class="img-responsive" src="/obits/dhg/imgs/footer/ab-logo.jpg" alt=""/></a></div> <div class="hidden-xs col-sm-2"><a target="_blank" href="https://placead.nne.media/obits/adn/index.html"><img class="footerimg" class="img-responsive" src="/obits/dhg/imgs/footer/adn-logo.jpg" alt=""/></a></div> <div class="hidden-xs col-sm-2"><a target="_blank" href="https://placead.nne.media/obits/cm/index.html"><img class="footerimg" class="img-responsive" src="/obits/dhg/imgs/footer/cm-logo.jpg" alt=""/></a></div> <div class="hidden-xs col-sm-2"><a target="_blank" href="https://placead.nne.media/obits/dhg/index.html"><img class="footerimg" class="img-responsive" src="/obits/dhg/imgs/footer/dhg-logo.jpg" alt=""/></a></div> <div class="hidden-xs col-sm-2"><a target="_blank" href="https://placead.nne.media/obits/gr/index.html"><img class="footerimg" class="img-responsive" src="/obits/dhg/imgs/footer/gr-logo.jpg" alt=""/></a></div> <div class="hidden-xs col-sm-2"><a target="_blank" href="https://placead.nne.media/obits/mlt/index.html"><img class="footerimg" class="img-responsive" src="/obits/dhg/imgs/footer/mlt-logo.jpg" alt=""/></a></div> <div class="hidden-xs col-sm-2"><a target="_blank" href="https://placead.nne.media/obits/vn/index.html"><img class="footerimg" class="img-responsive" src="/obits/dhg/imgs/footer/vn-logo.jpg" alt=""/></a></div> </div> <div id="wave2copyright"> <span id="application"> i-Publish<sup>®</sup> AdPortal: 3.0.33</span> <a style="color:inherit" href="http://www.ipublishmedia.com" onclick="return false;" target="_blank">©2022 iPublish Media Solutions, LLC</a> </div> <a id="footerTerms" href="#" onclick="window.open('/obits/dhg/info/terms.htm', '_blank', 'status=0,toolbar=0,location=0,width=700,scrollbars=1');">Terms and Conditions</a> </div> </div> </div> <script type="text/javascript">//<![CDATA[ var timeoutEvent = null; var alertEvent = null; function clearSessionTimer() { if (timeoutEvent != null) { clearTimeout(timeoutEvent); timeoutEvent = null; } if (alertEvent != null) { clearTimeout(alertEvent); alertEvent = null; } } function refreshSessionTimer() { clearSessionTimer(); var ts = new Date().getTime(); new Ajax.Request("/obits/dhg/index.html"+"?ts="+ts, { onSuccess: function(transport) { loadSessionTimer(); Modalbox.hide(); } }); } function loadSessionTimer() { var sessionTimeout = 1800; var warningTimeout = 120; // two minutes in seconds if(window.location.pathname.indexOf('/flow.html') != -1 || window.location.pathname.indexOf('/sflow.html') != -1) { clearSessionTimer (); var title = "Warning"; var message = "Due to inactivity, this session is about to expire. <br/>Please press OK ensure your work is not lost."; // Give the user 2 minutes notice. var alert = "Modalbox.show('<div class=\"warning\"><p>"+message+"<\/p><input type=\"button\" class=\"button\" value=\"OK\" onclick=\"refreshSessionTimer()\"/><\/div>', {title:\""+title+"\", width: 300})"; alertEvent = setTimeout(alert, (sessionTimeout - warningTimeout) * 1000); timeoutEvent = setTimeout('window.location="https://placead.nne.media/obits/j_acegi_logout?successURL=%2fobits%2fdhg%2findex.html&clear_cache=adportalCache"', sessionTimeout * 1000); } } $jq(document).ready(loadSessionTimer); // initialize 'sticky' components $jq(document).ready(function() { // bootstrap 3 compliant }); //]]></script> <script src="/obits/dhg/js/custom.js"></script> </body> </html>