</tr>
    <tr>
      
      <td>Please Select Journal Information Using the Form Below </td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td width="84%"><table width="100%" border="0" cellspacing="0">
        <tr>
          <td align="right">Year * </td>
          <td>&nbsp;</td>
          
		  <td>
		  <?php 
$yearChoices = EJHSJournalForm::getYearFormChoices();
?>
		  
		  <select name="year">
		  <optgroup style="font-size:11px; width:100px; ">
		  <option value="">  Select Year   </option>
		  <?php 
foreach ($yearChoices as $key => $value) {
    ?>
 
		  	<option value="<?php 
    echo $key;
    ?>
" <?php 
    if ($value == $year_of_edition) {
        ?>