document.write('<tr valign=top>');
document.write('<td><form name="middleeast" method=post><select name="magazines" id=8> <!--onChange="mag_sel()"-->');
document.write('<option selected>Select Year</option>');
//document.write('<option value="/magazine/index">2006</option>');
document.write('<option value="/magazine/middleeast/2006/index">2006</option>');
document.write('<option value="/magazine/middleeast/2005/index">2005</option>');
document.write('</select>');
document.write('<input type="button" value="Go" onClick="mag_middleeast();">');
document.write('</form></font>');
document.write('</td></tr>');
