Вы находитесь на странице: 1из 23

<!-- copyright (c) 2005 advanced solutions international, inc.

all rights
reserved -->
<!-- copyright (c) 2001 advanced solutions international, inc. all rights
reserved -->
<!-- author: woody archer -->

<html>
<head>
<title>log on</title>
<script language = "javascript">
<!--// use this function to retrieve a form cookie.
// included form_cookie.cfm
// use this function to retrieve a cookie.

function getcookie(name){
var cname = name + "=";
var dc = document.cookie;
if (dc.length > 0) {
begin = dc.indexof(cname);
if (begin != -1) {
begin += cname.length;
end = dc.indexof(";", begin);
if (end == -1) end = dc.length;
return unescape(dc.substring(begin,end));
}
}
return null;
}

// use this function to save a cookie.


function setcookie(name, value, expires) {
document.cookie = name + "=" + escape(value) + "; path=/" +
((expires == null) ? "" : "; expires=" + expires.togmtstring());
}

// use this function to delete a cookie.


function delcookie(name) {
document.cookie = name + "=; expires=thu, 01-jan-70 00:00:01 gmt" + "; path=/";
}

// function to retrieve form element's value.


function getvalue(element) {
var value = getcookie(element.name);
if (value != null) element.value = value;
}

// function to save form element's value.


function setvalue(element) {
setcookie(element.name, element.value, exp);
}

var exp = new date();


exp.settime(exp.gettime() + (1000 * 60 * 60 * 24 * 31));

//-->

</script>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">

<style type="text/css">
h1
{
font-size:28px;
font-family:arial,helvetica,verdana,sans-serif;

}
h2
{
font-size: 24px;
font-family: arial,helvetica,verdana,sans-serif;
}
h3
{
font-size:20px;
font-family:arial,helvetica,verdana,sans-serif;
}
h4
{
font-size:18px;
font-family:arial,helvetica,verdana,sans-serif;

}
h5
{
font-size:16px;
font-family:arial,helvetica,verdana,sans-serif;

}
h6
{
font-size:14px;
font-family:arial,helvetica,verdana,sans-serif;

}
p
{
font-size:12px;
font-family:,arial,helvetica,verdana,sans-serif;

}
li
{
font-size:12px;
font-family:,arial,helvetica,verdana,sans-serif;

}
b
{
font-size:12px;
font-family:,arial,helvetica,verdana,sans-serif;
color:black;
}
strong
{
font-size:12px;
font-family:,arial,helvetica,verdana,sans-serif;
color:white;
}
sub
{
font-size:8pt;
font-family:,arial,helvetica,verdana,sans-serif;
color:black;
}
a:link
{
font-size:12px;
font-family:,arial,helvetica,verdana,sans-serif;
color:#0e5782;
text-decoration:none;
}
a:visited
{
font-size:12px;
font-family:,arial,helvetica,verdana,sans-serif;
color:#0066cc;
text-decoration:none;
}
a:active
{
font-size:12px;
font-family:,arial,helvetica,verdana,sans-serif;
color:#ff0000;
text-decoration:underline;
}
body
{
background-color:white;
font-size:12px;
font-family:,arial,helvetica,verdana,sans-serif;
margin:0px;
}
input
{
font-size:12px;
font-family:arial,helvetica,verdana,sans-serif;

}
select
{
font-size:12px;
font-family:arial,helvetica,verdana,sans-serif;
}
textarea
{
font-size:12px;
font-family:arial,helvetica,verdana,sans-serif;
}
.ersnavbar
{
background-color:silver;
}
.ersheader
{
border-right:buttonshadow 1px solid;
border-top:buttonhighlight 1px solid;
font-weight:normal;
font-size:9pt;
background-color:#e8e8e8;
font-family:arial,helvetica,verdana,sans-serif;
border-left:buttonhighlight 1px solid;
color:black;
padding-top:0px;
border-bottom:buttonshadow 1px solid;
height:16px;
text-decoration:none;
text-align:center;
letter-spacing:1pt;
text-transform:capitalize;
}
.ersheader a:link
{
font-size:12px;
font-family:arial,helvetica,verdana,sans-serif;
color:#0066cc;
text-decoration:underline;
}
.ersheader a:active
{
font-size:12px;
font-family:arial,helvetica,verdana,sans-serif;
color:#0066cc;
text-decoration:underline;
}
.ersheader a:visited
{
font-size:12px;
font-family:arial,helvetica,verdana,sans-serif;
color:#0066cc;
text-decoration:underline;
}

.ersheader p
{
font-size:12px;
font-family:arial,helvetica,verdana,sans-serif;
}
.etoolbar
{
background-color:#e8e8e8
}
.etaskbar
{
background-color:silver;
}
.eth
{
background-color:white;
}
.etd
{
background-color:white;
}
.etdalt
{
background-color:white;
}
.eotable
{
background-color:silver;
}
.eoth
{
background-color: silver;
}
.eotd
{
background-color:#c7cedc;
}
.eobottombar
{
background-color:silver;
}
.eotitlebar
{
background-color:white;
}
.eoproductnavbar
{
background-color:white;
}
.eolistnavbar
{
background-color:white;
}
.eoinstock
{
font-weight:bolder;
background-color:silver;
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:black;
text-decoration:none;
}
.eooutofstock
{
font-weight:bolder;
background-color:silver;
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:red;
text-decoration:none;
}
.eetable
{
background-color:white;
}
.ebw10
{
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
font-weight: 400;
color:black;
text-align : left;
}
.enw10
{
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:black;
}
.en12
{
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:black;
}
.en11
{
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:black;
}
.en10
{
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:black;
}
.en9
{
font-size:9pt;
font-family:arial,helvetica,verdana,sans-serif;
color:black;
}
.en8
{
font-size:8pt;
font-family:arial,helvetica,verdana,sans-serif;
color:black;
}
.eh3
{
font-size:12pt;
font-family:arial,helvetica,verdana,sans-serif;
color:navy;
}
.eh4
{
font-size:8pt;
font-family:arial,helvetica,verdana,sans-serif;
color:navy;
}
.eb12
{
font-size:16pt;
font-family:arial,helvetica,verdana,sans-serif;
color:#000099;
padding-top : 12px;
font-weight:bolder;
text-decoration: none;
}
.eb11
{
font-weight:bolder;
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:black;
}
.eb10
{
font-weight:bolder;
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:black;
}
.eb9
{
font-weight:bolder;
font-size:9pt;
font-family:arial,helvetica,verdana,sans-serif;
color:black;
}
.sideline1
{
position:absolute;
left:0pt;
}
.sideline2
{
position:absolute;
left:0pt;
}
.buttonbar1
{
background-color:white;
text-align:center;
}
.buttonbar2
{
background-color:white;
text-align:left;
}
.buttonbar3
{
background-color:white;
text-align:right;
}
.button1
{
background-color:silver;
color:#ffffff;
font-weight:bold;
}
.indexheading
{

font-family:arial,helvetica,verdana,sans-serif;
font-size:10pt;
color:#efefef;
text-decoration:none;
font-weight:bold;
}
.heading
{
font-family:arial,helvetica,verdana,sans-serif;
font-size:12pt;
color:#000099;
text-decoration:none;
font-weight:bold;
}
.text
{
font-family:arial,helvetica,verdana,sans-serif;
font-size:10pt;
color:#000000;
text-decoration:none;
font-weight:normal;
}
.smalltext
{
font-family:arial,helvetica,verdana,sans-serif;
font-size:8pt;
color:#000000;
text-decoration:none;
font-weight:normal;
}
.leftindextext
{
font-family:arial,helvetica,verdana,sans-serif;
font-size:10pt;
color:#ffffff;
text-decoration:none;
font-weight:normal;
}
.bodylink
{
font-family:arial,helvetica,verdana,sans-serif;
font-size:10pt;
color:#000099;
text-decoration:underline;

font-weight:normal;
}
.navlink
{
font-family:arial,helvetica,verdana,sans-serif;
font-size:10pt;
color:white;
text-decoration:none;
font-weight:normal;
}
.navdivider
{
font-family:arial,helvetica,verdana,sans-serif;
font-size:10pt;
color:ivory;
text-decoration:none;
font-weight:normal;
}
.etaskactive
{
font-weight:900;
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:black;
text-decoration: none
background-color:silver;
}
.etasknext
{
background-color:silver;
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
text-decoration: none
}
.etask
{
background-color:silver;
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
text-decoration: none
}
.etask a:active
{
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:red;
text-decoration: none
}
.etask a:link
{
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:red;
text-decoration: none
}
.etask a:visited
{
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:red;
text-decoration: none
}
.imis
{
font-size:10pt;
font-weight: bolder;
font-style: italic;
font-family: new roman;
}
.lgtitle
{
font-weight: bolder;
font-size: 14pt;
margin: 0px 0px 10px;
color: silver;
line-height: 100%;
}
.regsymbol
{
font-size: 8pt;
vertical-align: super;
font-family: arial,helvetica,verdana,sans-serif;
text-decoration: none;
}
.important
{
font-weight: normal;
color: red;
}

/*added */
a.join:link
{
text-decoration : none;
font-size:10px;
}

a.join:active
{
text-decoration : underline;
font-size:10px;
}
a.join:visited
{
color : #90f;
font-size:10px;
}
a.join:hover
{
color : #f00;
text-decoration : underline;
font-size:10px;
}

a:hover
{
font-size:12px;
font-family:,arial,helvetica,verdana,sans-serif;
color:#ff0000;
text-decoration:underline;
}
.ersheader a:hover
{
font-size:12px;
font-family:arial,helvetica,verdana,sans-serif;
color:#ff9900;
text-decoration:underline;
}
.notilebkg {background: url(http://www.ite.org/images/home/frametop.jpg);
background-repeat: no-repeat}
.noformentries {
font-weight:bolder;
font-size:14pt;
font-family:times new roman,serif;
color:black;
text-decoration:none;}
.noformentriesnormal {
font-weight:normal;
font-size:12pt;
font-family:times new roman,serif;
color:black;
text-decoration:none;}

.bluebtn {
color: #ffffff;
background: #3068a8;
font-family: arial,lucida,verdana,helvetica;
font-size: 12px;
font-weight: bold;
border-bottom: 1px solid #104a7b;
border-right: 1px solid #104a7b;
border-left: 1px solid #dfecfe;
border-top: 1px solid #dfecfe;
height:19px;
text-decoration:none;
cursor: hand
}
}
.duesreprint
{
font-size:12pt;
font-family:arial,helvetica,verdana,sans-serif;
color:black;
padding-top : 12px;
font-weight:bolder;
text-decoration: none;
}
.eh2
{
font-size: 24px;
font-family: arial,helvetica,verdana,sans-serif;
}
.order
{
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:black;
}
a.orderlink
{
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:000000;
font-weight:bold;
text-decoration:underline;
}
a.orderlink:visited
{
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:000000;
font-weight:bold;
text-decoration:underline;
}
a.orderlink:active
{
font-size:10pt;
font-family:arial,helvetica,verdana,sans-serif;
color:000000;
font-weight:bold;
text-decoration:underline;
}
.orderheader
{
font-size:16pt;
font-family:arial,helvetica,verdana,sans-serif;
color:#0e5782;
padding-top : 12px;
font-weight:bolder;
text-decoration: none;
}
a.orderheader
{
font-size:16pt;
font-family:arial,helvetica,verdana,sans-serif;
color:#0e5782;
padding-top : 12px;
font-weight:bolder;
text-decoration: none;
}
a.orderheader:visited
{
font-size:16pt;
font-family:arial,helvetica,verdana,sans-serif;
color:#0e5782;
padding-top : 12px;
font-weight:bolder;
text-decoration: none;
}
a.orderheader:active
{
font-size:16pt;
font-family:arial,helvetica,verdana,sans-serif;
color:#0e5782;
padding-top : 12px;
font-weight:bolder;
text-decoration: none;
}</style>

</head>

<body onload="this.document.security.login.focus();">
<script language="javascript1.2" type="text/javascript">

</script>

<center>
<head>
<link href="http://www.ite.org/style.css" rel="stylesheet" type="text/css">

</head>

<div align="left">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td colspan="2">
<table bgcolor="#005581" border="0" cellpadding="0" cellspacing="0"
width="100%">
<tr>
<td width="50%" height="90" align="left" valign="bottom" bgcolor="#005581">
<div align="left"><img src="http://www.ite.org/images/home/lefttop.jpg"
width="288" height="90" align="left"></div></td>
<td width="50%" height="90" align="right" valign="bottom"
bgcolor="#005581">
<div align="right"><img src="http://www.ite.org/images/home/righttop.jpg"
width="414" height="90" align="right"></div></td>
</tr></table>
</td></tr>
<tr><td height="3" colspan="2"> </td></tr>
<tr><td colspan="2">
<table width="100%" border="0" cellpadding="2" cellspacing="0"
bgcolor="#ffffff">
<tr>
<td bgcolor="#005581"><div align="center"><a
href="http://www.ite.org/bookstore/index.asp"><strong><font color="#ffffff"
size="1">bookstore</font></strong></a></div></td>
<td width="2" bgcolor="#ffffff"></td>
<td bgcolor="#005581"><div align="center"><a href="http://jobs.ite.org/"
target="_blank"><strong><font size="1" color="#ffffff">employment
center</font></strong></a></div></td>
<td width="2" bgcolor="#ffffff"></td>
<td bgcolor="#005581"><div align="center"><a
href="http://www.ite.org/library/index.asp"><strong><font size="1"
color="#ffffff">technical information</font></strong></a></div></td>
<td width="2" bgcolor="#ffffff"></td>
<td bgcolor="#005581"><div align="center"><a
href="http://www.ite.org/education/clearinghouse/"><strong><font size="1"
color="#ffffff">professional development</font></strong></a></div></td>
<td width="2" bgcolor="#ffffff"></td>
<td bgcolor="#005581"><div align="center"><a
href="http://www.ite.org/directories/index.asp"><strong><font size="1"
color="#ffffff">directories</font></strong></a></div></td>
<td width="2" bgcolor="#ffffff"></td>
<td bgcolor="#005581"><div align="center"><a
href="http://www.ite.org/meetcon/index.asp"><strong><font size="1"
color="#ffffff">meetings</font></strong></a></div></td>
<td width="2" bgcolor="#ffffff"></td>
<td bgcolor="#005581"><div align="center"><a
href="http://www.ite.org/search/default.asp"><strong><font color="#ffffff"
size="1">search ite</font></strong></a></div></td>
</tr>
</table>

</td></tr>
<tr><td height="3" > </td></tr>
<tr>

<td width="12%" height="100%" valign="top"><p>


<div align="center">
<table width="100%" border="0" cellpadding="2" cellspacing="0"
bgcolor="#e8e8e8">

<tr>
<td width="100%">
<p align="left"><font size="1" color="#0e5782">>&nbsp;</font><a
href="http://www.ite.org/default.asp"><b><font size="1"
color="#0e5782">home</font></b></a></td>
</tr>
<tr>
<td width="100%" bgcolor="#ffffff" height="3"></td>
</tr>
<tr>
<tr>
<td width="100%"><font size="1" color="#0e5782">>&nbsp;</font><a
href="http://www.ite.org/membership/index.asp"><b><font size="1"
color="#0e5782">join
ite today!</font></b></a></td>
</tr>
<tr>
<td width="100%" bgcolor="#ffffff" height="3"></td>
</tr>

<td width="100%"><font size="1" color="#0e5782">>&nbsp;</font><a


href="http://www.ite.org/aboutite/index.asp"><b><font size="1"
color="#0e5782">about
ite</font></b></a></td>
</tr>
<tr>
<td width="100%" bgcolor="#ffffff" height="3"></td>
</tr>
<tr>
<td width="100%"><font size="1" color="#0e5782">>&nbsp;</font><a
href="http://www.ite.org/councils/index.asp"><b><font size="1" color="#0e5782">ite
councils
</font></b></a></td>
</tr>
<tr>
<td width="100%" bgcolor="#ffffff" height="3"></td>
</tr>
<tr>
<td width="100%"><font size="1" color="#0e5782">>&nbsp;</font><a
href="http://www.ite.org/directories/membersarea.asp"><b><font size="1"
color="#0e5782">members only</font></b></a></td>
</tr>
<tr>
<td width="100%" bgcolor="#ffffff" height="3"></td>
</tr>
<tr>
<td width="100%"><font size="1" color="#0e5782">>&nbsp;</font><a
href="http://www.ite.org/marketing/index.asp"><b><font size="1"
color="#0e5782">marketing</font></b></a></td>
</tr>
<tr>

<td width="100%" bgcolor="#ffffff" height="3"></td>


</tr>
</table>
</div>

<p>
<div align=center>
<table cellspacing=0 cellpadding=2 width="100%" border=0 bgcolor=#e8e8e8>
<tbody>

<tr>
<td width="100%"><font face=arial
size=1 color=0e5782>>&nbsp;<a
href="http://www.ite.org/logon.asp?addid=1&destination=/emodules/source/members/cm
emberdisplay.cfm?id="><b><font face=arial
size=1 color=0e5782>my profile</b></a></font></td></tr>
<tr>
<td width="100%" bgcolor=#ffffff height=3></td></tr>

<tr>
<td width="100%"><font face=arial
size=1 color=0e5782>>&nbsp;<a
href="http://www.ite.org/emodules/source/security/member-
logon.cfm?section=home"><b><font face=arial
size=1 color=0e5782>login</b></a></font></td></tr>
<tr>
<td width="100%" bgcolor=#ffffff height=3></td></tr>

<tr>
<td width="100%"><font face=arial
size=1 color=0e5782>>&nbsp;<a
href="http://www.ite.org/emodules/source/security/member-
logoff.cfm?section=home"><b><font face=arial
size=1 color=0e5782>logout</b></a></font></td></tr>
<tr>
<td width="100%" bgcolor=#ffffff height=3></td></tr>
<tr>
<td width="100%"><font face=arial
size=1 color=0e5782>>&nbsp;<a
href="http://www.ite.org/logon.asp?destination=/emodules/source/meetings/cbasketch
eckout.cfm?mregt="><b><font face=arial
size=1 color=0e5782>check-out</b></a></font></td></tr>

<tr>
<td width="100%" bgcolor=#ffffff height=3></td></tr>

<tr>
<td width="100%"><font face=arial
size=1 color=0e5782>>&nbsp;<a
href="http://www.ite.org/emodules/scriptcontent/dues/councilselection.cfm?section=
home"><b><font face=arial
size=1 color=0e5782>council membership</b></a></font></td></tr>
<tr>
<td width="100%" bgcolor=#ffffff height=3></td></tr>

</tbody></table></div>

<br />
<table width="100%" border="0" cellpadding="0" cellspacing="0"
bgcolor="#e8e8e8">

<tr>
<td align=center><br>
<a href="http://www.caliper.com" target="_blank">
<img src="http://www.ite.org/images/bannerads/caliperite.gif" width="92"
height="88" border="0" alt="caliper"></a>
<br></td></tr>
<!--
<tr>
<td align=center>
<a href="http://www.wilsonmiller.com/" target="_blank">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#vers
ion=6,0,0,0" width="92" height="88" id="movie" align="">
<param name="movie"
value="http://www.ite.org/images/bannerads/floating_guy_banner_92x98.swf">
<embed src="http://www.ite.org/images/bannerads/floating_guy_banner_92x98.swf"
quality="high" width="92" height="88" name="wilson miller" align=""
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>
</a>&nbsp;<br>
</td></tr>
-->

<tr>
<td align=center>
<a href="http://www.trafficcountdata.com?gad=cjquxo4feghq36nb-v9behjk3jl-
aycmpmem" target="_blank">
<img src="http://www.ite.org/images/bannerads/midwestern.gif" width="92"
height="88" border="0" alt="ms2"></a>
<br></td></tr>

<tr>
<td align=center>
<a
href="http://www.arupamericascareers.com/arup/jobboard/jobdetails.aspx?__id=*89ca5
379217d5c73" target="_blank">
<img src="http://www.ite.org/images/bannerads/arp10801_92x88_banner.gif"
width="92" height="88" border="0" alt="arup"></a>
<br></td></tr>

<tr>
<td align=center>
<a href="http://www.lumination.com/" target="_blank">
<img src="http://www.ite.org/images/bannerads/ge_web_banner.gif" width="92"
height="176" border="0" alt="ge lumination"></a>
<br><br></td></tr>

</table>

</td>

<td width="88%" height="100%" rowspan="2" valign="top">


<table border="0" cellpadding="2" cellspacing="0" width="100%" >
<tr>
<td width="100%" height="100%" valign="top">

<form
action="http://www.ite.org/emodules/source/security/memberlogonvalidate.cfm?sectio
n=home" method="post" name="security">

<!-- tablebuttons -->


<table width="100%" border="0" cellspacing="0" cellpadding="3" align="center">

<tr>
<td align="left"><span class="eh2">login</span></td>
<tr class="buttonbar3" >
<td align="right">
<input type="image" src="../images/btn_signon.gif" alt=""
border="0" style="border-width=0;">
<script language="javascript">document.write('<a
href=javascript:location.reload()><img src="../images/btn_reset.gif" alt=""
border="0" style="border-width=0;"></a>');</script><noscript><input
type=reset></noscript>
</td>
</tr>
</table>

&nbsp;

<!-- tablestandard_1 -->

<table width="100%" border="0" cellspacing="1" cellpadding="2" align="center">

<tr>
<td class="eth"><span class="ebw10">login:</span></td>
<td class="etd" valign="top">
<input type="text" name="login" size="25" ></td>
</tr>
<tr>
<td class="eth"><span class="ebw10">password:</span></td>
<td class="etd" valign="top">
<input type="password" name="password" size="25"

</td>
</tr>

<tr>

<td></td><td class="en10"><p>save password: yes<input


type="radio" name="pword" value="yes" style="border-width=0;"> no<input
type="radio" name="pword" value="no" checked style="border-width=0;"></p></td>

</tr>

<tr>
<td colspan="2">
<p><br>
<!-- mailmessages/passwordlogonmessagetext -->

your login is your ite membership id number.<br>


your password is the first <b><font color=red>six</font></b> letters of your last
name.<br><br>

once you have successfully logged onto the members-only area of the ite web site,
your member permissions on the site stay active until you close your internet
browser.
if you bookmark any materials located in this protected area of the site
(including html and pdf files),
you will be prompted for your login and password when you return during a future
browser session.
<br><br>

if your last name has less than six letters, enter your last name in full then add
zeros until your password is six characters in length.
for example, if your last name is smith, you're password will be smith0<br>
if there are apostrophes in your last name, do not enter them as part of your
password.<br><br>

if you are not currently an ite member and wish to sign up for an event, <a
href="http://www.ite.org/emodules/source/members/cmemberinsert.cfm?section=home">s
ignup here</a>.<br><br>

if you are unable to login, please contact <a


href="mailto:membership@ite.org">membership@ite.org</a>.

<a
href="http://www.ite.org/emodules/source/library/findpword.cfm?section=home&active
section=home&start=1"> </a>
</td>
</tr>

</table>
<input type="hidden" name="return" value="0">

</center>

<p align=center>

<hr align="left" size="1">


<div align=center>
<b><font
size=3>institute of transportation
engineers</font></b><br>1099 14th street, nw, suite 300 west |
washington, dc
20005-3438 usa<br>telephone: +1 202-289-0222 | fax: +1
202-289-7722<br><a
href="mailto:ite_staff@ite.org">ite_staff@ite.org</a>
<p align=center>©2008
institute of transportation
engineers</div></p>

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

</center>

</body>
</html>

</form>

</body>
</html>

Вам также может понравиться