var bannerImageSource = ""; /* Absolute URL of the banner image */
var bannerAltText = "emergency.louisiana.gov - Providing important information for families across the state regarding preparation and evacuation in a time of disaster."; /* Alt text of the banner image */

/* leave the following variables unchanged unless the target URL had changed or
   these images were moved to a different place */
var bannerTargetURL = "http://emergency.louisiana.gov"; /* destination URL of the banner image */
var spacerImageSource = "http://jameshartman.net/emergency/imgSpacer.gif";
var dividerImageSource = "http://jameshartman.net/emergency/imgHdrDivider.gif";


if (bannerImageSource != "") {

  document.write('<table width="100%" height="130" border="0" cellpadding="0" cellspacing="0">');
  document.write('  <tr>');
  document.write('    <td height="124" align="center" valign="middle" bgcolor="#B02205">');
  document.write('		<table width="100%" height="124" border="0" cellpadding="0" cellspacing="0">');
  document.write('		  <tr style="background:none !important;">');

  document.write('			<td width="100%" align="center" valign="middle"><div style="font-family:Arial, Helvetica, sans-serif; font-size:13px; text-align:left; line-height:110%; color:#F3D1BE; background:#D66525; padding:15px; border:1px solid #8F1C05; width:100%;"><span style="color:#7B2601; font-weight:bold; font-size:15px; letter-spacing:.05em; display:block; padding-bottom:2px;"><span style="margin-right:10px;"><img src="http://jameshartman.net/emergency/mark1.png" align="left"/></span>TROPICAL STORM LEE: </span><span id="alertTextBox"></span></div></td>');
  document.write('		  </tr>');
  document.write('	    </table></td>');  
  document.write('  </tr>');
  document.write('  <tr>');
  document.write('    <td height="6" background="' + dividerImageSource + '"><img src="' + spacerImageSource + '" width="1" height="6" /></td>');
  document.write('  </tr>');
  document.write('</table>');

  
  document.write('<script type="text/javascript" src="http://jameshartman.net/emergency/EmergencyNews.js"></script>');
}


