<!-- Start Assignment Calculator Widget -->
<div align="center">
<form action="http://libguides.sjsu.edu/calculator/step0" style="background: #e7e6e6; border-style:solid; border-width:1px; border-color:#666; padding:0px; width:200px;font-family:arial, helvetica;" target="_blank">
<p style="margin-top:5px; margin-bottom:3px; border-bottom:1px solid #999; font-weight:bold; font-size:14px; text-align:center; font-family:arial, helvetica; color:#333; padding-bottom:8px">Assignment Calculator</p>
<table border="0" style="font-size:11px">
<tbody>
<tr>
<td nowrap="nowrap">Start Date:</td>
<td align="left" nowrap="nowrap"><input maxlength="2" name="monthone" size="1" style="width:25px" type="text" value="mm" /> - <input maxlength="2" name="dayone" size="1" style="width:25px" type="text" value="dd" /> - <input maxlength="4" name="yearone" size="2" style="width:35px" type="text" value="yyyy" /></td>
</tr>
<tr>
<td align="left" nowrap="nowrap">Due Date:</td>
<td align="left" nowrap="nowrap"><input maxlength="2" name="monthtwo" size="1" style="width:25px" type="text" value="mm" /> - <input maxlength="2" name="daytwo" size="1" style="width:25px" type="text" value="dd" /> - <input maxlength="4" name="yeartwo" size="2" style="width:35px" type="text" value="yyyy" /></td>
</tr>
</tbody>
</table>
<div align="center" style="margin:5px 0 10px 0"><input name="submit" style="font-size:12px;
color:#fff; border:1px solid #333; font-weight:bold; background: #696969; opacity:0.8; filter:alpha(opacity=80); width:140px; padding:1px 0 3px 0" type="submit" value="Calculate Schedule!" /></div>
<div style="background:#FEC252;opacity:0.8; filter:alpha(opacity=80); font-size:10px;text-align:center;">Dr. Martin Luther King Jr. Library<br />
San José State University</div>
</form>
</div>
<!-- /end Assignment Calculator Widget -->