<!-- 
// Included in the popup window for JuryStatus update 
// The popup content includes ASP code from CTI Consultant and resides on remote server
//-----------------------------------------------------------
// Start code
//-----------------------------------------------------------

document.writeln('<table width="575" border="0" cellpadding="0" cellspacing="0">');
document.writeln('  <tr>');
document.writeln('    <td><img src="http://nevadacountycourts.com/services/jury_info/jury_status/popup_banner.jpg" width="575" height="118"></td>');
document.writeln('  </tr>');
document.writeln('</table>');
document.writeln('<p class="juryStatusPageTitle" align="left">Juror Appearance Information</p>');



//-----------------------------------------------------------
// End code
//-----------------------------------------------------------
//-->