Legal – Opinions, All Generalizations are false

LBC.finance

LBC-Finance-Laurentian – Page 2



SECURITY? here’s what google reveals….


I doubt if you’d understand it though, but you should know it is there, vulnerable.





This is Google's cache of https://www.banquelaurentienne.ca/en/personal_banking_services/. It is a snapshot of the page as it appeared on 23 Jul 2017 03:46:02 GMT.

The current page could have changed in the meantime. Learn more

Full versionText-only versionView sourceTip: To quickly find your search term on this page, press Ctrl+F or ⌘-F (Mac) and use the find bar.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<!--
 
                This site is managed 
                By SedNove Inc.
                Copyright © 2000-2005
                All rights reserved.
                Production: Ilya Beletsky
 
Description:    File generated from /includes/pages_accueil_v2/template_particuliers.sn on 2017-07-19 17:16:59 by blainp
 
-->
 
<html lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="copyright" content="Banque Laurentienne - Laurentian bank">
    <meta name="msvalidate.01" content="3AFE476CD8785D05B6C837E498475B4A" />
    <meta name="description" content="Laurentian Bank of Canada is a financial institution whose activities extend across Canada.">
    <meta name="keywords" content="house, lbcDirect, visa, MaxAffaires, branch, ABM, mortgage, investment, pay, credit, planning, education, savings, retirement, finance">
    <meta name="author" content="SedNove Inc.">
    <meta name="location" content="1981, avenue McGill College, bureau 1660 Montréal (Québec) H3A 3K3">
    <meta name="date" content="2017-07-19 17:16:59">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<![endif]-->
    <title>Personal banking - Laurentian Bank of Canada - Personal banking</title>
    <STYLE type="text/css" media="all">@import "/css/style_000000.css";</STYLE>
    <script language="JavaScript1.2" src="/js/script.js"></script>
    <script language="JavaScript1.2" src="/js/fonctions.js"></script>
        <script src="/js/AC_OETags.js" language="javascript"></script>

        <script type="text/javascript" src="/js/flashobject.js"></script>
        
    <script src="/js/jquery/jquery-1.6.1.js"></script> 
        <script type="text/javascript" src="/js/jquery_cycle/jquery.cycle.all.2.74.js"></script>

        <script src="/js/jquery/jquery.pngFix.js" type="text/javascript"></script>





<!--[if IE 6]>
<script>

</script>
<![endif]-->



<!-- -->

 <!-- FUNCTION POP-UP - START -->
        <SCRIPT LANGUAGE="JavaScript">
         var pWin = new Object;
         pWin = function(url,name) {
            var w = screen.width;
            var h = screen.height;
            var l = (w-770)/2, t = (h-560)/2;
            if (name == undefined) name=""
            var w = window.open(url, name, "left="+l+",top="+t+",width=770,height=560,fullscreen=no,scrollbars=yes,resizable=no");
        }



        function Launch_taux(page) { 
        OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=770,height=560"); 
        } 
        </SCRIPT>
  <!-- FUNCTION POP-UP - END --> 
  
<!-- -->      
        
  <!-- FUNCTION FLASH GOTO - START -->
    <script language="JavaScript">
        function fgoto() {
          if (document.lien.ou.value != 'nul')
            window.location.href=document.lien.ou.value;                 
    }   
        
// Major version of Flash required
var requiredMajorVersion = 8;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Minor version of Flash required
var requiredRevision = 0;


//rollover      
function rollovr(imgNm,gif) {
document.images[imgNm].src = "/en/images/" + gif;
}
</script>
  <!-- FUNCTION FLASH GOTO - END -->  

<!-- -->
  
<!--[if lt IE 7.]>
        <script type="text/javascript" src="/js2/pngfix2.js"></script>
        <![endif]-->

 
<!-- --> 

 
 <!-- SCRIPT TAUX - START -->
 
     <script type="text/javascript">
    
    $(document).ready(function(){
      var myQuotes = new Array(); 
          
                myQuotes[0] = "<a href='/en/rates/gicaction.html' class='lienTaux' target='_blank'><p>Blue Chip ActionGIC 5-Years Maximum return 5.710%</p></a>";
                myQuotes[1] = "<a href='/en/rates/mortgage_loans.html' class='lienTaux' target='_blank'><p>Variable rate mortgage - 3 years 2.95%</p></a>";
                myQuotes[2] = "<a href='/en/rates/mortgage_loans.html' class='lienTaux' target='_blank'><p>Mortgage closed 5-year term at 3.04%</p></a>";
                myQuotes[3] = "<a href='/en/rates/gicaction.html' class='lienTaux' target='_blank'><p>3-year Blue Chip ActionGIC Maximum return 4.464%</p></a>";
                myQuotes[4] = "<a href='/en/rates/gic.html' class='lienTaux' target='_blank'><p>Special GIC 60 month 2.50%</p></a>";
                myQuotes[5] = "<a href='/en/rates/gic.html' class='lienTaux' target='_blank'><p>Special GIC 24 month 2.00%</p></a>";
                myQuotes[6] = "<a href='/en/rates/mortgage_loans.html' class='lienTaux' target='_blank'><p>5-year variable rate convertible closed mortgage 2.60%</p></a>";
 
 
          var nbrQuotes = myQuotes.length;
          /* alert(nbrQuotes); */
      var nbrQuotesJS = nbrQuotes-1;
          /* alert(nbrQuotesJS); */
          
      $('.taux').hide(); 
      
      var thisQuote1 = Math.floor(Math.random()*myQuotes.length);
      /* alert('my Random1 : ' + myRandom1); */

          var thisQuote2 =thisQuote1+1;
          /* alert('thisQuote2 : ' + thisQuote2); */
          
          if (thisQuote2 > nbrQuotesJS) {//
          for(x=0;x<nbrQuotes;x++){//
             if(thisQuote1 != x){//
                thisQuote2 = x;
            } 
          }
      }
          
          var thisQuote3 =thisQuote1+2; /* var thisQuote3 =thisQuote2+1; */
          /* alert('thisQuote3 : ' + thisQuote3); */
          
          if (thisQuote3 > nbrQuotesJS) {//
          for(x=0;x<nbrQuotes;x++){//
             if(thisQuote1 != x && thisQuote2 != x){//
                thisQuote3 = x;
            } 
          }
      }
          
          $('#quoteHolder1').html(myQuotes[thisQuote1]);
      $('#quoteHolder2').html(myQuotes[thisQuote2]);
      $('#quoteHolder3').html(myQuotes[thisQuote3]);
      
      $('.taux').fadeIn(); 
          
   });
  
  
  </script>
  
 
 <!-- SCRIPT TAUX - END -->
 
 
 <!-- -->
         
  
<style type="text/css">
<!--
#html_content {
z-index: 0;
}

a:hover {background:none}

#wrapper {
width: 970px;
margin: 0 auto; /* this centers the container */
position: relative;
}
#flashcontent {
        width: 796px;
        height: 575px;
        position: absolute;
        top: 122px;
        left: 174px; 
        z-index: 2000;
        /* display: none; */
}




#divContener { width:970px; height:102px; vertical-align:bottom; background-color:#CCCCCC; background-image:url(/sn_uploads/pages_accueil_v2/fond_menu.jpg); overflow:hidden;}
        
#logo { width:176px; height:102px; float:left; }
#navSection { width:618px; height:102px; float:left; }
#tools { width:176px; height:102px; float:right; margin:0px; padding:0px; } 
#tools a, #tools a:visited, #tools a:hover { font-weight:bold; text-decoration:none; font-size:10px; color:#FFFFFF; line-height:14px; background-image:url(/sn_uploads/pages_accueil_v2/chevrons-tool.gif);background-repeat:no-repeat;}
.orangeHelp { color:#FDB813; background-image:url(/sn_uploads/pages_accueil_v2/chevrons-tool_orangeHelp.gif);background-repeat:no-repeat; }

-->
</style>

<!-- -->

<!-- SLIDE SHOW - BANNIERES - START -->
<style type="text/css"> 
.slideshow { height: 188px; width: 796px; /* margin: auto */ z-index:0; /* 185px; width: 793px */
    /**/ margin: 0; /**/ /* ADDED FOR position: absolute; FOR IE */
    /* margin-top:-11px; */
    overflow: hidden;
    padding: 0;
    /**/ position: relative; /**/ /* absolute ADDED FOR position: absolute; FOR IE */
    /* position: relative; */

top:122px; /* ADDED FOR position: absolute; FOR IE */
clear:both;
top:0;
left:0;

}
.slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #eee; 

/**/
position:relative;
left:0;
bottom:0;
/**/
}


/* SQUARE */
/*
#nav {font-weight:bold; width: 797px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px;
-- background-color:#999999;
-- position:absolute;  -- AVEC after 
position:relative;
left:0px;
top:180px; 
z-index:500;
-- opacity:0.4;filter:alpha(opacity=40)

height:12px; -- ADDED FOR position: absolute; FOR IE 

}
*/

/* ROUND */
#nav {font-weight:bold; width: 797px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:5px;

position:relative;
left:2px;
top:188px; 
z-index:500;

height:12px; /* ADDED FOR position: absolute; FOR IE */

}


/* SQUARE */
/*
#nav a { border: 0px solid #FFCC00; background: #fc0; text-decoration: none; margin: 0 5px; padding: 1px 5px; 

background:url('/sn_uploads/pages_accueil_v2/bkg_boutBanHome.gif'); background-repeat:repeat-x;
color:#FFFFFF;

        -moz-border-radius-topright:0.5ex;
        -moz-border-radius-topleft:0.5ex;
        -moz-border-radius-bottomright:0.5ex;
        -moz-border-radius-bottomleft:0.5ex;
        -webkit-border-top-right-radius:0.5ex;
        -webkit-border-top-left-radius:0.5ex;
        -webkit-border-bottom-right-radius:0.5ex;
        -webkit-border-bottom-left-radius:0.5ex;
}
*/

/* ROUND */ 
#nav a { border: 0px solid #FFCC00; text-decoration: none; margin: 0 4px; padding: 1px 2px; 
background:url("/sn_uploads/pages_accueil_v2/bkg_boutBanHome-off.gif") no-repeat scroll center center transparent;
color:#e5e5e5;
}

/* SQUARE */
/*
#nav a.activeSlide { background: #ea0; color:#ea0; }
*/

/* ROUND */
#nav a.activeSlide { background:url("/sn_uploads/pages_accueil_v2/bkg_boutBanHome-on.gif") no-repeat scroll center center transparent; color:#545454; }

#nav a:focus { outline: none; }



#clearDSS {/**/ clear:both; /* height:177px; */ display:block; /* background-color:#993399*/ /**/} /* ADDED FOR position: absolute; FOR IE */


#divCentrale { position:relative; top:-11px; width: 796px;}
/*
.centrale
        {
*/
.content { height:302px; }
#divTab03 { position:relative; bottom:0;}

</style>
<!-- SLIDE SHOW - BANNIERES - END -->

<!-- -->




<!-- TOOLTIPS TXT - START -->
<style type="text/css"> 
a.tooltipTxt h3          { display:none; text-align:left; font-size:9px; font-weight:normal; color:#FFFFFF;} /***** HIDE TXT *****/
</style>
<!-- TOOLTIPS TXT - END -->                       



<!-- -->

<!-- TICKER - TAUX - START -->
<style type="text/css"> 
#ticker {width:173px; float:left; }
.quoteTaux { 
        background-image:url(/sn_uploads/pages_accueil_v2/bkg-taux.gif);
        background-repeat:repeat; 
        width:173px;
        height:43px;
}
.taux/*, a.lienTaux:link, a.lienTaux:hover, a.lienTaux:visited */{
        /*
        font:normal 11px/1.4 Arial, Helvetica, sans-serif;
        font-weight:bold;
        color:#FDB813;
        text-decoration:none;
        */
        /* padding:4px; */
        /* margin:0 4px; */
        margin:0;
}


a.lienTaux:link p, a.lienTaux:hover p, a.lienTaux:visited p {
        font:normal 11px/1.4 Arial, Helvetica, sans-serif;
        font-weight:bold;
        /* color:#FDB813; */
color:#ffffff;
        text-decoration:none;
        padding:4px 3px 4px 3px;
        margin:0px; 
}


</style>
<!-- TICKER - TAUX - END -->

<!-- -->









<!-- GA SCRIPT - START -->
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-1665881-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<!-- google_analytics_async-new.sn -->
<!-- google_analytics_async.sn -->
<!-- google_analytics.sn -->
<!-- GA SCRIPT - END -->


  <script language="javascript" src="/sn_admin/standard/js/crayon.js"></script>
  </head>
 

<!-- HEADER - END -->




 

<body>

<div id="wrapper">
<style>
  .content { height: auto !important;}
  .content td { padding-bottom: 0 !important;}
  .content td p { padding: 0 !important;margin: 0 !important;}
  #tabContent td{ padding-left: 5px;}
</style>



<!-- DIV EXPANDO - START -->
<!-- DIV EXPANDO - END -->                 
           

<!--  -->
           
<div id="html_content">
<table cellpadding="0" cellspacing="0" border="0" align="center">
<!-- menu entete premiere ligne-->
<tr>
<td>
        <div style="background:url('/images/bg-haut.jpg');">
        <table cellpadding="0" cellspacing="0" border="0">
        <form name="s" method="post" action="https://recherche.banquelaurentienne.ca/cgi-bin-en/htsearch">
        <tr>
        <td><img src="/images/pixel.gif" width="280" height="1" border="0" alt=""></td>
        <td width="456">
        <a href="/en/personal_banking_services/index.html" class="footer">Home</a>&nbsp;|&nbsp
        <a href="/en/about_lbc/my_career/index.html" class="footer">Career</a>&nbsp;|&nbsp
        <a href="/en/contact_us/index.html" class="footer">Contact us</a>&nbsp;|&nbsp
        <a href="/en/contact_us/find_us.sn" class="footer">Where to find us</a>&nbsp;|&nbsp
        <a href="/en/faq/personal_banking.html" class="footer">Help and FAQ</a>&nbsp;|&nbsp
        <a href="/fr/services_particuliers/" class="footer">Français</a>
        </td>
        
        <td><img src="/images/pixel.gif" width="47" height="20" border="0" alt=""></td>
        <td><input type="text" name="words" class="login" size="27" value="Search" onFocus="if(this.value=='Search')this.value='';"></td>
        <td><img src="/images/pixel.gif" width="5" height="1" border="0" alt=""><a href="javascript:document.s.submit();"><img src="/images/btn-recherche.jpg" width="19" height="16" border="0" alt="Soumettre"></a></td>
        </tr>
        </form>
        </table>
        </div></td>
</tr>
<!--fin menu entete premiere ligne-->


<tr>
<td background="/sn_uploads/pages_accueil_v2/fond_menu.jpg">
<div style="margin-bottom:0;">
 <!-- NON FLASH -->

<div id="divContener" class="" style="">

  <div id="logo" class="" style="">
  &nbsp;<P class="bout"><a href="/en/personal_banking_services/index.html" target="_self"><img src="/sn_uploads/pages_accueil_v2/logo_blc-en.png" border="0"></a></P>
  </div>
 
 <div id="navSection" class="" style=""> 
<table width="512" height="102" border="0" align="center" cellpadding="0" cellspacing="0" id="Tableau_01">
<!-- TEMP - FLASH REER - 20130118 -->
<!-- TEMP - FLASH REER - 20130118 -->
<tr>
                <td valign="bottom">
                        <a href="/en/personal_banking_services/index.html" onmouseover="" onmouseout=""><img src="/sn_uploads/pages_accueil_v2/nav_particuliers_en-on.png" alt="" width="171" height="56" border="0" class="imgNavOn" id="particuliers" name="particuliers"></a></td> <!-- width="171" height="51" -->
                <td valign="bottom">
                        <a href="/en/commercial_banking/index.html" onmouseover="document.entreprises.src='/sn_uploads/pages_accueil_v2/nav_entreprises_en-on.png'"
onmouseout="document.entreprises.src='/sn_uploads/pages_accueil_v2/nav_entreprises_en.png'"><img src="/sn_uploads/pages_accueil_v2/nav_entreprises_en.png" alt="" width="171" height="56" border="0" class="imgNav" id="entreprises" name="entreprises" ></a></td>
                <td valign="bottom">
                <a href="/en/about_blc/index.html" onmouseover="document.a_propos.src='/sn_uploads/pages_accueil_v2/nav_a_propos_en-on.png'"
onmouseout="document.a_propos.src='/sn_uploads/pages_accueil_v2/nav_a_propos_en.png'"><img src="/sn_uploads/pages_accueil_v2/nav_a_propos_en.png" alt="" width="171" height="56" border="0" class="imgNav" id="a_propos" name="a_propos"></a>
</td>
  </tr>
</table>
</div>
  
  <div id="tools" class="" style=""><br><a href="javascript:void(window.open('/en/rates/index.html', 'Rates', 'width=560,height=490,scrollbars=yes,status=yes'))" target="" class="tooltipTxt">&nbsp;&nbsp;&nbsp; Our rates
  <h3 class="first">Our posted rates on savings<br> and credit products.</h3></a><br><a href="/en/tools_and_online_applications/tools.sn" target="_self" class="tooltipTxt">&nbsp;&nbsp;&nbsp; Calculators
  <h3>Access all our financial tools <br>to help you make informed <br> decisions.</h3></a><br><a href="/en/tools_and_online_applications/requests.sn" target="_self" class="tooltipTxt">&nbsp;&nbsp;&nbsp; Online requests
  <h3>Sign up for our banking <br>products without leaving the <br>comfort of your home!</h3></a><br><a href="https://www.zonerecompenses.ca/welcome.asp?lang=en" target="_blank" class="tooltipTxt"><span class="orangeHelp">&nbsp;&nbsp;&nbsp; Visa Reward Zone</span><h3>Shop and redeem your points <br>on the Laurentian Bank Visa <br>rewards site.</h3></a><br><a href="/en/partners/index.sn" target="_self" class="tooltipTxt">&nbsp;&nbsp;&nbsp; Partner's access
  <h3 class="last">Special section for the business <br>partners where they can obtain <br> information and access their file.</h3></a>
  </div>
    
</div>

 <!-- NON FLASH -->
</div>
</td>
</tr>
</table>



<table cellpadding="0" cellspacing="0" border="0" align="center" width="970" id="table1">
<tr>
<td valign="top" rowspan="4" background="/images/bg-gauche.gif">
        <!-- :: DÉBUT ZONE DE GAUCHE :: -->
                <table cellpadding="0" cellspacing="0" border="0">
                <tr>
                <td><img src="/en/images/str-blc.jpg" width="173" height="29" border="0" alt=""></td>
                </tr>
                <tr>
                <td class="b_acces">
                        <table cellpadding="0" cellspacing="0" border="0" width="100%">
                        <tr>
                        <td align="left">
                        <!--
                        <iframe src="https://www.banquelaurentienne.ca/perl/retail_iframe_en.pl" width="165" height="100" scrolling="no" frameborder="0" allowtransparency="true"></iframe>
                        -->
                        <!-- -->
                        <div id="" class="" style="width:165px; height:100px;">

                        <table>
                        <tr><td colspan="2">
                        <p class="" style=""><strong>Log in</strong></p>
                        </td>
                        </tr>
                        <tr>
                        <td>
                        <a href="https://blcweb.banquelaurentienne.ca/lang/en/BLCDirect/" target="_blank"><img src="/sn_uploads/b_login_blcdirect_part-en.gif" border="0" width="101" /></a>

                        </td>
                        <td rowspan="2">
                        <img src="/images/login/garantie_secu_en.gif" border="0" width="60" height="60">
                        </td>
                        </tr>
                        <tr>
                        <td>
                         <a href="https://blcweb.banquelaurentienne.ca/lang/en/BLCDirect/" target="_blank"><img src="/sn_uploads/b_login_blcdirect_com-en.gif" border="0" width="101" /></a>
                        </td>
                        </tr>
                        <tr>
                        <td colspan="2">
                        <p class="" style"">&nbsp;</p>
                        </td>
                        </tr>
                        </table>
                        </div>
                        <!-- -->
                        </td>
                        </tr>
                        <tr>
                        <td><img src="/images/pixel.gif" width="1" height="26" border="0" alt=""></td>
                        </tr>
                        <tr>
                        <td>
            <a href="/en/personal_banking_services/my_money/lbcdirect_internet_banking.html" class="nav_couleur">&nbsp;&nbsp;<img src="/images/li.gif" width="5" height="6" border="0" alt=""> What is LBCDirect?</a><br>
                        <a href="/en/personal_banking_services/my_money/subscribe_to_online_services.html" class="nav_couleur">&nbsp;&nbsp;<img src="/images/li.gif" width="5" height="6" border="0" alt=""> How to subscribe</a><br>
                        </td>
                        </tr>
                        </table>
                </td>
                </tr>


                <tr>
                <td class="b_taux1" style="" valign="top">
        <!-- style="background: url('/images/bg-taux_en.jpg');" -->
                  <div style="width:173px;height:150px;position:relative;top:0px;left:0px;margin:0;padding:0;margin-top:1px;">
                  
                      

<!-- DIV TICKER - START -->

<div id="ticker" class="">
<img src="/sn_uploads/pages_accueil_v2/titre_taux-en.gif" width="173" height="21" border="0" />


<div id="" class="quoteTaux">
<div id="quoteHolder1" class="taux"></div>
</div>
<div id="" class="quoteTaux">
<div id="quoteHolder2" class="taux"></div>
</div>
<div id="" class="quoteTaux">
<div id="quoteHolder3" class="taux"></div>
</div>
<!--
<h3 id="newsScrollerTitle">Taux vedettes</h3>

        <dl id="newsScroller">
            
                <dt><a href="
/en/rates/gicaction.html" target="">Blue Chip ActionGIC 5-Years Maximum return 5.710%</a></dt>
                <dt><a href="
/en/rates/mortgage_loans.html" target="">Variable rate mortgage - 3 years 2.95%</a></dt>
                <dt><a href="
/en/rates/mortgage_loans.html" target="">Mortgage closed 5-year term at 3.04%</a></dt>
                <dt><a href="
/en/rates/gicaction.html" target="">3-year Blue Chip ActionGIC Maximum return 4.464%</a></dt>
                <dt><a href="
/en/rates/gic.html" target="">Special GIC 60 month 2.50%</a></dt>
                <dt><a href="
/en/rates/gic.html" target="">Special GIC 24 month 2.00%</a></dt>
                <dt><a href="
/en/rates/mortgage_loans.html" target="">5-year variable rate convertible closed mortgage 2.60%</a></dt>
            
        </dl>
-->



</div>

<!-- DIV TICKER - END -->


                                                              
                      </div>




                      <div style="width:173px;height:auto;position:relative;top:0px;left:0px;margin:0;padding:0; DISPLAY:BLOCK; background-color:#FFFFFF;"><!-- background-color:#9FA0A2; --> 
<!-- Remplacer NONE par BLOCK pour afficher le Flash -->
<!-- BANNERS FLASH AND HTML - START -->

 
 
 <!-- BANNERS FLASH AND HTML - END -->
 
          
                      </div>





                </td>
                </tr>
                </table>
        <!-- :: FIN ZONE DE GAUCHE :: -->
</td>
<td bgcolor="#717276" rowspan="4"><img src="/images/pixel.gif" width="1" height="244" border="0" alt=""></td>

<!-- :: PARTIE CENTRALE :: -->
<td valign="top" bgcolor="#ffffff"><div style="margin-top:0px; width:796px;height: 526px;" id="divCentrale" class="centrale"> <!-- OLD - margin-top:-1px;  OR -11px -->

<!-- BANNERS FLASH AND HTML - START -->

<!-- DIV SLIDESHOW -->
<div class="slideshow">
                <a href="
/en/personal_banking_services/my_home/index.html" target="_self"><img alt="accueil_bandeaux_v2" src="/sn_uploads/accueil_v2/bandeaux/1185C0217-Accueil_796x188_An.jpg" width="796" height="188" border="0" /></a>
                <a href="
/en/personal_banking_services/my_ideas/credit_cards.html" target="_self"><img alt="accueil_bandeaux_v2" src="/sn_uploads/accueil_v2/bandeaux/Accueil-Visa_796x188_AN.jpg" width="796" height="188" border="0" /></a>
<!-- width="797" height="97" -->
        </div>

<div id="clearDSS" class="clear" style=""></div>
<!-- DIV SLIDESHOW -->



<!-- BANNERS FLASH AND HTML - END -->





<!-- BANNERS FLASH AND HTML - START -->

<table id="Tableau_02" width="796" height="58" border="0" cellpadding="0" cellspacing="0">
        <tr>
                <td>
                        <a href="/en/personal_banking_services/my_ideas/index.html"><img src="/sn_uploads/pages_accueil_v2/bandeau_titre_v2_idee-en.gif" alt="" width="198" height="58" border="0"></a></td>
<td>
                        <img src="/images/pixel.gif" width="1" height="58" alt=""></td>
                <td>
                        <a href="/en/personal_banking_services/my_home/index.html"><img src="/sn_uploads/pages_accueil_v2/bandeau_titre_v2_maison-en.gif" alt="" width="199" height="58" border="0"></a></td>
<td>
                        <img src="/images/pixel.gif" width="1" height="58" alt=""></td>
                <td>
                        <a href="/en/personal_banking_services/my_money/index.html"><img src="/sn_uploads/pages_accueil_v2/bandeau_titre_v2_argent-en.gif" alt="" width="198" height="58" border="0"></a></td>
<td>
                        <img src="/images/pixel.gif" width="1" height="58" alt=""></td>
                <td>
                        <a href="/en/personal_banking_services/my_futur/index.html"><img src="/sn_uploads/pages_accueil_v2/bandeau_titre_v2_avenir-en.gif" alt="" width="198" height="58" border="0"></a></td>
  </tr>
</table>


<!-- BANNERS FLASH AND HTML - END -->




<div class="content">

<!-- CONTENU TEXTE - START -->

        <table bgcolor="#ffffff" cellpadding="0" cellspacing="2" border="0" id="tabContent" class="tabCont" style="height:268px;">
        <tr>
        <td  valign="top" width="199" >
                <table width="100%" height="120" cellspacing="0" cellpadding="0" border="0">
    <tbody>
        <tr>
            <td valign="top"><a style="font-size: 11px; font-family: verdana; color: rgb(225, 87, 22); font-weight: bold; text-decoration: none;" href="/en/personal_banking_services/my_ideas/my-family/index.html">My Family</a><br />
            Planning the financial stages<br />
            of your family life.</td>
        </tr>
        <tr>
            <td valign="top"><a style="font-size: 11px; font-family: verdana; color: rgb(225, 87, 22); font-weight: bold; text-decoration: none;" href="/en/personal_banking_services/my_ideas/my-career/index.html">My Career</a><br />
            Our financial support to<br />
            fulfill your ambitions.</td>
        </tr>
        <tr>
            <td valign="top"><a style="font-size: 11px; font-family: verdana; color: rgb(225, 87, 22); font-weight: bold; text-decoration: none;" href="/en/personal_banking_services/my_ideas/my-dream/index.html">My Dream</a><br />
            Savings and credit options to<br />
            help your projects succeed.</td>
        </tr>
    </tbody>
</table>
        </td>
        <td  valign="top" width="199" >
                <table height="120" cellspacing="0" cellpadding="0" border="0" width="100%">
    <tbody>
        <tr>
            <td valign="top"><a href="/en/personal_banking_services/my_home/my-first-home/index.html" style="font-size: 11px; font-family: verdana; color: rgb(30, 135, 207); font-weight: bold; text-decoration: none;">My First  Home</a><br />
            Everything you need to know<br />
            about buying a house.</td>
        </tr>
        <tr>
            <td valign="top"><a href="/en/personal_banking_services/my_home/my-renovations/index.html" style="font-size: 11px; font-family: verdana; color: rgb(30, 135, 207); font-weight: bold; text-decoration: none;">My  Renovations</a><br />
            How to maximize the value<br />
            of your property.</td>
        </tr>
        <tr>
            <td valign="top"><a href="/en/personal_banking_services/my_home/my-nest-egg/index.html" style="font-size: 11px; font-family: verdana; color: rgb(30, 135, 207); font-weight: bold; text-decoration: none;">My Nest Egg</a><br />
            Using your home equity as<br />
            a source of financing.</td>
        </tr>
    </tbody>
</table>
        </td>
        <td  valign="top" width="199" >
                <table width="100%" height="120" cellspacing="0" cellpadding="0" border="0">
    <tbody>
        <tr>
            <td valign="top"><a style="font-size: 11px; font-family: verdana; color: rgb(75, 151, 12); font-weight: bold; text-decoration: none;" href="/en/personal_banking_services/my_money/my-first-pay/index.html">My First Pay</a><br />
            Your first bank account<br />
            to begin your active life.</td>
        </tr>
        <tr>
            <td valign="top"><a style="font-size: 11px; font-family: verdana; color: rgb(75, 151, 12); font-weight: bold; text-decoration: none;" href="/en/personal_banking_services/my_money/my-credit/index.html">My Credit</a><br />
            Learn how to use<br />
            credit wisely.</td>
        </tr>
        <tr>
            <td valign="top"><a style="font-size: 11px; font-family: verdana; color: rgb(75, 151, 12); font-weight: bold; text-decoration: none;" href="/en/personal_banking_services/my_money/my-planning/index.html">My Planning</a><br />
            The secrets of sound<br />
            financial planning.</td>
        </tr>
    </tbody>
</table>
        </td>
        <td  valign="top" width="199" >
                <table width="100%" height="120" cellspacing="0" cellpadding="0" border="0">
    <tbody>
        <tr>
            <td valign="top"><a href="/en/personal_banking_services/my_futur/my-studies/index.html" style="font-size: 11px; font-family: verdana; color: rgb(216, 11, 32); font-weight: bold; text-decoration: none;">My Studies</a><br />
            Our solutions designed<br />
            for students.</td>
        </tr>
        <tr>
            <td valign="top"><a href="/en/personal_banking_services/my_futur/my-savings/index.html" style="font-size: 11px; font-family: verdana; color: rgb(216, 11, 32); font-weight: bold; text-decoration: none;">My Savings</a><br />
            Realize your savings and<br />
            investment objectives.</td>
        </tr>
        <tr>
            <td valign="top"><a href="/en/personal_banking_services/my_futur/my-retirement/index.html" style="font-size: 11px; font-family: verdana; color: rgb(216, 11, 32); font-weight: bold; text-decoration: none;">My  Retirement</a><br />
            Plan today for an enjoyable<br />
            retirement tomorrow.</td>
        </tr>
    </tbody>
</table>
        </td>
        </tr>
        <tr>
        <td style="height:22px;background:url(/images2/filet.jpg)  repeat-x;">
                <a href="/en/personal_banking_services/my_ideas/financing-products.html" style="font-size:11px; font-family:verdana;color:#e15716; font-weight:bold;text-decoration:none;">Financing Products</a>
        </td>
        <td style="height:22px;background:url(/images2/filet.jpg)  repeat-x;">
                <a href="/en/personal_banking_services/my_home/mortgage-products.html" style="font-size:11px; font-family:verdana;color:#1e87cf; font-weight:bold;text-decoration:none;">Mortgage Products</a>
        </td>
        <td style="height:22px;background:url(/images2/filet.jpg)  repeat-x;">
                <a href="/en/personal_banking_services/my_money/Transactional-products.html" style="font-size:11px; font-family:verdana;color:#4b970c; font-weight:bold;text-decoration:none;">Transactional Products</a>
        </td>
        <td style="height:22px;background:url(/images2/filet.jpg)  repeat-x;">
                <a href="/en/personal_banking_services/my_futur/investments-products.html" style="font-size:11px; font-family:verdana;color:#d80b20; font-weight:bold;text-decoration:none;">Investment Products</a>
        </td>
        </tr>
        <tr>
        <td  valign="top">
                <p>&rsaquo; <a href="/en/personal_banking_services/my_ideas/credit_cards.html">Visa credit cards </a><br />
&rsaquo; <a href="/en/personal_banking_services/my_ideas/ideas_personal_line_credit.html">Personal line of credit</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_ideas/ideas_options_personal_loan.html">Personal loan</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_ideas/ideas_student_loan.html">Student loan</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_ideas/ideas_RRSP_loan.html">RRSP loan</a><br />
+ <a href="/en/personal_banking_services/my_ideas/financing-products.html">All other products</a></p>
                <!-- FIN Nurture, accomplish, thrive… All the right moves to help you materialize your projects. -->
        </td>
        <td  valign="top">
                <p>&rsaquo; <a href="/en/personal_banking_services/my_home/house_homeowners.html">Homeowner's Kit</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_home/equity_line_of_credit.html">Equity line of credit</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_home/house_mortgage-cashback.html">Mortgage with cashback</a><a href="/en/personal_banking_services/my_home/house_10X_less_mortgage.html"></a><br />
&rsaquo; <a href="/en/personal_banking_services/my_home/house_variable-rate_mortgage.html">Variable-rate mortgage</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_home/house_Fixed-rate_mortgage.html">Fixed-rate mortgage</a><br />
+ <a href="/en/personal_banking_services/my_home/mortgage-products.html">All other products</a></p>
                <!-- FIN Buy, beautify, capitalize…  All the right moves to help you master the art of ownership. -->
        </td>
        <td  valign="top">
                <p>&rsaquo; <a href="/en/personal_banking_services/my_money/savings_accounts.html">Accounts</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_money/fixed_monthly_fee_plan.html">Plans</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_money/programs.html">Banking programs</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_money/lbcdirect_electronic_banking_services.html">Electronic services</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_money/money_cdic_deposit_insurance.html">CDIC Deposit-Insurance</a><br />
+ <a href="/en/personal_banking_services/my_money/Transactional-products.html">All other products</a></p>
                <!-- FIN Make, spend, budget… All the right moves to help make the most of your finances. -->
        </td>
        <td  valign="top">
                <p>&rsaquo; <a href="/en/personal_banking_services/my_futur/fixed_rate_investments.html">Fixed-rate investments</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_futur/indexed_investments.html">Indexed investments</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_futur/mutual_funds.html">Mutual funds</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_futur/registered_plans.html">Registered plans</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_futur/lbc_financial_services.html">LBC Financial Services</a><br />
&rsaquo; <a href="/en/personal_banking_services/my_futur/bank_securities.html">Bank securities</a><br />
+ <a href="/en/personal_banking_services/my_futur/investments-products.html">All other products           </a></p>
                <!-- FIN Progress, prosper, reap… All the right moves to help you generate wealth. -->
        </td>
        </tr>
        </table>
    
<!-- CONTENU TEXTE - END -->



<!-- BANNERS FLASH AND HTML - START -->

<div id="divTab03__" class="" style="">


</div>


<!-- BANNERS FLASH AND HTML - END -->





<map name="noflash03">
<area alt="" coords="4,25,132,50" href="/en/personal_banking/my_ideas/index.html">
<area alt="" coords="199,25,333,50" href="/en/personal_banking/my_home/index.html">
<area alt="" coords="398,24,549,51" href="/en/personal_banking/my_money/index.html">
<area alt="" coords="597,24,739,51" href="/en/personal_banking/my_futur/index.html">
</map>
<map name="noflash04">
<area alt="" coords="4,25,132,50" href="/en/personal_banking/my_ideas/index.html">
<area alt="" coords="199,25,333,50" href="/en/personal_banking/my_home/index.html">
<area alt="" coords="398,24,549,51" href="/en/personal_banking/my_money/index.html">
<area alt="" coords="597,24,739,51" href="/en/personal_banking/my_futur/index.html">
</map>

        <!-- :: FIN ZONE DE DROITE :: -->
<!-- img src="/tracking.sn?code=2" -->
</div>
</div>




<!-- TO BE REMOVED AFTER 2011-09-23 - BLUE BANNER FOR CONCOURS-->
<div id="" clas="" style="height:120px; width:798px; background-color:#085099; float:left; display:none;"></div>
<!-- TO BE REMOVED AFTER 2011-09-23 - BLUE BANNER FOR CONCOURS-->

</td>
</tr>

<tr>
<td colspan="5">
<table id="Tableau_03" width="796" height="46" border="0" cellpadding="0" cellspacing="0">
        <tr>
                <td>
                        <a href="javascript:void(window.open('/en/calculators/selector.sn', 'Calculettes', 'width=560,height=490,scrollbars=yes,status=yes'))"><img src="/sn_uploads/pages_accueil_v2/bandeau_bas_v2_idee-en.gif" alt="" width="198" height="46" border="0"></a></td>
<td>
                        <img src="/images/pixel.gif" width="1" height="46" alt=""></td>
                <td>
                        <a href="javascript:void(window.open('/en/calculators/selector.sn', 'Selecteur', 'width=560,height=490,scrollbars=yes,status=yes'))"><img src="/sn_uploads/pages_accueil_v2/bandeau_bas_v2_maison-en.gif" alt="" width="199" height="46" border="0"></a></td>
<td>
                        <img src="/images/pixel.gif" width="1" height="46" alt=""></td>
                <td>
                        <a href="javascript:void(window.open('/en/calculators/accountselector.sn', 'Comptes', 'width=560,height=490,scrollbars=yes,status=yes'))"><img src="/sn_uploads/pages_accueil_v2/bandeau_bas_v2_argent-en.gif" alt="" width="198" height="46" border="0"></a></td>
<td>
                        <img src="/images/pixel.gif" width="1" height="46" alt=""></td>
                <td>
                        <a href="javascript:void(window.open('/en/calculators/accountselector.sn', 'Placements', 'width=560,height=490,scrollbars=yes,status=yes'))"><img src="/sn_uploads/pages_accueil_v2/bandeau_bas_v3_avenir-en.gif" alt="" width="198" height="46" border="0"></a>
  </td>
</tr>
</table>
</tr>
<!-- footer -->

<tr>
<td colspan="5" class="pieddepage" align="center">&nbsp;
        <a href="/en/site_map.html" class="droite">Site map</a>&nbsp;|&nbsp
        <a href="javascript:void(window.open('/en/security.html', 'conditions', 'width=560,height=490,scrollbars=yes,status=yes'))" class="droite">Security and Privacy</a>&nbsp;|&nbsp
        <a href="javascript:void(window.open('/en/legal_notice.html', 'conditions', 'width=560,height=490,scrollbars=yes,status=yes'))" class="droite">Legal notice</a>&nbsp;|&nbsp
        <a href="javascript:void(window.open('/en/about.html', 'About', 'width=560,height=490,scrollbars=yes,status=yes'))" class="droite">About this website</a>&nbsp;|&nbsp
© Laurentian Bank of Canada, 2017 All rights reserved.
</td>
</tr>
</table>
<map name="noflash01">
<area alt="" coords="238,51,401,100" href="/en/personal_banking_services/index.html">
<area alt="" coords="403,51,566,101" href="/en/commercial_banking/index.html">
<area alt="" coords="568,51,731,101" href="/en/about_blc/index.html">
<area alt="" coords="806,25,863,47" href="/en/infoplus/index.sn">
<area alt="" coords="803,50,941,63" href="/en/my_account.html">
<area alt="" coords="802,67,884,78" href="/en/faq/personal_banking.html">
<area alt="" coords="802,83,901,98" href="javascript:void(window.open('/en/rates/index.html','Taux','width=770,height=590,scrollbars=yes,status=yes'))">
</map>





<!-- TO BE REMOVED AFTER 2011-09-23 - BLUE BANNER FOR CONCOURS-->
<div id="" clas="" style="height:120px; width:797px; background-color:#085099; position:relative; left:173px; top:0; display:none;"></div>
<!-- TO BE REMOVED AFTER 2011-09-23 - BLUE BANNER FOR CONCOURS-->



<!-- -->

<!-- FOOTER - START -->



<script type="text/javascript">
  <!-- CYCLE PLUGIN -- SLIDESHOW - START -->
  <!--  initialize the slideshow when the DOM is ready  - OPTIONS : http://jquery.malsup.com/cycle/options.html -->

<!-- 20130802 - change RANDOM from 1 to 0 and change TIMEOUT from 0 to 6000 -->

$('.slideshow').hide(); // ADDED TO HIDE FIRST IMAGE WHEN RANDOM = 1

$(document).ready(function() {

$('.slideshow').show(); // ADDED TO HIDE FIRST IMAGE WHEN RANDOM = 1

    $('.slideshow')
        
        .before('<div id="nav">')

        .cycle({
                random: 1, // 1 = yes, 0 = no
                fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
                
    
autostop:      0, // UNUSED
delay:         0, // UNUSED
fit:           0, // UNUSED
height:        'auto', // 'auto' by default // UNUSED

                speed:  'fast',
                timeout: 6000, // Set 0 (zero) for static -- old for auto-change: timeout: 6000,
                pager:  '#nav'

        
        });
});
  <!-- CYCLE PLUGIN -- SLIDESHOW - END -->
</script>





<!--[if lte IE 6]>
<![endif]-->


<!--[if IE 66]>
        <script type="text/javascript" src="/js/jquery/jquery.ie6hover.min.js"></script>
<![endif]-->



<!--[if lt IE 7.]>
        <script type="text/javascript" src="/js2/pngfix2.js"></script>
        <![endif]-->



<!-- JQUERY PNG FIX - START -->
<script type="text/javascript"> 
    $(document).ready(function(){         
        $(document).pngFix(); 
    }); 
</script> 
<!-- JQUERY PNG FIX - END -->




<!-- TOOLTIPS - START - UNUSED -->
<script>
/*
$().ready(function(){ 
tooltip();
});
*/


/*
$(".tooltipTxt").hover(function(){(".tooltipTxt h3").fadeOut(100);$(".tooltipTxt h3").fadeIn(500);}); 
*/
</script> 
<!-- TOOLTIPS - END -->







<!-- ROLLOVER - START -->
 <script type="text/javascript"> 



$(document).ready(function() { 


$(".imgNav").hover(function() {
/* alert("hover"); */
var src = $(this).attr("src").match(/[^\.]+/) + "-on.png";
/* alert(src); */
$(this).attr("src", src); 

},

function() {

var src = $(this).attr("src").replace("-on", "");
/* alert(src); */
$(this).attr("src", src); 

});


}); 
</script>
<!-- ROLLOVER - END -->













<!--[if IE 6]>
<script>

</script>

<style type="text/css">
</style>
<![endif]-->





<!-- social -->

<table width="970" align="center"><tr><td>

<div id="social" class="" style="padding:4px;"><!-- https://www.facebook.com/LaurentianBank -->
<a href="https://www.facebook.com/blaurentienne" target="_blank" title="Facebook"><img src="/sn_uploads/pages_accueil_v2/social/FB-f-Logo__blue_29.png" border="0" alt="Facebook"></a>&nbsp;
<a href="https://www.twitter.com/BLaurentienne" target="_blank" title="Twitter"><img src="/sn_uploads/pages_accueil_v2/social/twitter-bird-light-bgs.png" border="0" alt="Twitter"></a>&nbsp;
<a href="https://www.linkedin.com/company/12074?trk=tyah&trkInfo=clickedVertical%3Acompany%2CclickedEntityId%3A12074%2Cidx%3A3-1-10%2CtarId%3A1459796365073%2Ctas%3Abanque%20laure" target="_blank" title="LinkedIn"><img src="/sn_uploads/pages_accueil_v2/social/LinkedIn-InBug-2C.png" border="0" alt="LinkedIn"></a>&nbsp;
<a href="https://www.youtube.com/user/banquelaurentienne" target="_blank" title="YouTube"><img src="/sn_uploads/pages_accueil_v2/social/yt-brand-logo-web.png" border="0" alt="YouTube"></a>
</div>

</td></tr></table>

<!-- social -->






<!-- GA OLD -->



<!-- GA OLD -->




<!-- GA SCRIPT - START -->
<!-- google_analytics_async-new.sn -->
<!-- google_analytics_async.sn -->
<!-- google_analytics.sn -->
<!-- GA SCRIPT - END -->

<!-- Google Code for Remarketing Tag -->
<!--
Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup
-->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 929311686;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/929311686/?value=0&amp;guid=ON&amp;script=0"/>
</div>
</noscript>

<script type="text/javascript">
  __AGDATA = {
    adv_ID: "BanqueLaurentienne",
    gender: "",
    language: "",
    category: "finance",
    age_group: "",
    buyer_7days: "",
    thank_you_form: "",
    conversion_access: ""
  };
</script>
<script type="text/javascript" src="//cdn.adgrx.com/usegments/IfAh0OcFjhl4x6S1wk4jyh9WekdSsgtOI7Y-W4TAjfw=/12.js" async="true"></script>

</body>
</html>