123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {% extends "base.html" %}
- {% block content %}
- <td colspan="2" align="center" valign="top" bgcolor="white" width="560">
- <table width="558" border="0" cellspacing="8" cellpadding="0" height="">
- <tr height="83">
- <td colspan="2" align="center" valign="top" width="542" height="83">
- <p><a href="/about/contact-us/">Contact Us</a> <font color="#339999">•</font> <a href="/about/advertise/">Advertise With Us</a> <font color="#339999">•</font> <a href="/about/who-we-are/">Who We Are</a> <font color="#339999">•</font> <a href="/about/our-local-focus/">Our Local Focus</a><br>
- <a href="/about/subscriptions/">Subscriptions</a> <font color="#339999">•</font> <a href="/about/deadlines/">Deadlines</a> <font color="#339999">•</font> <a href="/about/you-are-the-news/">You Are The News</a><br>
- <br>
- <img src="{{MEDIA_URL}}images/headers/advertise542.gif" alt="Advertise with us" height="32" width="542" border="0"></p> </td>
- </tr>
- <tr>
- <td width="267" align="left" valign="top">
- <h2><hr size="1">
- Contact Information</h2>
- <hr size="1">
- <h3><b>Display Advertising<br>
- </b>Sales Representatives</h3>
- <p><b>Kate Lanigan<br>
- </b>207-374-2341<br>
- <SCRIPT TYPE="text/javascript">
- <!--
- // protected email script by Joe Maller
- // JavaScripts available at http://www.joemaller.com
- // this script is free to use and distribute
- // but please credit me and/or link to my site
- emailE=('katel@' + 'pbp.me')
- document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')
- //-->
- </script>
- <NOSCRIPT>
- <em>Email address protected by JavaScript.<BR>
- Please enable JavaScript to contact me.</em>
- </NOSCRIPT><br>
- PO Box 646<br>
- Blue Hill, ME 04614</p>
- <p><b>Corinne Sewall<br>
- </b>207-367-2200<br>
- <SCRIPT TYPE="text/javascript">
- <!--
- // protected email script by Joe Maller
- // JavaScripts available at http://www.joemaller.com
- // this script is free to use and distribute
- // but please credit me and/or link to my site
- emailE=('corinnes@' + 'pbp.me')
- document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')
- //-->
- </script>
- <NOSCRIPT>
- <em>Email address protected by JavaScript.<BR>
- Please enable JavaScript to contact me.</em>
- </NOSCRIPT><br>
- PO Box 36<br>
- Stonington, ME 04681</p>
- <h3><b>Classifieds & Remembrances</b></h3>
- <p><b>Classifieds & Remembrances Manager</b><br>
-
- 207-367-2200<br>
- <SCRIPT TYPE="text/javascript">
- <!--
- // protected email script by Joe Maller
- // JavaScripts available at http://www.joemaller.com
- // this script is free to use and distribute
- // but please credit me and/or link to my site
- emailE=('classifieds@' + 'pbp.me')
- document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')
- //-->
- </script><br>
- <SCRIPT TYPE="text/javascript">
- <!--
- // protected email script by Joe Maller
- // JavaScripts available at http://www.joemaller.com
- // this script is free to use and distribute
- // but please credit me and/or link to my site
- emailE=('obits@' + 'pbp.me')
- document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')
- //-->
- </script>
- <NOSCRIPT>
- <em>Email address protected by JavaScript.<BR>
- Please enable JavaScript to contact me.</em>
- </NOSCRIPT><br>
- PO Box 36<br>
- Stonington, ME 04681</p>
- <hr size="1"> </td>
- <td width="267" height="446" align="left" valign="top">
- <h2>
- <hr size="1">
- Rates & Specs</h2>
- <hr size="1">
- <p><span class="headline"><a href="{{MEDIA_URL}}images/contactus/rate_card_2013.pdf" target="_blank"> Penobscot Bay Press Rate Card</a><br>
- Display, Classifieds, Coming Events, Online, Special Sections and Remembrances</span><br>
- <span class="subhed">Updated 2013</span></p>
- <p> <span class="subhed">Note: This file is in PDF format and requires Adobe® Reader® software to load. For more information or to download Adobe® Reader® please visit <a href="http://www.adobe.com" target="_blank">www.adobe.com.</a></span></p>
- <hr size="1"></td>
- </tr>
- </table>
- </td>
- {% endblock %}
|