 
 
<!--
function writeJS(){
var str='';
str+='<table cellpadding="0" cellspacing="0" border="0" width="100%" height="63">';
str+='	<tr>';
str+='		<td width="78" height="63" background="http:\/\/itd.idaho.gov\/asp\/images\/sm_app_strip.gif" valign="top" align="left">';
str+='			<a href="http:\/\/itd.idaho.gov"><img src="http:\/\/itd.idaho.gov\/asp\/images\/sm_app_logo.gif" border="0"><\/a><\/td>';
str+='		<td width="100%" align="left" background="http:\/\/itd.idaho.gov\/asp\/images\/sm_app_strip.gif" valign="top" style="padding:4px;padding-left:20px;">';
str+='			<span style="color:white;font:900 18px Arial;">Idaho Transportation Department<\/span><\/td>';
str+='	<\/tr>';
str+='<\/table>';
document.write(str);
}
writeJS();
//-->
 