CINXE.COM

Journal of Commerce – Western Canada’s Construction Newspaper since 1911

<!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><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.journalofcommerce.com/","20080509165431","https://web.archive.org/","web","/_static/", "1210352071"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <!-- index.tmpl --> <title>Journal of Commerce &ndash; Western Canada&rsquo;s Construction Newspaper since 1911</title> <meta name="description" content="Journal of Commerce has been delivering key construction news to British Columbia and Alberta construction industry professionals for 90 years. Recognized for the quality and timeliness of reporting, it is the leading news source of its kind. JOC reports on bids, tenders and Notices of Substantial Performance."> <meta name="keywords" content="Canadian construction newspaper,Alberta construction newspaper,Manitoba construction newspaper,Saskatchewan construction newspaper,British Columbia construction newspaper, trade contractors, builders, developers, building owners, distributors of construction equipment, construction products, construction materials, construction services, construction job leads, engineering projects, commercial projects, construction equipment, project news, project data, construction projects"> <script src="https://web.archive.org/web/20080509165431js_/http://www.rcdbr.com/scripts/addcss.js" type="text/javascript"></script> <script src="/web/20080509165431js_/http://www.journalofcommerce.com/scripts/checkform.js" type="text/javascript"></script> <script src="/web/20080509165431js_/http://www.journalofcommerce.com/scripts/XHConn.js" type="text/javascript"></script> <script src="/web/20080509165431js_/http://www.journalofcommerce.com/scripts/sortabletable.js" type="text/javascript"></script> <script src="/web/20080509165431js_/http://www.journalofcommerce.com/scripts/uscurrencysorttype.js" type="text/javascript"></script> <link type="text/css" rel="StyleSheet" href="/web/20080509165431cs_/http://www.journalofcommerce.com/styles/story_list.css"/> <link type="text/css" rel="StyleSheet" href="/web/20080509165431cs_/http://www.journalofcommerce.com/styles/index.css"/> <link type="text/css" rel="StyleSheet" href="/web/20080509165431cs_/http://www.journalofcommerce.com/styles/searchbox.css"/> <link type="text/css" rel="StyleSheet" href="/web/20080509165431cs_/http://www.journalofcommerce.com/styles/joc_logo_tab.css"/> <script> var id_to_replace; var myConn = new XHConn(); if (!myConn) alert("XMLHTTP not available. You need a newer browser."); var fn1WhenDone = function (oXML) { document.getElementById(id_to_replace).innerHTML = oXML.responseText; }; var fn2WhenDone = function (oXML) { var response = oXML.responseText; //alert(response); var elem=eval('('+response+')'); document.email_story_form.emailto.value = ''; var send_button = document.getElementById('email_story_button'); var send_message = document.getElementById('send_message'); send_message.style.display='none'; send_button.style.display='block'; alert(elem['message']); }; var fn2aWhenDone = function (oXML) { document.getElementById(id_to_replace).innerHTML = oXML.responseText; //document.getElementById('advanced_search').innerHTML = ''; //document.getElementById('show_search_form').innerHTML = 'Advanced Search'; document.searcher.search_term.value = ""; search_help_visible = false; }; function show_story(id,channel) { var link = "/article/id" + id; if (channel) { link += "&feature_id=" + channel; } window.location.href=link; } function story_search() { if (!document.searcher.search_term.value) { alert("You must enter a search word"); return; } var stylesheet = '/styles/story_list.css'; add_stylesheet(stylesheet); id_to_replace = 'editorial'; var send_data; send_data = "rm=search"; send_data += "&query1=" + document.searcher.search_term.value; myConn.connect("/cgi-bin/home.pl", "POST", send_data, fn1WhenDone); } function check_for_return(evt) { evt = (evt) ? evt : event; var charCode = (evt.charCode) ? evt.charCode : ((evt.which) ? evt.which : evt.keyCode); if (charCode == 13 || charCode == 3) { story_search() return false; } else { return true; } } function show_page(css,page) { add_stylesheet('/styles/'+css); id_to_replace = 'editorial'; var send_data = 'rm=show_page'; send_data += '&page='+page; myConn.connect("/cgi-bin/home.pl", "POST", send_data, fn1WhenDone); } function show_events() { var stylesheet = '/styles/calendar.css'; add_stylesheet(stylesheet); id_to_replace = "editorial"; var send_data = "rm=show_events_page"; myConn.connect("/cgi-bin/home.pl", "POST", send_data, fn1WhenDone); } function show_previous_issue(date,direction) { var send_data = "rm=show_previous_issue"; send_data += "&date="+date; send_data += "&direction="+direction; id_to_replace = 'editorial'; myConn.connect("/cgi-bin/home.pl", "POST", send_data, fn2aWhenDone); } function format_for_printing(id) { window.open("/cgi-bin/home.pl?rm=print_story&story_id=" + id,'print',"width=600,height=400,resizable=yes,scrollbars=yes,menubar=yes"); } function show_email_form() { var sec = document.getElementById('email_story'); sec.style.display = 'block'; } function calendar_nav(opt,list) { var loc_name = '#'+opt; document.location.hash=loc_name; list.selectedIndex = 0; } function show_rss_link(slug) { var host = 'https://web.archive.org/web/20080509165431/http://www.joconl.com/rss/joc'; var rss = host + slug + '.xml'; prompt('Copy this URL into your RSS feed reader for updates to this section',rss) } function email_story() { var form_data = document.email_story_form.elements; var send_data = "rm=email_story"; document.email_story_form.personalmessage.value = document.email_story_form.personalmessage.value.substring(0,600); for (var i=0;i<form_data.length;i++) { if (form_data[i].type == 'text' || form_data[i].type == 'textarea' || form_data[i].type == 'hidden') { send_data += "&" + form_data[i].name + "=" send_data += escape(form_data[i].value); } else if (form_data[i].type == 'select-one'){ send_data += "&" + form_data[i].name + "=" send_data += escape(form_data[i].options[form_data[i].selectedIndex].text); } else if (form_data[i].type == 'checkbox' && form_data[i].checked){ send_data += "&" + form_data[i].name + "=" send_data += escape(form_data[i].value); } } var send_button = document.getElementById('email_story_button'); var send_message= document.getElementById('send_message'); send_button.style.display='none'; send_message.style.display='block'; myConn.connect("/bin/home.pl", "POST", send_data, fn2WhenDone); } </script> </head> <body> <div id="container"> <div id="header"> <!-- ########################## --> <div id="top_ad"> <div id="top_left_button"> <!-- <a href="http://" target="_blank"> --> <img src="/web/20080509165431im_/http://www.journalofcommerce.com/images/houseads/channels/alliance.gif" border="0"> <!-- </a> --> </div><!-- top_left_button --> <div id="top_banner_ad"> <script language="Javascript1.1" src="https://web.archive.org/web/20080509165431js_/http://ad.doubleclick.net/adj/joc.rbi/;dcopt=ist;abr=!webtv;page=homepage;desc=;pos=top;sz=728x90;ptile=1;ord=121037727124363"></script><script><!--if ((!document.images && navigator.userAgent.indexOf('Mozilla/2.') >= 0) || (navigator.userAgent.indexOf("WebTV") >= 0)){document.write('<a href="https://web.archive.org/web/20080509165431/http://ad.doubleclick.net/jump/joc.rbi/;page=homepage;desc=;pos=top;sz=728x90;ptile=1;ord=121037727124363">');document.write('<img src="https://web.archive.org/web/20080509165431/http://ad.doubleclick.net/ad/joc.rbi/;page=homepage;desc=;pos=top;sz=728x90;ptile=1;ord=121037727124363" width="728" height="90" border="0"></a>');}//--></script><noscript><!-- for non JavaScript browsers and Netscape 2.x --><a href="https://web.archive.org/web/20080509165431/http://ad.doubleclick.net/jump/joc.rbi/;page=homepage;desc=;pos=top;sz=728x90;ptile=1;ord=121037727124363"><img src="https://web.archive.org/web/20080509165431im_/http://ad.doubleclick.net/ad/joc.rbi/;page=homepage;desc=;pos=top;sz=728x90;ptile=1;ord=121037727124363" width="728" height="90" border="0"></a></noscript> </div><!-- top_banner_ad --> </div><!-- top_ad --> <div id="logo_bar"> <div id="logo_tab"> <a id="background_logo" href="/web/20080509165431/http://www.journalofcommerce.com/"></a> <a id="background_logo_rcdbr" href="https://web.archive.org/web/20080509165431/http://www.reedconstructiondata.com/"></a> <div id="above_menu_bar"> <div id="logo_menu_1"> <a href="/web/20080509165431/http://www.journalofcommerce.com/freeissue">Request Free Issue</a>&nbsp;&nbsp;| &nbsp;&nbsp;<a href="/web/20080509165431/http://www.journalofcommerce.com/subscribe">Subscribe Online</a>&nbsp;&nbsp;| &nbsp;&nbsp;<a href="/web/20080509165431/http://www.journalofcommerce.com/manageaccount">Manage Subscription</a>&nbsp;&nbsp;| &nbsp;&nbsp;<a href="/web/20080509165431/http://www.journalofcommerce.com/contactus">Contact Us</a> </div><!-- logo_menu_1 --> </div><!-- above_menu_bar --> <div id="logo_menu_bar"> <p>May 9, 2008</p> </div><!-- logo_menu_bar --> </div><!-- logo_tab --> </div><!-- logo_bar --> <div class="div_divide"></div> <div id="section_menu"> <a href="/web/20080509165431/http://www.journalofcommerce.com/cgi-bin/joctenders.pl">Legals</a>&nbsp;&nbsp;| &nbsp;&nbsp;<a href="/web/20080509165431/http://www.journalofcommerce.com/careers">Careers</a>&nbsp;&nbsp;| &nbsp; &nbsp;<a href="/web/20080509165431/http://www.journalofcommerce.com/features/economy">Economic Outlook</a>&nbsp;&nbsp;| &nbsp;&nbsp;<a href="/web/20080509165431/http://www.journalofcommerce.com/calendar">Events Calendar</a>&nbsp;&nbsp;| &nbsp;&nbsp;&lt;a hr<!-- FILE ARCHIVED ON 16:54:31 May 09, 2008 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 09:58:42 Nov 25, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.808 exclusion.robots: 0.037 exclusion.robots.policy: 0.023 esindex: 0.016 cdx.remote: 6.084 LoadShardBlock: 108.183 (3) PetaboxLoader3.datanode: 77.915 (4) PetaboxLoader3.resolve: 85.526 (2) load_resource: 76.79 -->

Pages: 1 2 3 4 5 6 7 8 9 10