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://louisiana.gov/includes/banner/imgSpacer.gif";
var dividerImageSource = "http://louisiana.gov/includes/banner/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="95%" height="124" border="0" cellpadding="0" cellspacing="0">');
  document.write('		  <tr>');
  document.write('			<td width="50%" align="center"><a href="' + bannerTargetURL + '" target="_blank"><img src="' + bannerImageSource + '" alt="' + bannerAltText + '" width="429" height="124" border="0" /></a></td>');
  document.write('			<td width="50%" 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:80%;"><span style="color:#7B2601; font-weight:bold; font-size:15px; letter-spacing:.05em; display:block; padding-bottom:2px;">ALERT: </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://emergency.louisiana.gov/EmergencyNews.js"></script>');
}

