Skip to content

Instantly share code, notes, and snippets.

@ejh
Created January 23, 2014 21:40
Show Gist options
  • Save ejh/8587355 to your computer and use it in GitHub Desktop.
Save ejh/8587355 to your computer and use it in GitHub Desktop.
<!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 id="head"><title>
www.istructe.org - Events and awards - Events and awards - The Institution of Structural Engineers
</title><meta name="description" content="Find events such as the Maitland Lecture and The Structural Awards, as well as events organised by our affiliates which are likely to be of interest to our members." />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-script-type" content="text/javascript" />
<link href="/CMSPages/GetCSS.aspx?stylesheetname=istructe-default" type="text/css" rel="stylesheet"/>
<!-- Google Analytics Outbound Tracking Links -->
<script type="text/javascript">
function recordOutboundLink(link, category, action) {
_gat._getTrackerByName()._trackEvent(category, action);
setTimeout('document.location = "' + link.href + '"', 100);
}
</script>
<script type="text/javascript" src="/App_Themes/Istructe/js/addthis_widget.js#pubid=ra-4f859d3511eea47f"></script>
<script src="/App_Themes/Istructe/js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script type="text/javascript" src="/themes/jQueryUI/js/jquery-simplemodal-1-4-2.js"></script>
<script type="text/javascript" src="/themes/jQueryUI/js/messageBox.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$('li.CMSListMenuLI, li.CMSListMenuHighlightedLI').hover(
function() { $('ul', this).css('display', 'block'); },
function() { $('ul', this).css('display', 'none'); }
);
});
</script>
<!-- print stylesheet -->
<link href="/CMSPages/GetCSS.aspx?stylesheetname=CorporateSitePrinter" type="text/css" rel="stylesheet" media="print" />
<!-- News page tab switcher -->
<script language="JAVASCRIPT" type="text/javascript">
function swapLayer1()
{
document.getElementById("layer1").style.visibility = "visible";
document.getElementById("layer2").style.visibility = "hidden";
document.getElementById("layer3").style.visibility = "hidden";
document.getElementById("layer4").style.visibility = "hidden";
document.getElementById("tab1").style.backgroundImage="url('/images/news/news-buttons/industry-news-curve.aspx')";
document.getElementById("tab2").style.backgroundImage="url('/images/news/news-buttons/members-news-under.aspx')";
document.getElementById("tab3").style.backgroundImage="url('/images/news/news-buttons/examination-news-under.aspx')";
document.getElementById("tab4").style.backgroundImage="url('/images/news/news-buttons/announcements-under.aspx')";
}
function swapLayer2()
{
document.getElementById("layer1").style.visibility = "hidden";
document.getElementById("layer2").style.visibility = "visible";
document.getElementById("layer3").style.visibility = "hidden";
document.getElementById("layer4").style.visibility = "hidden";
document.getElementById("tab1").style.backgroundImage="url('/images/news/news-buttons/industry-news-under-members.aspx')";
document.getElementById("tab2").style.backgroundImage="url('/images/news/news-buttons/members-news-curve.aspx')";
document.getElementById("tab3").style.backgroundImage="url('/images/news/news-buttons/examination-news-under.aspx')";
document.getElementById("tab4").style.backgroundImage="url('/images/news/news-buttons/announcements-under.aspx')";
}
function swapLayer3()
{
document.getElementById("layer1").style.visibility = "hidden";
document.getElementById("layer2").style.visibility = "hidden";
document.getElementById("layer3").style.visibility = "visible";
document.getElementById("layer4").style.visibility = "hidden";
document.getElementById("tab1").style.backgroundImage="url('/images/news/news-buttons/industry-news-under.aspx')";
document.getElementById("tab2").style.backgroundImage="url('/images/news/news-buttons/members-news-under-examinations.aspx')";
document.getElementById("tab3").style.backgroundImage="url('/images/news/news-buttons/examination-news-curve.aspx')";
document.getElementById("tab4").style.backgroundImage="url('/images/news/news-buttons/announcements-under.aspx')";
}
function swapLayer4()
{
document.getElementById("layer1").style.visibility = "hidden";
document.getElementById("layer2").style.visibility = "hidden";
document.getElementById("layer3").style.visibility = "hidden";
document.getElementById("layer4").style.visibility = "visible";
document.getElementById("tab1").style.backgroundImage="url('/images/news/news-buttons/industry-news-under.aspx')";
document.getElementById("tab2").style.backgroundImage="url('/images/news/news-buttons/members-news-under.aspx')";
document.getElementById("tab3").style.backgroundImage="url('/images/news/news-buttons/examination-news-under-announcements.aspx')";
document.getElementById("tab4").style.backgroundImage="url('/images/news/news-buttons/announcements-curve.aspx')";
}
</script>
<!-- revolving image slider -->
<!--script type="text/javascript" src="/app_themes/istructe/js/jquery-1.4.4.min.js"></script-->
<script type="text/javascript" src="/app_themes/istructe/js/jquery.bkgslide-1.0.4.js"></script>
<script type="text/javascript">
var images = [ "featureimage1.jpg", "featureimage2.jpg", "featureimage3.jpg", "featureimage4.jpg", "featureimage5.jpg"];
var imgPath = '/webtest/media/featureimages';
jQuery(document).ready(function($){
$('#feature_1').bkgSlide({
images : images, // list of images to use
imagePath : imgPath, // path where to find the images
speed : 8000, // time in milliseconds between two image changes, 0 to disable autoplay
direction : 'random', // direction for autoplay ('random' / 'next' / 'prev')
wrap : true, // whether or not to wrap when reaching one end of the images list
nav : true, // whether ot not to setup navigation handlers
// ( true or 'all' for all buttons
// or an array with wanted options in the order you want them :
// [ 'prev', 'list', 'next', 'toggle' ]
// or a string with a single option )
stopOnNav : true, // whether or not to stop autoplay when using the navigation handlers
width : '994', // width of the background images containers ('auto' will get it from target)
height : 248, // height of the background images containers ('auto' will get it from target)
containersClass : '', // class to add to the containers
effect : 'fadeOut', // what kind of effect to use for transitions ('fadeOut' / 'slideUp' / 'hide')
duration : 1500, // duration of the transition
afterInit : function(target, bkgSlider){} // callback function launched after initialization
});
});
</script>
<!--<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>-->
<link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/>
<link href="/favicon.ico" type="image/x-icon" rel="icon"/>
</head>
<body class="LTR Safari Chrome Safari32 Chrome32 ENGB ContentBody" OnKeyPress="return disableEnterKey(event);">
<form method="post" action="/events-awards/technical-meetings.aspx" id="form">
<div class="aspNetHidden">
<input type="hidden" name="manScript_HiddenField" id="manScript_HiddenField" value="" />
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form'];
if (!theForm) {
theForm = document.form;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/WebResource.axd?d=Uj62uvLajFJyjENoDDaBJlvcW_Z-9SY8_Kj36IRSQuIgJfelQCndlmyLV-8ikw2BaIcL0Qh2MLUkhaQdN8mfO8ppyFDzO2H8c4kcGWRDvy41&amp;t=635172067971972825" type="text/javascript"></script>
<script src="/CMSScripts/Controls/treemenu.js" type="text/javascript"></script><input type="hidden" name="lng" id="lng" value="en-GB" />
<script src="/CMSScripts/WebServiceCall.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function PM_Postback(param) { if (window.top.HideScreenLockWarningAndSync) { window.top.HideScreenLockWarningAndSync(1080); }__doPostBack('m',param); }
function PM_Callback(param, callback, ctx) { if (window.top.HideScreenLockWarningAndSync) { window.top.HideScreenLockWarningAndSync(1080); }WebForm_DoCallback('m',param,callback,ctx,null,true); }
//]]>
</script>
<script src="/ScriptResource.axd?d=1VbhuSDoIfGBSfPiTflAgvdBYQGVApJ0vPXW-ihrNxdcZ-qFgZ3DT67XoeaxTdftNFrejBF-18sBsdnlDcjB-ppmLRuYbburUIlTCXXDCWtqJ4xVIfrcmHGeKzVQ_kkr0&amp;t=ffffffff8dea9fe4" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=1pOF_peIy5UjLFMeSybbiEC8y02HDSERRIcWmGLi1NyzSw6hhhIxDx1uUCPeMCIlr59-KXnYBAGv_Tw0ecGv5C3g5lNdtdNa1lKyhyp4mFfhT93MgKPeFON7N60Gy_quoVKyGOWEM4mvj_ID5MqFKg2&amp;t=ffffffff8dea9fe4" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('manScript', 'form', ['tctxM',''], [], [], 90, '');
//]]>
</script>
<div id="CMSHeaderDiv">
<!-- -->
</div>
<div id="ctxM">
</div>
<div id="sitecnt">
<div id="feature_1" >
<div class="login-holder" >
<div class="searchboximage">
<div class="searchStyles">
<div id="p_lt_zoneSearch_SearchBox_pnlSearch" class="searchBox" onkeypress="javascript:return WebForm_FireDefaultButton(event, &#39;p_lt_zoneSearch_SearchBox_btnImageButton&#39;)">
<label for="p_lt_zoneSearch_SearchBox_txtWord" id="p_lt_zoneSearch_SearchBox_lblSearch" style="display:none;">Search for:</label>
<input name="p$lt$zoneSearch$SearchBox$txtWord" type="text" maxlength="1000" id="p_lt_zoneSearch_SearchBox_txtWord" class="searchfield" />
<input type="image" name="p$lt$zoneSearch$SearchBox$btnImageButton" id="p_lt_zoneSearch_SearchBox_btnImageButton" class="searchbox_button" src="/images/search-click.aspx" alt="Search" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;p$lt$zoneSearch$SearchBox$btnImageButton&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, false))" />
</div>
</div>
</div>
<br class="clear" />
<!--<div class="login-holder" >
<div class="searchStyles">
</div>
<br class="clear" />-->
<div style="width:235px; height:32px; float:right; background: url(/app_themes/istructe/images/loginbox-top.png) top center no-repeat;"></div>
<div style="width:219px; float:right; margin-right: 8px; background-color: white;">
<div style="min-height: 42px;">
<div id="p_lt_zonelogin2_LogInBox_pnlLoggedOut">
<div class="loginStyles">
<a href="/log-in/?ReturnUrl=/my-account" id="p_lt_zonelogin2_LogInBox_lnkLogin" title="Log-in"><img src="/App_Themes/IStructe/images/login-button2.jpg" alt="Log-in" /></a>
</div>
<div class="forgetregisterbox">
<div class="forgetbutton">
<a href="/forgotten-password" id="p_lt_zonelogin2_LogInBox_lnkPassword" title="Forgotten password?"><img src="/app_themes/istructe/images/button-forgotten.jpg" alt="Forgotten password?" /></a>
</div>
<div class="registerbutton">
<a href="/members-registration" id="p_lt_zonelogin2_LogInBox_lnkRegister" title="Register"><img src="/app_themes/istructe/images/button-register.jpg" alt="Register" /></a>
</div>
</div>
</div>
</div>
</div>
<div style="width:235px; float:right; height:43px; background: url(/app_themes/istructe/images/loginbox-bottom.png) top center no-repeat;"></div>
</div>
<div class="navCol">
<div class="navbuild-logo">
<h1>
<a href="/home.aspx" title="Return to the homepage">
The Institution of Structural Engineers (IStructE)
</a>
</h1>
</div>
<div class="navbuild-menu">
<div id="menuElemHolder" style="">
<ul class="LeftNavCMSListMenuUL" id="menuElem">
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_0_1_22" style=""><a href="/home" class="LeftNavCMSListMenuLink" style="" title="Home" >Home</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_0_2_22"><a href="/about-us" class="LeftNavCMSListMenuLink" title="About us" >About us</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_0_3_22"><a href="/membership" class="LeftNavCMSListMenuLink" title="Membership" >Membership</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_0_4_22"><a href="/education" class="LeftNavCMSListMenuLink" title="Education" >Education</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_0_5_22"><a href="/careers-and-development" class="LeftNavCMSListMenuLink" title="Careers and development" >Careers and development</a></li>
<li class="LeftNavCMSListMenuHighlightedLI" id="menuElem_LI_0_6_22" style=""><a href="/events-and-awards" class="LeftNavCMSListMenuLinkHighlighted" style="" title="Events and awards" >Events and awards</a>
<ul class="LeftNavCMSListMenuUL" id="menuElem_UL_1">
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_1_1_89" style=""><a href="/events-awards/people-and-papers-awards" class="LeftNavCMSListMenuLink" style="" title="People and Papers Awards" >People and Papers Awards</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_1_2_89" style=""><a href="http://www.istructe.org/awards/2013/home" class="LeftNavCMSListMenuLink" style="" title="Structural Awards" >Structural Awards</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_1_3_89"><a href="/events-awards/research-award" class="LeftNavCMSListMenuLink" title="Research Award" >Research Award</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_1_4_89"><a href="/events-awards/conference-and-lectures" class="LeftNavCMSListMenuLink" title="Conferences and lectures" >Conferences and lectures</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_1_5_89"><a href="/events-awards/courses" class="LeftNavCMSListMenuLink" title="Courses" >Courses</a></li>
<li class="LeftNavCMSListMenuHighlightedLI" id="menuElem_LI_1_6_89"><a href="/events-awards/technical-meetings" class="LeftNavCMSListMenuLinkHighlighted" title="Technical meetings and seminars" >Technical meetings and seminars</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_1_7_89" style=""><a href="/events-awards/awards-and-dinners" class="LeftNavCMSListMenuLink" style="" title="Dinners and Awards" >Dinners and Awards</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_1_8_89" style=""><a href="/events-awards/committee-meetings" class="LeftNavCMSListMenuLink" style="" title="Committee meetings" >Committee meetings</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_1_9_89" style=""><a href="http://www.istructe.org/about-us/location-and-room-hire.aspx" class="LeftNavCMSListMenuLink" style="" title="Room hire" >Room hire</a></li>
</ul>
</li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_0_7_22"><a href="/publications" class="LeftNavCMSListMenuLink" title="Publications" >Publications</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_0_8_22"><a href="/resources-centre" class="LeftNavCMSListMenuLink" title="Resources centre" >Resources centre</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_0_9_22"><a href="/near-you" class="LeftNavCMSListMenuLink" title="Near you" >Near you</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_0_10_22"><a href="/news" class="LeftNavCMSListMenuLink" title="News" >News</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_0_11_22"><a href="/forums" class="LeftNavCMSListMenuLink" title="Forums" >Forums</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_0_12_22"><a href="/finding-a-structural-engineer" class="LeftNavCMSListMenuLink" title="Finding a structural engineer" >Finding a structural engineer</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_0_13_22" style=""><a href="/my-account" class="LeftNavCMSListMenuLink" style="" title="My account" >My account</a></li>
<li class="LeftNavCMSListMenuLI" id="menuElem_LI_0_14_22" style=""><a href="/contact" class="LeftNavCMSListMenuLink" style="" title="Contact us" >Contact us</a></li>
</ul>
</div>
</div>
<div class="navbuild-bottom"></div>
<div class="navbuild-top"></div>
<div class="navbuild-menu">
<div class="jumpHolder">
<br />
<ul id="nav">
<li><a>I want to...</a>
<ul>
<li><a href="/membership/join-us">Join the Institution</a></li>
<!--<li><a href="/my-account/subscription">Pay my subscription</a></li>-->
<li><a href="/thestructuralengineer">Read <i>The Structural Engineer</i></a></li>
<li><a href="/resources-centre/library">Visit the library</a></li>
<li><a href="/events-and-awards">Attend a course</a></li>
<li><a href="/resources-centre/webinars">View a webinar</a></li>
<li><a href="/publications">Purchase a book</a></li>
<li><a href="/about-us/funds-and-donations/benevolent-fund">Contact the Benevolent Fund</a></li>
<li><a href="/my-account/cpd">Submit my CPD</a></li>
<li><a href="/about-us/location-and-room-hire">Hire a room</a></li>
<li><a href="https://secure.etrainingsystems.biz/istructe/" target="_blank">E-Training Courses</a></li>
<li><a href="/downloads/about-us/who-we-are/institution-of-structural-engineers-map" target="_blank">View location map</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="navbuild-bottom"></div>
<br />
</div>
<div style="width:auto; height:248px;"></div>
<div id="middlecnt">
<div id="middlecntright" style="background:white; width:774px; min-height:500px; float:right;">
<!-- SHARING start -->
<div class="social-media-sharing_container">
<div class="social-media-sharing_left">
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter" tw:via="istructe"></a>
<script>
var addthis_share = {url_transforms : {shorten: {twitter: 'bitly'}},
shorteners : {bitly : {}},
templates : {twitter : "{{title}} {{URL}} (via @istructe)"}}
</script>
<a class="addthis_button_google_plusone_share"></a>
<a class="addthis_button_linkedin"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<!-- AddThis Button END -->
</div>
<div class="social-media-sharing_right">
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_email"></a>
<a class="addthis_button_print"></a>
</div>
<!-- AddThis Button END -->
</div>
</div>
<!-- SHARING end -->
<div id="middlecntrightbreadcrumb">
<a href="/home.aspx">Institution of Structural Engineers</a>&nbsp;&gt;&nbsp;<a href="/events-and-awards" class="CMSBreadCrumbsLink">Events and awards</a> &gt; <span class="CMSBreadCrumbsCurrentItem">Technical meetings and seminars</span>
</div><div id="middlecntrightcontent"><h1>Technical meetings and seminars
</h1><h2>Details and forthcoming events
</h2><p><p>
<strong>Institution evening meetings and special events</strong></p>
<p>
Technical meetings and seminars&nbsp;take place, unless stated otherwise, at the <a href="/downloads/about-us/who-we-are/institution-of-structural-engineers-map.aspx" target="_blank">Institution of Structural Engineers, London, SW1</a></p>
<p>
The meetings start at 18:00 with refreshments from 17:30 - they are free of charge to attend, unless stated otherwise. Registration for evening technical meetings is required via <a href="mailto:events@istructe.org">events@istructe.org</a></p>
<p>
Please note that History Study Group meetings start at 18:15 with refreshments from 17:45.</p>
<p>
Registration is not required for History Study Group meetings except for the Annual Business meeting held in January.</p>
</p></div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">23/01/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Bedfordshire and Adjoining Counties</p>
</div>
</div>
<h1><a href="/events/regional/bedfordshire-and-adjoining-counties/2014/various-forms-of-contract">Various Forms of Contract</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Holiday Inn Hotel, London Road, Newport Pagnell, MK16 0JA</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">27/01/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Southern</p>
</div>
</div>
<h1><a href="/events/regional/southern/2014/southern-regional-group-meeting-brunel’s-timber-vi">Southern Regional Group Meeting Brunel’s Timber Viaducts: Masterpieces or Aberrations?</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Lecture Theatre A, Building No. 7 (Lanchester Building), Highfield Campus, University of Southampton, SO17 1BJ</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">28/01/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">North Thames</p>
</div>
</div>
<h1><a href="/events/regional/north-thames/2014/meet-the-president,-mr-nick-russell">Meet the President, Mr Nick Russell</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Room 164, Skempton Building
Imperial College London
Exhibition Road
London
SW7 2AZ </p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">28/01/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Lancashire and Cheshire</p>
</div>
</div>
<h1><a href="/events/regional/lancashire-and-cheshire/2014/corrosion-of-structural-steel-and-how-to-fix-it">Corrosion of Structural Steel and How to Fix It</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: University of Manchester, Renold Building, PO Box 85, Sackville Street, Manchester M1 3BB</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">28/01/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Midland Counties</p>
</div>
</div>
<h1><a href="/events/regional/midland-counties/2014/bob-fisher-memorial-lecture-fire-engineering">Bob Fisher Memorial Lecture - Fire Engineering</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Birmingham Medical Institute,
36 Harborne Road,
Edgbaston,
Birmingham B15 3AF
</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">28/01/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Scottish</p>
</div>
</div>
<h1><a href="/events/regional/scottish/2014/chairman’s-inauguration">Chairman’s Inauguration</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: IET Teacher Building
14-16 St Enoch Square
Glasgow G1 4DB
</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">29/01/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Midland Counties</p>
</div>
</div>
<h1><a href="/events/regional/midland-counties/2014/winter-site-visit-metsec">Winter Site Visit: Metsec</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Metsec,
Oldbury,
B69 4HF
</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">30/01/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Aberdeen & Offshore</p>
</div>
</div>
<h1><a href="/events/regional/aberdeen-offshore/2014/blast-resistant-building-design">Blast Resistant Building Design</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Jury's Inn, Union Square, Guild Street, AB11 5RG</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">30/01/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Devon & Cornwall</p>
</div>
</div>
<h1><a href="/events/regional/devon-cornwall/2014/2014-inaugural-meeting-an-institution-for-everyone">2014 Inaugural Meeting - "An Institution for Everyone?"</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Harrison Building, North Park Road, University of Exeter, Exeter EX4 4QF</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">30/01/2014 - 31/01/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">South Eastern Counties</p>
</div>
</div>
<h1><a href="/events/regional/south-eastern-counties/2014/a-joint-istructe-bromley-building-control-eminar-o">A joint IStructE/Bromley Building Control seminar on "Japanese Knotweed and other invasive weeds"</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: "The Venue",
Bromley Football Club,
The Stadium,
Hayes Lane,
Bromley BR2 9EF</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">03/02/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">HQ</p>
</div>
</div>
<h1><a href="/events/hq/2014/james-dredge-the-victoria-bridge">James Dredge - the Victoria Bridge, Bath and its restoration</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Institution of Structural Engineers HQ, 11 Upper Belgrave Street, London, SW1X 8BH</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">04/02/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">South Eastern Counties</p>
</div>
</div>
<h1><a href="/events/regional/south-eastern-counties/2014/movement-in-masonry-and-joints,-innovations-in-mas">Movement in Masonry and Joints, Innovations in Masonry</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Maple Room, Fairfield Halls, Park Lane, Croydon, CR0 1DG</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">10/02/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Surrey</p>
</div>
</div>
<h1><a href="/events/regional/surrey/2014/surrey-regional-group-presentation-bridge-sustaina">Surrey Regional Group Presentation - Bridge Sustainability</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Lecture Theatre M, Surrey University, Guildford, GU2 7JP</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">10/02/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">East Anglia</p>
</div>
</div>
<h1><a href="/events/regional/east-anglia/2014/joint-technical-meeting-by-the-istructe">Joint Technical Meeting by the IStructE</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: The Suffolk Golf Hotel & Spa, Fornhma St Genevieve, Bury St Edmunds, IP28 6JQ</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">13/02/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">HQ</p>
</div>
</div>
<h1><a href="/events/hq/2014/james-sutherland-history-lecture-not-up,-not-down">James Sutherland History Lecture: Not up, not down but sideways</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Institution HQ, 11 Upper Belgrave Street, London, SW1X 8BH</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">17/02/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Northern Ireland</p>
</div>
</div>
<h1><a href="/events/regional/northern-ireland/2014/ipd-seminar-no-1-sustainability">IPD Seminar No. 1 - Sustainability</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Wellington Park Hotel, 21 Malone Road, Belfast, BT9 6RU</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">18/02/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Northern Counties</p>
</div>
</div>
<h1><a href="/events/regional/northern-counties/2014/building-information-modeling-(bim)">Building Information Modeling (BIM)</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Stephenson Building Lecture Theatre,
Teesside University,
Middlesbrough,
TS1 3BA</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">18/02/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Midland Counties</p>
</div>
</div>
<h1><a href="/events/regional/midland-counties/2014/make-and-break-competition">Make and Break Competition</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: University of Birmingham
Civil & Mechanical Engineering Building
B15 2TT</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">25/02/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Midland Counties</p>
</div>
</div>
<h1><a href="/events/regional/midland-counties/2014/chairman-s-address">Chairman's Address</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Birmingham Medical Institute, 36 Harborne Road, Edgbaston, Birmingham, B15 3AF</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">27/02/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Thames Valley</p>
</div>
</div>
<h1><a href="/events/regional/thames-valley/2014/design-of-masonry-structures-to-ec6">Design of Masonry Structures to EC6</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Court Garden House,
Pound Lane,
Marlow,
SL7 2AE
</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">28/02/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Northern Ireland</p>
</div>
</div>
<h1><a href="/events/regional/northern-ireland/2014/exhibition">Peter Rice Exhibition</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Naughton Gallery, Lanyon Building, QUB, Belfast, BT7 1NN</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">28/02/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Northern Ireland</p>
</div>
</div>
<h1><a href="/events/regional/northern-ireland/2014/visit-of-the-ceo-mr-martin-powell-and-chairman-s-a">Regional Group Meeting - Visit of the CEO Mr Martin Powell and Chairman's Address</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Malone House, Belfast, BT9 5PB</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">04/03/2014 - 06/03/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">External</p>
</div>
</div>
<h1><a href="/events/external/2013/icimart-2014">ICIMART 2014</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Sharjah, United Arab Emirates</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">11/03/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">East Midlands</p>
</div>
</div>
<h1><a href="/events/regional/east-midlands/2014/evening-technical-meeting">Evening Technical Meeting</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: The Yew Lodge Hotel, Packington Hill, Kegworth, DE74 2DF</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">11/03/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">South Eastern Counties</p>
</div>
</div>
<h1><a href="/events/regional/south-eastern-counties/2014/safety-by-design">Safety by Design</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Maple Room, Fairfield Halls, Park Lane, Croydon, Surrey, CR0 1DG</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">18/03/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Northern Counties</p>
</div>
</div>
<h1><a href="/events/regional/northern-counties/2014/brazil-olympics">Brazil Olympics</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Stephenson Building Lecture Theatre,
Teesside University,
Middlesbrough,
TS1 3BA</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">19/03/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">East Anglia</p>
</div>
</div>
<h1><a href="/events/regional/east-anglia/2014/joint-technical-meeting-by-the-ice">Joint Technical Meeting By the ICE</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: The Oaklands Hotel,89 Yarmouth Road, Norwich, NR7 0HH</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">20/03/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Northern Ireland</p>
</div>
</div>
<h1><a href="/events/regional/northern-ireland/2014/regional-group-meeting-peter-rice-a-personal-persp">Regional Group Meeting - "Peter Rice - A Personal Perspective"</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Canada Room, Lanyon Building, QUB, Belfast, BT7 1NN</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">20/03/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Western Counties</p>
</div>
</div>
<h1><a href="/events/regional/western-counties/2014/chairman-s-address-the-checking-of-structures-who">Chairman's Address - The checking of Structures: Who is responsible?</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Avon Gorge Hotel, Sion Hill, Clifton, Bristol, BS8 4LD</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">25/03/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Midland Counties</p>
</div>
</div>
<h1><a href="/events/regional/midland-counties/2014/technical-meeting-–-details-tbc">Technical Meeting – Details TBC</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Birmingham Medical Institute
36 Harborne Road,
Edgbaston,
Birmingham B15 3AF</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">08/04/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Northern Ireland</p>
</div>
</div>
<h1><a href="/events/regional/northern-ireland/2014/regional-group-meeting-the-shard,-london">Regional Group Meeting - The Shard, London </a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Room PFC/0G/007, Peter Froggatt Centre, QUB, BT7 1JN</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">09/04/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Singapore</p>
</div>
</div>
<h1><a href="/events/regional/singapore/2014/one-day-seminar-on-structural-strengthening-using">One-Day Seminar on Structural Strengthening Using Fibre-Reinforced Polymer Materials: State-of-the-Art Applications</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Crystal Ballroom, Level B3, Holiday Inn Golden Mile Hong Kong
50 Nathan Road, Tsim Sha Tsui, Kowloon, Hong Kong
</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">15/04/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">East Midlands</p>
</div>
</div>
<h1><a href="/events/regional/east-midlands/2014/evening-technical-meeting-(1)">Evening Technical Meeting</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: The Yew Lodge Hotel, Packington Hill, Kegworth, DE74 2DF</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">15/04/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Northern Counties</p>
</div>
</div>
<h1><a href="/events/regional/northern-counties/2014/new-air-products-energy-plant">New Air Products Energy Plant</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Stephenson Building Lecture Theatre,
Teesside University,
Middlesbrough,
TS1 3BA</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">29/04/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">Midland Counties</p>
</div>
</div>
<h1><a href="/events/regional/midland-counties/2014/understanding-structural-analysis">Understanding Structural Analysis</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: Birmingham Medical Institute
36 Harborne Road,
Edgbaston,
Birmingham, B15 3AF</p>
</div>
</div>
</div>
</div>
<div style="border: 1px solid #cccccc; margin:6px;">
<div class="result" style="margin: 8px;">
<div style="width: 100%; padding-bottom: 15px;">
<div style="float: left; width: 145px;">
<p class="dates" style="font-size:10px;">13/05/2014</p>
</div>
<div style="float: right; width: 200px;">
<p class="dates" style="font-size:10px; text-align:right;">East Midlands</p>
</div>
</div>
<h1><a href="/events/regional/east-midlands/2014/evening-technical-meeting-(2)">Evening Technical Meeting</a></h1>
<div class="abstract">
<div class="toggle">
<p style="font-size:10px;">Location: TBC</p>
</div>
</div>
</div>
</div>
<br /><br />
<!--div style="width:530px; float:left;"><zzzzzzzzzzzzzzzzcc1:CzzzzzzzzzzzzzMSWebxxxxxxxxxxPartzzzzzzzzzzzZoxxxxxxxxne IxxxxxD="zonzzzzzzzzzzeevents" ruxxxxxnat="sexxxxxxxrver"/></div>
<div style="width:210px; float:right; border: 1px solid #ccc; margin: 6px 20px 0 0;"><div style="margin:8px;">Filtering here...</div></div>
<br class="clear" /-->
<!--/div-->
<!--<div id="middlecntrightrelated">
<h5>Find out more...</h5>
<div id="middlecntrightrelateddownload">
<p><strong>Downloads:</strong></p>
</div>
<div id="middlecntrightrelatedlike">
<p><strong>Related:</strong></p>
</div>
</div>-->
<br class="clear" />
</div>
<div class="bottomfiller"></div>
</div>
</div>
</div>
<div id="bottomcnt">
<div id="bottomcntterms">
<div id="bottomcnttermsleft">
<a href="/contact.aspx">Contact us</a> &#124;
<a href="/contact/help/">Help</a> &#124;
<a href="/site-map.aspx">Site Map</a> &#124;
<a href="/privacy-policy.aspx">Privacy Policy</a> &#124;
<a href="/terms-and-conditions.aspx">Terms &amp; Conditions</a>
</div>
<div id="bottomcnttermsright">
All of the pages on this website are the copyright &#169; of The Institution of Structural Engineers.
</div>
<br class="clear" />
</div>
<div id="bottomcntfooter">
<div id="bottomcntfooterleft">
The Institution of Structural Engineers, 11 Upper Belgrave Street, London, SW1X 8BH, United Kingdom
<br />Tel: +44 (0)20 7235 4535 Fax: +44 (0)20 7235 4294
<br />Registered with the Charity Commission for England and Wales No. 233392 and in Scotland No. SC038263
</div>
<div id="bottomcntfooterright">
<span>Follow us on:</span>
<a href="//www.twitter.com/#!/istructe" target="_blank" title="Twitter"><img src="/images/social-media/twitter.aspx" id="communityPicsa" width="26" height="26" alt="Twitter" border="0" /></a>
<a href="//www.facebook.com/pages/The-Institution-of-Structural-Engineers/210349062345031?sk" title="Facebook" target="_blank"><img src="/images/social-media/facebook.aspx" id="communityPicsb" width="26" height="26" alt="Facebook" border="0" /></a>
<a href="//www.linkedin.com/groups?home=&amp;gid=1950977&amp;trk=anet_ug_hm" title="LinkedIn" target="_blank"><img src="/images/social-media/linkedin.aspx" id="communityPicsc" width="26" height="26" alt="LinkedIn" border="0" /></a>
<a href="//www.youtube.com/user/InstitutionofSE" title="YouTube" target="_blank"><img src="/images/social-media/youtube.aspx" id="communityPicsd" width="26" height="26" alt="Youtube" border="0" /></a>
<a href="//jobs.thestructuralengineer.org/" title="The Structural Engineer Jobs" target="_blank"><img src="/images/social-media/tse.aspx" id="communityPicsf" width="26" height="26" alt="The Structural Engineer Jobs" border="0" /></a>
</div>
<br class="clear" />
</div>
</div>
</div>
<!-- Google Analytics Outbound Tracking Links -->
<script type="text/javascript">
function recordOutboundLink(link, category, action) {
try {
var pageTracker=_gat._getTracker("UA-32237-7");
pageTracker._trackEvent(category, action);
setTimeout('document.location = "' + link.href + '"', 100)
}
catch(err){}
}
</script>
<script type="text/javascript">
//<![CDATA[
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
if ( (parent == null) || (!parent.IsCMSDesk) ) {
try {
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32237-7']);
_gaq.push(['_trackPageview']);
} catch(err) {}
}
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
(function() {var fn = function() {$get("manScript_HiddenField").value = '';Sys.Application.remove_init(fn);};Sys.Application.add_init(fn);})();//]]>
</script>
<script type="text/javascript">
//<![CDATA[
if (typeof(Sys.Browser.WebKit) == 'undefined') {
Sys.Browser.WebKit = {};
}
if (navigator.userAgent.indexOf('WebKit/') > -1) {
Sys.Browser.agent = Sys.Browser.WebKit;
Sys.Browser.version = parseFloat(navigator.userAgent.match(/WebKit\/(\d+(\.\d+)?)/)[1]);
Sys.Browser.name = 'WebKit';
}
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
WebServiceCall('http://www.istructe.org/CMSPages/WebAnalyticsService.asmx','LogHits', '{"pageGUID":"7cb43844-21af-47a7-935e-d34d73e94a42", "referrer":""}')
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
WebForm_InitCallback();//]]>
</script>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJODc3OTc4NjAwD2QWAgIBEGRkFgICBQ9kFgJmD2QWAmYPZBYGAgEPZBYCZg9kFgICAQ8PFgIeB1Zpc2libGVoZGQCCQ9kFgJmDw8WAh8AaGQWAmYPDxYCHwBoZGQCCw9kFgJmD2QWAgICD2QWAmYPZBYCZg9kFgZmD2QWAgIED2QWAgICD2QWSGYPZBYCZg9kFgQCAQ9kFgRmDxUBCjIzLzAxLzIwMTRkAgEPFgIfAGgWAmYPFQEAZAICDxUEI0JlZGZvcmRzaGlyZSBhbmQgQWRqb2luaW5nIENvdW50aWVzUy9ldmVudHMvcmVnaW9uYWwvYmVkZm9yZHNoaXJlLWFuZC1hZGpvaW5pbmctY291bnRpZXMvMjAxNC92YXJpb3VzLWZvcm1zLW9mLWNvbnRyYWN0GVZhcmlvdXMgRm9ybXMgb2YgQ29udHJhY3Q5SG9saWRheSBJbm4gSG90ZWwsIExvbmRvbiBSb2FkLCBOZXdwb3J0IFBhZ25lbGwsIE1LMTYgMEpBZAIBD2QWAmYPZBYEAgEPZBYEZg8VAQoyNy8wMS8yMDE0ZAIBDxYCHwBoFgJmDxUBAGQCAg8VBAhTb3V0aGVyblMvZXZlbnRzL3JlZ2lvbmFsL3NvdXRoZXJuLzIwMTQvc291dGhlcm4tcmVnaW9uYWwtZ3JvdXAtbWVldGluZy1icnVuZWzigJlzLXRpbWJlci12aVlTb3V0aGVybiBSZWdpb25hbCBHcm91cCBNZWV0aW5nIEJydW5lbOKAmXMgVGltYmVyIFZpYWR1Y3RzOiAgTWFzdGVycGllY2VzIG9yIEFiZXJyYXRpb25zP25MZWN0dXJlIFRoZWF0cmUgQSwgQnVpbGRpbmcgTm8uIDcgKExhbmNoZXN0ZXIgQnVpbGRpbmcpLCBIaWdoZmllbGQgQ2FtcHVzLCBVbml2ZXJzaXR5IG9mIFNvdXRoYW1wdG9uLCBTTzE3IDFCSmQCAg9kFgJmD2QWBAIBD2QWBGYPFQEKMjgvMDEvMjAxNGQCAQ8WAh8AaBYCZg8VAQBkAgIPFQQMTm9ydGggVGhhbWVzRi9ldmVudHMvcmVnaW9uYWwvbm9ydGgtdGhhbWVzLzIwMTQvbWVldC10aGUtcHJlc2lkZW50LC1tci1uaWNrLXJ1c3NlbGwjTWVldCB0aGUgUHJlc2lkZW50LCBNciBOaWNrIFJ1c3NlbGxYUm9vbSAxNjQsIFNrZW1wdG9uIEJ1aWxkaW5nDQpJbXBlcmlhbCBDb2xsZWdlIExvbmRvbiANCkV4aGliaXRpb24gUm9hZA0KTG9uZG9uDQpTVzcgMkFaIGQCAw9kFgJmD2QWBAIBD2QWBGYPFQEKMjgvMDEvMjAxNGQCAQ8WAh8AaBYCZg8VAQBkAgIPFQQXTGFuY2FzaGlyZSBhbmQgQ2hlc2hpcmVdL2V2ZW50cy9yZWdpb25hbC9sYW5jYXNoaXJlLWFuZC1jaGVzaGlyZS8yMDE0L2NvcnJvc2lvbi1vZi1zdHJ1Y3R1cmFsLXN0ZWVsLWFuZC1ob3ctdG8tZml4LWl0L0NvcnJvc2lvbiBvZiBTdHJ1Y3R1cmFsIFN0ZWVsIGFuZCBIb3cgdG8gRml4IEl0WVVuaXZlcnNpdHkgb2YgTWFuY2hlc3RlciwgUmVub2xkIEJ1aWxkaW5nLCBQTyBCb3ggODUsIFNhY2t2aWxsZSBTdHJlZXQsIE1hbmNoZXN0ZXIgTTEgM0JCZAIED2QWAmYPZBYEAgEPZBYEZg8VAQoyOC8wMS8yMDE0ZAIBDxYCHwBoFgJmDxUBAGQCAg8VBBBNaWRsYW5kIENvdW50aWVzUy9ldmVudHMvcmVnaW9uYWwvbWlkbGFuZC1jb3VudGllcy8yMDE0L2JvYi1maXNoZXItbWVtb3JpYWwtbGVjdHVyZS1maXJlLWVuZ2luZWVyaW5nLkJvYiBGaXNoZXIgTWVtb3JpYWwgTGVjdHVyZSAtIEZpcmUgRW5naW5lZXJpbmdUQmlybWluZ2hhbSBNZWRpY2FsIEluc3RpdHV0ZSwNCjM2IEhhcmJvcm5lIFJvYWQsIA0KRWRnYmFzdG9uLCANCkJpcm1pbmdoYW0gQjE1IDNBRg0KZAIFD2QWAmYPZBYEAgEPZBYEZg8VAQoyOC8wMS8yMDE0ZAIBDxYCHwBoFgJmDxUBAGQCAg8VBAhTY290dGlzaDgvZXZlbnRzL3JlZ2lvbmFsL3Njb3R0aXNoLzIwMTQvY2hhaXJtYW7igJlzLWluYXVndXJhdGlvbhlDaGFpcm1hbuKAmXMgSW5hdWd1cmF0aW9uPUlFVCBUZWFjaGVyIEJ1aWxkaW5nDQoxNC0xNiBTdCBFbm9jaCBTcXVhcmUNCkdsYXNnb3cgRzEgNERCDQpkAgYPZBYCZg9kFgQCAQ9kFgRmDxUBCjI5LzAxLzIwMTRkAgEPFgIfAGgWAmYPFQEAZAICDxUEEE1pZGxhbmQgQ291bnRpZXM/L2V2ZW50cy9yZWdpb25hbC9taWRsYW5kLWNvdW50aWVzLzIwMTQvd2ludGVyLXNpdGUtdmlzaXQtbWV0c2VjGVdpbnRlciBTaXRlIFZpc2l0OiBNZXRzZWMcTWV0c2VjLA0KT2xkYnVyeSwNCkI2OSA0SEYNCmQCBw9kFgJmD2QWBAIBD2QWBGYPFQEKMzAvMDEvMjAxNGQCAQ8WAh8AaBYCZg8VAQBkAgIPFQQTQWJlcmRlZW4gJiBPZmZzaG9yZUcvZXZlbnRzL3JlZ2lvbmFsL2FiZXJkZWVuLW9mZnNob3JlLzIwMTQvYmxhc3QtcmVzaXN0YW50LWJ1aWxkaW5nLWRlc2lnbh9CbGFzdCBSZXNpc3RhbnQgQnVpbGRpbmcgRGVzaWduMEp1cnkncyBJbm4sIFVuaW9uIFNxdWFyZSwgR3VpbGQgU3RyZWV0LCBBQjExIDVSR2QCCA9kFgJmD2QWBAIBD2QWBGYPFQEKMzAvMDEvMjAxNGQCAQ8WAh8AaBYCZg8VAQBkAgIPFQQQRGV2b24gJiBDb3Jud2FsbFcvZXZlbnRzL3JlZ2lvbmFsL2Rldm9uLWNvcm53YWxsLzIwMTQvMjAxNC1pbmF1Z3VyYWwtbWVldGluZy1hbi1pbnN0aXR1dGlvbi1mb3ItZXZlcnlvbmU3MjAxNCBJbmF1Z3VyYWwgTWVldGluZyAtICJBbiBJbnN0aXR1dGlvbiBmb3IgRXZlcnlvbmU/IkhIYXJyaXNvbiBCdWlsZGluZywgTm9ydGggUGFyayBSb2FkLCBVbml2ZXJzaXR5IG9mIEV4ZXRlciwgRXhldGVyIEVYNCA0UUZkAgkPZBYCZg9kFgQCAQ9kFgRmDxUBCjMwLzAxLzIwMTRkAgEPZBYCZg8VAQ0gLSAzMS8wMS8yMDE0ZAICDxUEFlNvdXRoIEVhc3Rlcm4gQ291bnRpZXNfL2V2ZW50cy9yZWdpb25hbC9zb3V0aC1lYXN0ZXJuLWNvdW50aWVzLzIwMTQvYS1qb2ludC1pc3RydWN0ZS1icm9tbGV5LWJ1aWxkaW5nLWNvbnRyb2wtZW1pbmFyLW9hQSBqb2ludCBJU3RydWN0RS9Ccm9tbGV5IEJ1aWxkaW5nIENvbnRyb2wgc2VtaW5hciBvbiAiSmFwYW5lc2UgS25vdHdlZWQgYW5kIG90aGVyIGludmFzaXZlIHdlZWRzIlAiVGhlIFZlbnVlIiwNCkJyb21sZXkgRm9vdGJhbGwgQ2x1YiwNClRoZSBTdGFkaXVtLA0KSGF5ZXMgTGFuZSwNCkJyb21sZXkgQlIyIDlFRmQCCg9kFgJmD2QWBAIBD2QWBGYPFQEKMDMvMDIvMjAxNGQCAQ8WAh8AaBYCZg8VAQBkAgIPFQQCSFEwL2V2ZW50cy9ocS8yMDE0L2phbWVzLWRyZWRnZS10aGUtdmljdG9yaWEtYnJpZGdlPEphbWVzIERyZWRnZSAtIHRoZSBWaWN0b3JpYSBCcmlkZ2UsIEJhdGggYW5kIGl0cyByZXN0b3JhdGlvblJJbnN0aXR1dGlvbiBvZiBTdHJ1Y3R1cmFsIEVuZ2luZWVycyBIUSwgMTEgVXBwZXIgQmVsZ3JhdmUgU3RyZWV0LCBMb25kb24sIFNXMVggOEJIZAILD2QWAmYPZBYEAgEPZBYEZg8VAQowNC8wMi8yMDE0ZAIBDxYCHwBoFgJmDxUBAGQCAg8VBBZTb3V0aCBFYXN0ZXJuIENvdW50aWVzXy9ldmVudHMvcmVnaW9uYWwvc291dGgtZWFzdGVybi1jb3VudGllcy8yMDE0L21vdmVtZW50LWluLW1hc29ucnktYW5kLWpvaW50cywtaW5ub3ZhdGlvbnMtaW4tbWFzNk1vdmVtZW50IGluIE1hc29ucnkgYW5kIEpvaW50cywgSW5ub3ZhdGlvbnMgaW4gTWFzb25yeThNYXBsZSBSb29tLCBGYWlyZmllbGQgSGFsbHMsIFBhcmsgTGFuZSwgQ3JveWRvbiwgQ1IwIDFER2QCDA9kFgJmD2QWBAIBD2QWBGYPFQEKMTAvMDIvMjAxNGQCAQ8WAh8AaBYCZg8VAQBkAgIPFQQGU3VycmV5Ty9ldmVudHMvcmVnaW9uYWwvc3VycmV5LzIwMTQvc3VycmV5LXJlZ2lvbmFsLWdyb3VwLXByZXNlbnRhdGlvbi1icmlkZ2Utc3VzdGFpbmE6U3VycmV5IFJlZ2lvbmFsIEdyb3VwIFByZXNlbnRhdGlvbiAtIEJyaWRnZSBTdXN0YWluYWJpbGl0eThMZWN0dXJlIFRoZWF0cmUgTSwgU3VycmV5IFVuaXZlcnNpdHksIEd1aWxkZm9yZCwgR1UyIDdKUGQCDQ9kFgJmD2QWBAIBD2QWBGYPFQEKMTAvMDIvMjAxNGQCAQ8WAh8AaBYCZg8VAQBkAgIPFQQLRWFzdCBBbmdsaWFJL2V2ZW50cy9yZWdpb25hbC9lYXN0LWFuZ2xpYS8yMDE0L2pvaW50LXRlY2huaWNhbC1tZWV0aW5nLWJ5LXRoZS1pc3RydWN0ZSdKb2ludCBUZWNobmljYWwgTWVldGluZyBieSB0aGUgSVN0cnVjdEVNVGhlIFN1ZmZvbGsgR29sZiBIb3RlbCAmIFNwYSwgRm9ybmhtYSBTdCBHZW5ldmlldmUsIEJ1cnkgU3QgRWRtdW5kcywgSVAyOCA2SlFkAg4PZBYCZg9kFgQCAQ9kFgRmDxUBCjEzLzAyLzIwMTRkAgEPFgIfAGgWAmYPFQEAZAICDxUEAkhRQS9ldmVudHMvaHEvMjAxNC9qYW1lcy1zdXRoZXJsYW5kLWhpc3RvcnktbGVjdHVyZS1ub3QtdXAsLW5vdC1kb3duP0phbWVzIFN1dGhlcmxhbmQgSGlzdG9yeSBMZWN0dXJlOiBOb3QgdXAsIG5vdCBkb3duIGJ1dCBzaWRld2F5czpJbnN0aXR1dGlvbiBIUSwgMTEgVXBwZXIgQmVsZ3JhdmUgU3RyZWV0LCBMb25kb24sIFNXMVggOEJIZAIPD2QWAmYPZBYEAgEPZBYEZg8VAQoxNy8wMi8yMDE0ZAIBDxYCHwBoFgJmDxUBAGQCAg8VBBBOb3J0aGVybiBJcmVsYW5kRi9ldmVudHMvcmVnaW9uYWwvbm9ydGhlcm4taXJlbGFuZC8yMDE0L2lwZC1zZW1pbmFyLW5vLTEtc3VzdGFpbmFiaWxpdHkiSVBEIFNlbWluYXIgTm8uIDEgLSBTdXN0YWluYWJpbGl0eTdXZWxsaW5ndG9uIFBhcmsgSG90ZWwsIDIxIE1hbG9uZSBSb2FkLCBCZWxmYXN0LCBCVDkgNlJVZAIQD2QWAmYPZBYEAgEPZBYEZg8VAQoxOC8wMi8yMDE0ZAIBDxYCHwBoFgJmDxUBAGQCAg8VBBFOb3J0aGVybiBDb3VudGllc0svZXZlbnRzL3JlZ2lvbmFsL25vcnRoZXJuLWNvdW50aWVzLzIwMTQvYnVpbGRpbmctaW5mb3JtYXRpb24tbW9kZWxpbmctKGJpbSkjQnVpbGRpbmcgSW5mb3JtYXRpb24gTW9kZWxpbmcgKEJJTSlTU3RlcGhlbnNvbiBCdWlsZGluZyBMZWN0dXJlIFRoZWF0cmUsDQpUZWVzc2lkZSBVbml2ZXJzaXR5LA0KTWlkZGxlc2Jyb3VnaCwNClRTMSAzQkFkAhEPZBYCZg9kFgQCAQ9kFgRmDxUBCjE4LzAyLzIwMTRkAgEPFgIfAGgWAmYPFQEAZAICDxUEEE1pZGxhbmQgQ291bnRpZXNBL2V2ZW50cy9yZWdpb25hbC9taWRsYW5kLWNvdW50aWVzLzIwMTQvbWFrZS1hbmQtYnJlYWstY29tcGV0aXRpb24aTWFrZSBhbmQgQnJlYWsgQ29tcGV0aXRpb25KVW5pdmVyc2l0eSBvZiBCaXJtaW5naGFtDQpDaXZpbCAmIE1lY2hhbmljYWwgRW5naW5lZXJpbmcgQnVpbGRpbmcNCkIxNSAyVFRkAhIPZBYCZg9kFgQCAQ9kFgRmDxUBCjI1LzAyLzIwMTRkAgEPFgIfAGgWAmYPFQEAZAICDxUEEE1pZGxhbmQgQ291bnRpZXM5L2V2ZW50cy9yZWdpb25hbC9taWRsYW5kLWNvdW50aWVzLzIwMTQvY2hhaXJtYW4tcy1hZGRyZXNzEkNoYWlybWFuJ3MgQWRkcmVzc05CaXJtaW5naGFtIE1lZGljYWwgSW5zdGl0dXRlLCAzNiBIYXJib3JuZSBSb2FkLCBFZGdiYXN0b24sIEJpcm1pbmdoYW0sIEIxNSAzQUZkAhMPZBYCZg9kFgQCAQ9kFgRmDxUBCjI3LzAyLzIwMTRkAgEPFgIfAGgWAmYPFQEAZAICDxUEDVRoYW1lcyBWYWxsZXlHL2V2ZW50cy9yZWdpb25hbC90aGFtZXMtdmFsbGV5LzIwMTQvZGVzaWduLW9mLW1hc29ucnktc3RydWN0dXJlcy10by1lYzYjRGVzaWduIG9mIE1hc29ucnkgU3RydWN0dXJlcyB0byBFQzY1Q291cnQgR2FyZGVuIEhvdXNlLA0KUG91bmQgTGFuZSwNCk1hcmxvdywNClNMNyAyQUUgDQpkAhQPZBYCZg9kFgQCAQ9kFgRmDxUBCjI4LzAyLzIwMTRkAgEPFgIfAGgWAmYPFQEAZAICDxUEEE5vcnRoZXJuIElyZWxhbmQxL2V2ZW50cy9yZWdpb25hbC9ub3J0aGVybi1pcmVsYW5kLzIwMTQvZXhoaWJpdGlvbhVQZXRlciBSaWNlIEV4aGliaXRpb244TmF1Z2h0b24gR2FsbGVyeSwgTGFueW9uIEJ1aWxkaW5nLCBRVUIsIEJlbGZhc3QsIEJUNyAxTk5kAhUPZBYCZg9kFgQCAQ9kFgRmDxUBCjI4LzAyLzIwMTRkAgEPFgIfAGgWAmYPFQEAZAICDxUEEE5vcnRoZXJuIElyZWxhbmRZL2V2ZW50cy9yZWdpb25hbC9ub3J0aGVybi1pcmVsYW5kLzIwMTQvdmlzaXQtb2YtdGhlLWNlby1tci1tYXJ0aW4tcG93ZWxsLWFuZC1jaGFpcm1hbi1zLWFRUmVnaW9uYWwgR3JvdXAgTWVldGluZyAtIFZpc2l0IG9mIHRoZSBDRU8gTXIgTWFydGluIFBvd2VsbCBhbmQgQ2hhaXJtYW4ncyBBZGRyZXNzHk1hbG9uZSBIb3VzZSwgQmVsZmFzdCwgQlQ5IDVQQmQCFg9kFgJmD2QWBAIBD2QWBGYPFQEKMDQvMDMvMjAxNGQCAQ9kFgJmDxUBDSAtIDA2LzAzLzIwMTRkAgIPFQQIRXh0ZXJuYWwiL2V2ZW50cy9leHRlcm5hbC8yMDEzL2ljaW1hcnQtMjAxNAxJQ0lNQVJUIDIwMTQdU2hhcmphaCwgVW5pdGVkIEFyYWIgRW1pcmF0ZXNkAhcPZBYCZg9kFgQCAQ9kFgRmDxUBCjExLzAzLzIwMTRkAgEPFgIfAGgWAmYPFQEAZAICDxUEDUVhc3QgTWlkbGFuZHM9L2V2ZW50cy9yZWdpb25hbC9lYXN0LW1pZGxhbmRzLzIwMTQvZXZlbmluZy10ZWNobmljYWwtbWVldGluZxlFdmVuaW5nIFRlY2huaWNhbCBNZWV0aW5nOFRoZSBZZXcgTG9kZ2UgSG90ZWwsIFBhY2tpbmd0b24gSGlsbCwgS2Vnd29ydGgsIERFNzQgMkRGZAIYD2QWAmYPZBYEAgEPZBYEZg8VAQoxMS8wMy8yMDE0ZAIBDxYCHwBoFgJmDxUBAGQCAg8VBBZTb3V0aCBFYXN0ZXJuIENvdW50aWVzPS9ldmVudHMvcmVnaW9uYWwvc291dGgtZWFzdGVybi1jb3VudGllcy8yMDE0L3NhZmV0eS1ieS1kZXNpZ24QU2FmZXR5IGJ5IERlc2lnbkBNYXBsZSBSb29tLCBGYWlyZmllbGQgSGFsbHMsIFBhcmsgTGFuZSwgQ3JveWRvbiwgU3VycmV5LCBDUjAgMURHZAIZD2QWAmYPZBYEAgEPZBYEZg8VAQoxOC8wMy8yMDE0ZAIBDxYCHwBoFgJmDxUBAGQCAg8VBBFOb3J0aGVybiBDb3VudGllczcvZXZlbnRzL3JlZ2lvbmFsL25vcnRoZXJuLWNvdW50aWVzLzIwMTQvYnJhemlsLW9seW1waWNzD0JyYXppbCBPbHltcGljc1NTdGVwaGVuc29uIEJ1aWxkaW5nIExlY3R1cmUgVGhlYXRyZSwNClRlZXNzaWRlIFVuaXZlcnNpdHksDQpNaWRkbGVzYnJvdWdoLA0KVFMxIDNCQWQCGg9kFgJmD2QWBAIBD2QWBGYPFQEKMTkvMDMvMjAxNGQCAQ8WAh8AaBYCZg8VAQBkAgIPFQQLRWFzdCBBbmdsaWFEL2V2ZW50cy9yZWdpb25hbC9lYXN0LWFuZ2xpYS8yMDE0L2pvaW50LXRlY2huaWNhbC1tZWV0aW5nLWJ5LXRoZS1pY2UiSm9pbnQgVGVjaG5pY2FsIE1lZXRpbmcgQnkgdGhlIElDRTVUaGUgT2FrbGFuZHMgSG90ZWwsODkgWWFybW91dGggUm9hZCwgTm9yd2ljaCwgTlI3IDBISGQCGw9kFgJmD2QWBAIBD2QWBGYPFQEKMjAvMDMvMjAxNGQCAQ8WAh8AaBYCZg8VAQBkAgIPFQQQTm9ydGhlcm4gSXJlbGFuZFkvZXZlbnRzL3JlZ2lvbmFsL25vcnRoZXJuLWlyZWxhbmQvMjAxNC9yZWdpb25hbC1ncm91cC1tZWV0aW5nLXBldGVyLXJpY2UtYS1wZXJzb25hbC1wZXJzcD9SZWdpb25hbCBHcm91cCAgTWVldGluZyAtICJQZXRlciBSaWNlIC0gQSBQZXJzb25hbCBQZXJzcGVjdGl2ZSIzQ2FuYWRhIFJvb20sIExhbnlvbiBCdWlsZGluZywgUVVCLCBCZWxmYXN0LCBCVDcgMU5OZAIcD2QWAmYPZBYEAgEPZBYEZg8VAQoyMC8wMy8yMDE0ZAIBDxYCHwBoFgJmDxUBAGQCAg8VBBBXZXN0ZXJuIENvdW50aWVzWC9ldmVudHMvcmVnaW9uYWwvd2VzdGVybi1jb3VudGllcy8yMDE0L2NoYWlybWFuLXMtYWRkcmVzcy10aGUtY2hlY2tpbmctb2Ytc3RydWN0dXJlcy13aG9EQ2hhaXJtYW4ncyBBZGRyZXNzIC0gVGhlIGNoZWNraW5nIG9mIFN0cnVjdHVyZXM6IFdobyBpcyByZXNwb25zaWJsZT82QXZvbiBHb3JnZSBIb3RlbCwgU2lvbiBIaWxsLCBDbGlmdG9uLCBCcmlzdG9sLCBCUzggNExEZAIdD2QWAmYPZBYEAgEPZBYEZg8VAQoyNS8wMy8yMDE0ZAIBDxYCHwBoFgJmDxUBAGQCAg8VBBBNaWRsYW5kIENvdW50aWVzSC9ldmVudHMvcmVnaW9uYWwvbWlkbGFuZC1jb3VudGllcy8yMDE0L3RlY2huaWNhbC1tZWV0aW5nLeKAky1kZXRhaWxzLXRiYyFUZWNobmljYWwgTWVldGluZyDigJMgRGV0YWlscyBUQkNPQmlybWluZ2hhbSBNZWRpY2FsIEluc3RpdHV0ZQ0KMzYgSGFyYm9ybmUgUm9hZCwNCkVkZ2Jhc3RvbiwNCkJpcm1pbmdoYW0gQjE1IDNBRmQCHg9kFgJmD2QWBAIBD2QWBGYPFQEKMDgvMDQvMjAxNGQCAQ8WAh8AaBYCZg8VAQBkAgIPFQQQTm9ydGhlcm4gSXJlbGFuZE8vZXZlbnRzL3JlZ2lvbmFsL25vcnRoZXJuLWlyZWxhbmQvMjAxNC9yZWdpb25hbC1ncm91cC1tZWV0aW5nLXRoZS1zaGFyZCwtbG9uZG9uK1JlZ2lvbmFsIEdyb3VwIE1lZXRpbmcgLSBUaGUgU2hhcmQsIExvbmRvbiA0Um9vbSBQRkMvMEcvMDA3LCBQZXRlciBGcm9nZ2F0dCBDZW50cmUsIFFVQiwgQlQ3IDFKTmQCHw9kFgJmD2QWBAIBD2QWBGYPFQEKMDkvMDQvMjAxNGQCAQ8WAh8AaBYCZg8VAQBkAgIPFQQJU2luZ2Fwb3JlUS9ldmVudHMvcmVnaW9uYWwvc2luZ2Fwb3JlLzIwMTQvb25lLWRheS1zZW1pbmFyLW9uLXN0cnVjdHVyYWwtc3RyZW5ndGhlbmluZy11c2luZ3NPbmUtRGF5IFNlbWluYXIgb24gU3RydWN0dXJhbCBTdHJlbmd0aGVuaW5nIFVzaW5nIEZpYnJlLVJlaW5mb3JjZWQgUG9seW1lciBNYXRlcmlhbHM6IFN0YXRlLW9mLXRoZS1BcnQgQXBwbGljYXRpb25zckNyeXN0YWwgQmFsbHJvb20sIExldmVsIEIzLCBIb2xpZGF5IElubiBHb2xkZW4gTWlsZSBIb25nIEtvbmcNCjUwIE5hdGhhbiBSb2FkLCBUc2ltIFNoYSBUc3VpLCBLb3dsb29uLCBIb25nIEtvbmcNCmQCIA9kFgJmD2QWBAIBD2QWBGYPFQEKMTUvMDQvMjAxNGQCAQ8WAh8AaBYCZg8VAQBkAgIPFQQNRWFzdCBNaWRsYW5kc0EvZXZlbnRzL3JlZ2lvbmFsL2Vhc3QtbWlkbGFuZHMvMjAxNC9ldmVuaW5nLXRlY2huaWNhbC1tZWV0aW5nLSgxKRlFdmVuaW5nIFRlY2huaWNhbCBNZWV0aW5nOFRoZSBZZXcgTG9kZ2UgSG90ZWwsIFBhY2tpbmd0b24gSGlsbCwgS2Vnd29ydGgsIERFNzQgMkRGZAIhD2QWAmYPZBYEAgEPZBYEZg8VAQoxNS8wNC8yMDE0ZAIBDxYCHwBoFgJmDxUBAGQCAg8VBBFOb3J0aGVybiBDb3VudGllc0UvZXZlbnRzL3JlZ2lvbmFsL25vcnRoZXJuLWNvdW50aWVzLzIwMTQvbmV3LWFpci1wcm9kdWN0cy1lbmVyZ3ktcGxhbnQdTmV3IEFpciBQcm9kdWN0cyBFbmVyZ3kgUGxhbnRTU3RlcGhlbnNvbiBCdWlsZGluZyBMZWN0dXJlIFRoZWF0cmUsDQpUZWVzc2lkZSBVbml2ZXJzaXR5LA0KTWlkZGxlc2Jyb3VnaCwNClRTMSAzQkFkAiIPZBYCZg9kFgQCAQ9kFgRmDxUBCjI5LzA0LzIwMTRkAgEPFgIfAGgWAmYPFQEAZAICDxUEEE1pZGxhbmQgQ291bnRpZXNIL2V2ZW50cy9yZWdpb25hbC9taWRsYW5kLWNvdW50aWVzLzIwMTQvdW5kZXJzdGFuZGluZy1zdHJ1Y3R1cmFsLWFuYWx5c2lzIVVuZGVyc3RhbmRpbmcgU3RydWN0dXJhbCBBbmFseXNpc1NCaXJtaW5naGFtIE1lZGljYWwgSW5zdGl0dXRlIA0KMzYgSGFyYm9ybmUgUm9hZCwgDQpFZGdiYXN0b24sIA0KQmlybWluZ2hhbSwgQjE1IDNBRmQCIw9kFgJmD2QWBAIBD2QWBGYPFQEKMTMvMDUvMjAxNGQCAQ8WAh8AaBYCZg8VAQBkAgIPFQQNRWFzdCBNaWRsYW5kc0EvZXZlbnRzL3JlZ2lvbmFsL2Vhc3QtbWlkbGFuZHMvMjAxNC9ldmVuaW5nLXRlY2huaWNhbC1tZWV0aW5nLSgyKRlFdmVuaW5nIFRlY2huaWNhbCBNZWV0aW5nA1RCQ2QCAg9kFgJmDw8WAh8AaGRkAgQPZBYCZg8PFgIfAGhkZBgBBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WAQUocCRsdCR6b25lU2VhcmNoJFNlYXJjaEJveCRidG5JbWFnZUJ1dHRvbl4Vl0QU2/3gDs2dFkD3y1pg40dOSyGNFaCCE7xOS/YU" />
<script type="text/javascript">
//<![CDATA[
if (window.WebForm_InitCallback) {
__theFormPostData = '';
__theFormPostCollection = new Array();
window.WebForm_InitCallback();
}
//]]>
</script>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment