WHOIS Service

lookoutnewspaper.com - information about domain

  • Server Status: available
  • Server IP: 216.157.108.62
  • Server Response Time: 443ms

Site title

CFB Esquimalt Lookout | Navy News Online

Alexa information

Alexa rank: 3,465,937

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
lookoutnewspaper.com IN A 216.157.108.62 14400
lookoutnewspaper.com IN SOA 14400 mname: ns1.riverendconsulting.ca
rname: projects.lookoutnewspaper.com
serial: 1329943243
refresh: 3600
retry: 3600
expire: 86400
minimum-ttl: 1800
lookoutnewspaper.com IN MX 14400 mail.riverendconsulting.ca pri: 10
lookoutnewspaper.com IN NS 14400 ns2.riverendconsulting.ca
lookoutnewspaper.com IN NS 14400 ns1.riverendconsulting.ca

Server Location

Site source

Show / hide source
                
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META HTTP-EQUIV='CACHE-CONTROL' CONTENT='NO-CACHE' />
<META HTTP-EQUIV='PRAGMA' CONTENT='NO-CACHE' />

<title>CFB Esquimalt Lookout | Navy News Online</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta NAME="publisher" CONTENT="River End Consulting Ltd." />
<meta name="ROBOTS" content="all,index,follow" />
<META NAME="MSSmartTagsPreventParsing" CONTENT="TRUE" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="language" content="en-us" />

<link href="/eventCal/theme/default/esstyle.css" rel="stylesheet" type="text/css"/>
<style type="text/css">
<!--
.s21 {background-color: #A4F0E5;}
.s25 {background-color: #FFFAAD;}
.s22 {background-color: #8BA88F;}
.s23 {background-color: #AF70DA;}
.s24 {background-color: #878DC7;}
.s26 {background-color: #AEE1F2;}
.s29999 {background-color: #FFC18A;}
-->
</style>
<link href="http://www.lookoutnewspaper.com/css/styles.css" rel="stylesheet" type="text/css" media="screen" />
<link href="http://www.lookoutnewspaper.com/css/sidebar.css" rel="stylesheet" type="text/css" media="screen" />
<link href="http://www.lookoutnewspaper.com/css/superfish.css" rel="stylesheet" type="text/css" media="screen" />

<script type="text/javascript" src="http://www.lookoutnewspaper.com/js/jquery-1.2.6.min.js"></script>
<script type="text/javascript" src="http://www.lookoutnewspaper.com/js/hoverIntent.js"></script>
<script type="text/javascript" src="http://www.lookoutnewspaper.com/js/superfish.js"></script>


<script type="text/javascript" src="http://www.lookoutnewspaper.com/js/rounded.js"></script>
<script src="http://www.lookoutnewspaper.com/js/dw_event.js" type="text/javascript"></script>
<script src="http://www.lookoutnewspaper.com/js/dw_cookies.js" type="text/javascript"></script>
<script src="http://www.lookoutnewspaper.com/js/dw_sizerdx.js" type="text/javascript"></script>
<script type="text/javascript">
// setDefaults arguments: size unit, default size, minimum, maximum
// optional array of elements or selectors to apply these defaults to
dw_fontSizerDX.setDefaults("px",12 , 9, 26, ['div#story p'] );

// set arguments: default size, minimum, maximum
// array of elements or selectors to apply these settings to
dw_fontSizerDX.set(18, 12, 48, ['div#main h2'] );

dw_Event.add( window, 'load', dw_fontSizerDX.init );
</script>
<script type="text/javascript">

        // initialise plugins
        jQuery(function(){
            jQuery('ul.sf-menu').superfish();
        });
</script>

<script src="http://www.lookoutnewspaper.com/js/prototype.js" type="text/javascript"></script>
<script src="http://www.lookoutnewspaper.com/js/effects.js" type="text/javascript"></script>
<script src="http://www.lookoutnewspaper.com/js/validation.js" type="text/javascript"></script>
<script src="http://www.lookoutnewspaper.com/js/scripts.js" type="text/javascript"></script>

<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript -

imgs = new Array();
imgs[1] = "footer_rb/2guysandapress_DOT_com.jpg";imgs[2] = "footer_rb/postedtohalifax_DOT_com.jpg";imgs[3] = "footer_rb/cambridgesuiteshalifax_DOT_com.jpg";imgs[4] = "footer_rb/lookoutnewspaper_DOT_com_DIR_davidhale_DOT_html.jpg";imgs[5] = "footer_rb/theovation_DOT_ca.jpg";

newplace = new Array();
newplace[1] = "http://www.2guysandapress.com";newplace[2] = "http://www.postedtohalifax.com";newplace[3] = "http://www.cambridgesuiteshalifax.com";newplace[4] = "http://www.lookoutnewspaper.com/davidhale.html";newplace[5] = "http://www.theovation.ca";
var timer = null
var     counter = 1

function image_maker() {
        timer=setTimeout("image_maker()", 4000);
        counter++;
        if (counter > 5)
        counter = 1;
        document.imageSpot.src = imgs[counter];
}

function gothere() {
        counter2 = counter;
        window.location.href = newplace[counter2];
}

// - End of JavaScript - -->
</SCRIPT>
<script type="text/javascript">
var EPCmo = 03;
var EPCyr = 2012;
function loadurl(dest, EPCnav) { 
try { 
xmlhttp = window.XMLHttpRequest?new XMLHttpRequest(): 
new ActiveXObject("Microsoft.XMLHTTP"); 

catch (e) {}
xmlhttp.onreadystatechange = triggered; 
if (EPCnav==2) {EPCmo = 03; EPCyr = 2012;}
if (EPCnav==1) {EPCmo--; if (EPCmo < 1) {EPCmo = 12; EPCyr --;}}
if (EPCnav==3) {EPCmo++; if (EPCmo > 12) {EPCmo = 1; EPCyr ++;}}
xmlhttp.open("GET", dest + "?mo=" + EPCmo + "&yr=" + EPCyr + "&EPCajax=1"); 
xmlhttp.send(null); } 
function triggered() { 
if ((xmlhttp.readyState == 4) && (xmlhttp.status == 200)) { 
document.getElementById("EPCcalendar").innerHTML = xmlhttp.responseText; } }
</script>
  </head>
<body onLoad="image_maker();">

<div id="container">
<div id="header">

<style type="text/css">
.dmcontent_container {float:right;margin-top:0px;margin-left:8px;text-align: center;width: 135px;height: 102px;}
.dmcontent_title {text-align: center; height: 20px; line-height: 20px; font-family: Arial, Sans-Serif; font-size: 12px; font-weight: bold;width: 135px;color: #FFFFFF;background-color: #336699;}
.dmcontent_body {overflow-y: auto; text-align: left;font-family: Arial, Sans-Serif; line-height: 18px; font-size: 12px; margin-left: auto; margin-right: auto;width: 133px;height: 81px;color: #336699;background-color: #FFFFFF;}
.dmcontent_link {text-decoration: none;color: #336699;}
</style>
<a href='http://www.Melroselane.ca' target='_BLANK'><img src='http://www.lookoutnewspaper.com/square/Melroselane_DOT_ca.jpg' border='0' align='right' style='padding-left:30px;' alt='Navy News'/></a>


<a href='http://www.victoriarealestateservice.com/silver_custom.asp' target='_BLANK'><img src='http://www.lookoutnewspaper.com/rectangle/victoriarealestateservice_DOT_com_DIR_silver_custom_DOT_asp.jpg' border='0' align='right' style='padding-left:50px;' alt='Top Image' width='370' height='102'/></a>


<div id="header_line">
    <h1 class="cfb">CFB Esquimalt, Home of the Canadian Pacific Fleet</h1>
    <h1 class="date">March 26, 2012  | Vol 57 | 13 &nbsp;</h1>
</div><!-- end #header_line -->
</div><!-- end #header -->

<div id="nav1">
<div class="buttonmenu">
<ul class="sf-menu">
    <li><a href="http://www.lookoutnewspaper.com/index.php">Home</a>
        <ul>
             <li><a href="http://www.lookoutnewspaper.com/newspaper.php">Current Edition PDF</a></li>
            <li><a href="http://www.lookoutnewspaper.com/top-stories.php">Top Stories</a></li>
            <li><a href="http://www.lookoutnewspaper.com/photo-gallery.php">Photo Gallery</a></li>
            <!-- <li><a href="http://www.lookoutnewspaper.com//forum">Forum</a></li> -->
        </ul>
    </li>
    <li><a href="http://www.lookoutnewspaper.com/classifieds-read-ads.php">Classifieds</a>
        <ul>
            <li><a href="http://www.lookoutnewspaper.com/classifieds-read-ads.php">Read Ads</a></li>
            <li><a href="http://www.lookoutnewspaper.com/classifieds-place-ad.php">Place Ad</a></li>
            <!--<li><a href="http://www.lookoutnewspaper.com/md-rates.php">Military Discount</a></li>-->
        </ul>
 </li>
     <li><a href="http://www.lookoutnewspaper.com/victoria-real-estate.php">Real Estate</a>
             <ul>
                 <li><a href="http://www.lookoutnewspaper.com/victoria-real-estate.php">Victoria</a></li>
             </ul>
     </li>
     <li><a href="http://www.lookoutnewspaper.com/subscribe.php">Subscribe</a></li>
     <li><a href="http://www.lookoutnewspaper.com/advertise.php">Advertise</a>
         <ul>
            <li><a href='http://www.lookoutnewspaper.com/advertise-rates.php'>Rates</a></li>
            <li><a href='http://www.lookoutnewspaper.com/advertise-demographics.php'>Demographics</a></li>
            <li><a href='http://www.lookoutnewspaper.com/advertise-hiring.php'>Now Hiring</a></li>
        </ul>
     </li>
     <li><a href="http://www.lookoutnewspaper.com/submissions.php">Submissions</a>
             <ul>
                 <li><a href='http://www.lookoutnewspaper.com/story-submission.php'>Story Submissions</a></li>
                 <li><a href='http://www.lookoutnewspaper.com/send-a-file.php'>Send A File</a></li>
             </ul>
     </li>
      <li><a href="http://www.lookoutnewspaper.com/navy-page/index.php">Navy Pages</a>
          <ul>
              <li><a href="http://www.lookoutnewspaper.com/navy-page/index.php">Canadian Pacific Fleet</a>
              <li><a href="http://www.lookoutnewspaper.com/careers.php">Careers</a>
              <li><a href="http://www.lookoutnewspaper.com/military-links.php">Military Links</a>
          </ul>
      </li>
      <li><a href="http://www.lookoutnewspaper.com/newspaper.php#archives">Archives</a></li>
      <li><a href="http://www.lookoutnewspaper.com/contact.php">Contact</a></li>
</ul></div><!-- end #buttonmenu -->


<div id="ContentWrap">
<dl>
    <dt>&nbsp;</dt>
<dd>
<div id="sidebar">
    <img src='images/advertisers_quick_links.jpg' alt="Advertiser Quick Links" border='0' align='center' style="padding-left:10px;"/>
    <div class="side_brown rounded">
    <center>
        <!-- advertiser quick links -->
        <div id='QuickLink1' style='min-height:160px;'>
                        <table>
                            <tr>
                                <td align='center'>
                                    <a href='http://www.englishinn.ca/cfb' target='_BLANK'>
                                        <img src='http://www.lookoutnewspaper.com/quick_links/2011-08-29-english-inn.gif' alt='Boutique Hotel English Inn' hspace='5' vspace='5' align='center' border='0' width='180' height='120'/>
                                    </a>
                                </td>
                            </tr>
                            <tr>
                                <td align='center'><strong>Boutique Hotel English Inn</strong><br />
                                      250-388-4353<br />
                                      <a href='http://www.englishinn.ca/cfb' target='_BLANK'>go to website>></a>
                                  </td>
                        </table>
                        </div><div id='QuickLink2' style='display:none;min-height:160px;'>
                            <table>
                                <tr>
                                    <td align='center'>
                                        <a href='http://www.crddistribution.ca/' target='_BLANK'>
                                            <img src='http://www.lookoutnewspaper.com/quick_links/2012-02-03-Dahle.gif' alt='CRD Distribution Inc.' hspace='5' vspace='5' align='center' border='0' width='180' height='120'/>
                                        </a>
                                    </td>
                                </tr>
                                <tr>
                                    <td align='center'><strong>CRD Distribution Inc.</strong><br />
                                          1.877.974.3678<br />
                                          <a href='http://www.crddistribution.ca/' target='_BLANK'>go to website>></a>
                                      </td>
                            </table>
                            </div><div id='QuickLink3' style='display:none;min-height:160px;'>
                            <table>
                                <tr>
                                    <td align='center'>
                                        <a href='http://www.theovation.ca/' target='_BLANK'>
                                            <img src='http://www.lookoutnewspaper.com/quick_links/2011-07-08-2009-03-29-ovation.jpg' alt='The Ovation Condos' hspace='5' vspace='5' align='center' border='0' width='180' height='120'/>
                                        </a>
                                    </td>
                                </tr>
                                <tr>
                                    <td align='center'><strong>The Ovation Condos</strong><br />
                                          250.590.2710<br />
                                          <a href='http://www.theovation.ca/' target='_BLANK'>go to website>></a>
                                      </td>
                            </table>
                            </div><div id='QuickLink4' style='display:none;min-height:160px;'>
                            <table>
                                <tr>
                                    <td align='center'>
                                        <a href='http://www.rwglobal.com/~davidhale/listing2.html?building_id=125585' target='_BLANK'>
                                            <img src='http://www.lookoutnewspaper.com/quick_links/2012-03-08-quick-link.jpg' alt='David Hale Realtor' hspace='5' vspace='5' align='center' border='0' width='180' height='120'/>
                                        </a>
                                    </td>
                                </tr>
                                <tr>
                                    <td align='center'><strong>David Hale Realtor</strong><br />
                                          250-812-7277<br />
                                          <a href='http://www.rwglobal.com/~davidhale/listing2.html?building_id=125585' target='_BLANK'>go to website>></a>
                                      </td>
                            </table>
                            </div><div id='QuickLink5' style='display:none;min-height:160px;'>
                            <table>
                                <tr>
                                    <td align='center'>
                                        <a href='http://www.bwalk.com/RentApartments/British%20Columbia/Victoria/' target='_BLANK'>
                                            <img src='http://www.lookoutnewspaper.com/quick_links/2011-12-05-CFB-online-dark-blue_01DEC2011.jpg' alt='Boardwalk' hspace='5' vspace='5' align='center' border='0' width='180' height='120'/>
                                        </a>
                                    </td>
                                </tr>
                                <tr>
                                    <td align='center'><strong>Boardwalk</strong><br />
                                          250-405-3450<br />
                                          <a href='http://www.bwalk.com/RentApartments/British%20Columbia/Victoria/' target='_BLANK'>go to website>></a>
                                      </td>
                            </table>
                            </div><div id='QuickLink6' style='display:none;min-height:160px;'>
                            <table>
                                <tr>
                                    <td align='center'>
                                        <a href='http://canadianmilitaryrelocation.com' target='_BLANK'>
                                            <img src='http://www.lookoutnewspaper.com/quick_links/2010-02-08-rc_alex_burns.jpg' alt='Realtor Alex Burns' hspace='5' vspace='5' align='center' border='0' width='180' height='120'/>
                                        </a>
                                    </td>
                                </tr>
                                <tr>
                                    <td align='center'><strong>Realtor Alex Burns</strong><br />
                                          800-663-2121<br />
                                          <a href='http://canadianmilitaryrelocation.com' target='_BLANK'>go to website>></a>
                                      </td>
                            </table>
                            </div></center></div>
                    <ul class='sidemenu'><li class='sidemenu'><a href='http://www.crddistribution.ca/' target='_BLANK' onMouseover="javascript:showQuickLink('QuickLink2');">CRD Distribution Inc.</a></li><li class='sidemenu'><a href='http://www.theovation.ca/' target='_BLANK' onMouseover="javascript:showQuickLink('QuickLink3');">The Ovation Condos</a></li><li class='sidemenu'><a href='http://www.rwglobal.com/~davidhale/listing2.html?building_id=125585' target='_BLANK' onMouseover="javascript:showQuickLink('QuickLink4');">David Hale Realtor</a></li><li class='sidemenu'><a href='http://www.bwalk.com/RentApartments/British%20Columbia/Victoria/' target='_BLANK' onMouseover="javascript:showQuickLink('QuickLink5');">Boardwalk</a></li><li class='sidemenu'><a href='http://canadianmilitaryrelocation.com' target='_BLANK' onMouseover="javascript:showQuickLink('QuickLink6');">Realtor Alex Burns</a></li> <li class='sidemenu'><a href='http://www.englishinn.ca/cfb' target='_BLANK' onMouseover="javascript:showQuickLink('QuickLink1');">Boutique Hotel English Inn</a></li></ul>
<div class="side_white rounded">
<H3><a href='http://www.coastalcycle.com/' target='BLANK'>Coastal Cycle<br>10% off parts/accessories</a></H3><!-- <a href="http://www.lookoutnewspaper.com/military-discount.php" target="_blank">Local Discounts</a>
  |<a href="http://www.lookoutnewspaper.com/mdp_guide/" target="_BLANK">  Local</a> 
<a href="http://www.cfappreciation.ca/Pages/default.aspx" target="_BLANK">National</a><br> -->
<p><a href="http://www.cfappreciation.ca" target="_blank">CF Appreciation Program</a></p>
</div>
</div>
<!-- end #sidebar -->

<div id="innertube">

  <div id="sizer">
    <p>Text Size
    <a href="#" title="Increase text size" class="increase" ><img src="http://www.lookoutnewspaper.com/images/plus.gif" alt="Increase Text" width="20" height="20" border="0" /></a>
    <a class="decrease" href="#" title="Decrease text size"><img src="http://www.lookoutnewspaper.com/images/minus.gif" alt="Decrease Text" width="20" height="20" border="0" /></a>
    <a class="reset" href="#" title="Restore default font-sizes"><img src="http://www.lookoutnewspaper.com/images/reset.gif" alt="Reset Text" width="20" height="20" border="0" /></a></p>
    </div>
<script type="text/JavaScript">
  var ol_width=250;
  var ol_delay=100;
  var ol_fgcolor="#FFFFFF";
  var ol_bgcolor="#AAAAAA";
  var ol_offsetx=10;
  var ol_offsety=10;
  var ol_border=1;
  var ol_vauto=1;
</script>
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div><script type="text/JavaScript" src="/eventCal/overLIB/overlib_mini.js"><!-- overLIB (c) Erik Bosrup --></script>
    <!-- page heading -->
     <P><img src='images/headers/in_the_news_this_week.gif' border='0' /></p>
     <P><HR color="#CCCCCC"></P>
    <!-- page heading -->

    <!-- page content --><center>
    <div id="story" style="background-image:url(images/home_background.jpg);background-repeat:no-repeat;padding:20px 10px 0px 0px;">

        <table width="550" border="0" align="center" cellpadding="2" cellspacing="0" >
        <tr>
        <td align="center" width="235px" height="168px;" valign='top' >
        <div style="float:left;width:235px;" align='center'>
              <table border="0" width="235px">
              <tr><td bgcolor='#CCCCCC' style='padding:3px;' align='left' width='100%' class='top_story_bar'>
                                      <strong>Submarines eye goal line</strong><br />
                                    </td></tr>
                              <tr><td bgcolor='#FFFFFF' style='padding:3px;' align='left' width='100%' class='top_story_bar'>
                                      <a href='top-stories.php?id=652'>FULL STORY>></a>
                                    </td></tr><tr><td bgcolor='#CCCCCC' style='padding:3px;' align='left' width='100%' class='top_story_bar'>
                                      <strong>Maritime Museum of B.C.</strong><br />
                                    </td></tr>
                              <tr><td bgcolor='#FFFFFF' style='padding:3px;' align='left' width='100%' class='top_story_bar'>
                                      <a href='top-stories.php?id=651'>FULL STORY>></a>
                                    </td></tr><tr><td bgcolor='#CCCCCC' style='padding:3px;' align='left' width='100%' class='top_story_bar'>
                                      <strong>Fitness at sea</strong><br />
                                    </td></tr>
                              <tr><td bgcolor='#FFFFFF' style='padding:3px;' align='left' width='100%' class='top_story_bar'>
                                      <a href='top-stories.php?id=650'>FULL STORY>></a>
                                    </td></tr><tr><td bgcolor='#CCCCCC' style='padding:3px;' align='left' width='100%' class='top_story_bar'>
                                      <strong>ANA Signal School</strong><br />
                                    </td></tr>
                              <tr><td bgcolor='#FFFFFF' style='padding:3px;' align='left' width='100%' class='top_story_bar'>
                                      <a href='top-stories.php?id=649'>FULL STORY>></a>
                                    </td></tr>              </table>
              </div>
            </td>
        <td>&nbsp;</td>
        <td width="235" height="168px;" align="center" valign="top" style="background-image:url(images/home_07.jpg);background-repeat:no-repeat;padding-top:10px;">
        <div class="style1" style="float:left;width:214px;" align='center'>
        <img src="images/home_03.jpg" alt="Navy Photo Gallery" width="126" height="101" />
        </div>
        <br />
        <div class="style1" style="background-color:#6a768d;float:left;width:214px;" align='center'>Photo Gallery</div>
        <div class="style1" style="float:left;width:214px;" align='center'>
        <a href="photo-gallery.php">GO NOW >></a></td>
        </div>
        </tr>
        <tr><td colspan="2">&nbsp;</td></tr>
        <tr>
        <td width="235" height="168px;" align="center" valign="top" style="background-image:url(images/home_07.jpg);background-repeat:no-repeat;padding-top:10px;">
        <div class="style1" style="float:left;width:214px;" align='center'>
        <img src="images/issue.jpg" alt="Navy News" alt="Canadian Forces Newspaper" />
        </div>
        <br />
        <center>
        <div class="style1" style="background-color:#6a768d;float:left;width:214px;" align='center'>PDF of current issue</div>
        <div class="style1" style="float:left;width:214px;" align='center'>
        <a href="newspaper.php">GO NOW >></a>
        </div>
        <p>&nbsp;</p>
        <div class="style1" style="background-color:#6a768d;float:left;width:214px;" align='center'>Archived Back Issues</div>
        <div class="style1" style="float:left;width:214px;" align='center'>
        <a href="newspaper.php#archives">GO NOW >></a></td>
</div>
        <td>&nbsp;</td>
        <td width="235" height="168px;" align="center" valign="top" style="background-image:url(images/home_07.jpg);background-repeat:no-repeat;padding-top:10px;">
        <div class="style1" style="float:left;width:214px;" align='center'>
        <img src="images/home_10.jpg" alt="Navy Photo Gallery" width="126" height="101" />
        </div>
        <br />

        <div class="style1" style="background-color:#6a768d;float:left;width:214px;" align='center'>15th Annual French Festival</div>
        <br />
        <a href='http://www.youtube.com/watch?v=95GizUtthz4&context=C4b3f9afADvjVQa1PpcFM9fC4z0eDKbUFY0AzOn927nbKFWgvK408=' target='BLANK'>WATCH VIDEO >></a>        </td>
        </tr>
        </table>

    </div></center>
    <!-- page content -->


    <!-- content banner rotation -->


    <div align="center" style="padding-top:20px;">
        <a href="#" target="_blank"><IMG SRC="footer_rb/theovation_DOT_ca.jpg" BORDER="0" NAME="imageSpot" onclick="javascript:gothere()"></a>
    </div>
    <!-- content banner rotation -->


    </div><!-- end #innertube -->

<br class="clearfloat" />

<div id="footer">

<div class="box rounded">
<p><a href="http://www.lookoutnewspaper.com/rounders-bus.php" target="_blank"><img src="http://www.lookoutnewspaper.com/images/rounders.jpg" alt="Industrial Trade Show" border="0" /></a></p>
<p><a href="https://www.facebook.com/groups/MilitaryDiscounts" target="_blank"><img src="http://www.lookoutnewspaper.com/images/informer.jpg" alt="Industrial Trade Show" border="0" /></a></p>
</div><!-- end #box 1-->


<div class="box rounded">
<p><a href="http://www.lookoutnewspaper.com/navy-page/index.php" target="_blank"><img src="http://www.lookoutnewspaper.com/images/mf-box2-1.gif" alt="Canadian Pacific Navy" width="175" height="42" border="0" /></a></p>
<p><a href="http://www.youtube.com/watch?v=M_iWSbiLoM8" target="_blank"><img src="http://www.lookoutnewspaper.com/images/mf-box2-2.gif" alt="History of Esquimalt Video" width="175" height="42" border="0" /></a></p>
<p><a href="http://www.esquimaltmfrc.com/fundraising/index.php#brick" target="_blank"><img src="http://www.lookoutnewspaper.com/images/mf-box2-3.gif" alt="Commemorative Brick Fundraiser" width="175" height="42" border="0" /></a></p>
<p><a href="http://www.esquimaltmfrc.com/fundraising/index.php" target="_blank"><img src="http://www.lookoutnewspaper.com/images/mf-box2-4.gif" alt="Donate to MFRC" width="175" height="42" border="0" /></a></p>
</div>
<!-- end #box 2-->

<div class="box rounded">
<!-- Facebook Fan Badge START -->
<div style="margin:auto;height:170px;width:80%;padding-top:5px;">
       <div style="background: #3B5998;padding: 5px;"><img src="http://www.facebook.com/images/fb_logo_small.png
" alt="Facebook"/><img src="http://badge.facebook.com/badge/284254202344.100000625027429.1834950001.png
" alt="" width="0" height="0"/></div>
       <div style="background: #EDEFF4;display: block;border-right:
1px solid #D8DFEA;border-bottom: 1px solid #D8DFEA;border-left: 1px solid #D8DFEA;margin: 0px;padding: 0px 0px 5px 0px;">
         <div style="background: #EDEFF4;display: block;padding: 5px;">
           <table cellspacing="0" cellpadding="0" border="0">
             <tr>
               <td valign="top"><img src="http://www.facebook.com/images/icons/fbpage.gif
" alt=""/></td>
               <td valign="top"><p style="color: #808080;font-family:
verdana;font-size: 11px;margin: 0px 0px 0px 0px;padding: 0px 8px 0px 8px;"><a href="http://www.facebook.com/people/Lookout-Newspaper/100000625027429
" title="Lookout Newspaper" target="_TOP" style="color: #3B5998;font-
family: verdana;font-size: 11px;font-weight: normal;margin:
0px;padding: 0px 0px 0px 0px;text-decoration: none;">Lookout Newspaper</a> is a fan of</p></td>
             </tr>
           </table>
         </div>
         <div style="background: #FFFFFF;clear: both;display:
block;margin: 0px;overflow: hidden;padding: 5px;">
           <table cellspacing="0" cellpadding="0" border="0">
             <tr>
               <td valign="middle"><a href="http://www.facebook.com/pages/Lookout-Newspaper-Navy-News/284254202344
" title="Lookout Newspaper Navy News" target="_TOP" style="border:
0px;color: #3B5998;font-family: verdana;font-size: 12px;font-weight:
bold;margin: 0px;padding: 0px;text-decoration: none;">Lookout Newspaper Navy News</a></td>
             </tr>
           </table>
           <p><a href="http://lookoutlife.wordpress.com/" title="Lookout Life" target="_blank"> LOOKOUT LIFE BloG         </a></p>
         </div>
       </div>       
   <div align="center" style='padding-top:5px;'><a href="http://www.twitter.com/Lookout_news"  
target="_blank"><img src="http://twitter-badges.s3.amazonaws.com/follow_bird-c.png
" alt="Follow Lookout_news on Twitter" border='0'/></a></div>       
      

     </div>
<!-- Facebook Fan Badge END -->

<br />


</div>
<!-- end #box 3-->

<div class="box rounded">
<p><a href="http://www.forces.gc.ca/site/news-nouvelles/fallen-disparus/index-eng.asp" target='_blank'><img src='http://www.lookoutnewspaper.com/images/fallen-troops.jpg' border='0' /></a></p>
<p><a href="http://www.forces.gc.ca/site/commun/message/index-eng.asp" target='_blank'><img src='http://www.lookoutnewspaper.com/images/write-troops.jpg' border='0' /></a></p>
<p><iframe marginheight="0" marginwidth="0" name="wxButtonFrame" id="wxButtonFrame" height="50" src="http://btn.weather.ca/weatherbuttons/template8.php?placeCode=CABC0313&category0=Cities&containerWidth=150&btnNo=&backgroundColor=blue&multipleCity=&citySearch=0&celsiusF=C" align="top" frameborder="0" width="150" scrolling="no"></iframe>
    </p>

<P>&nbsp;</p>
</div><!-- end #box 4-->
<br class="clearfloat" />


</div><!-- end #footer-->

</dd>
</dl>
</div><!-- end #ContentWrap -->





<div id="copyright">
  <p>2012 Copyright The Lookout Newspaper - A Division of Personnel Support Programs<br /><a href='http://www.seriouslycreative.ca' target="_blank">maintained by Seriously Creative Design</a></p>
</div><!-- end #copyright -->


</div><!-- end #container -->

<script type="text/javascript"> Rounded('rounded', 12, 12); </script>
<!-- Site Meter -->
<script type='text/javascript' src='http://sm6.sitemeter.com/js/counter.js?site=sm6navynews'>
</script>
<noscript>
<a href='http://sm6.sitemeter.com/stats.asp?site=sm6navynews' target='_top'>
<img src='http://sm6.sitemeter.com/meter.asp?site=sm6navynews' alt='Site Meter' border='0'/></a>
</noscript>
<!-- Copyright (c)2006 Site Meter -->

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-5332712-5");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...