
//document.write('</table>');							


document.write('<tr valign="bottom"><td colspan="2" bgcolor="#ffffff" height="25"></td></tr>');
document.write('<tr valign="bottom"><td colspan="2" bgcolor="#ff0000" height="2"></td></tr>');
document.write('<tr valign="bottom">');
document.write('<td width="100%" height="30" style="padding: 0px 0px 0px 20px;" colspan="2">');




document.write('<form name="contactformlite" method="post" action="http://www.signnews.in/emailforms/dnp/article_feedback.php" onSubmit="return validate.check(this)">');
	


document.write('</div>');
document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0" align="left">');
document.write('<tr> ');
document.write('<td colspan="2" height="30">Write comments on this article. &nbsp;  <span class="author">(Fields marked with <font color="#ff0000"> * </font> are required.</span></td>');
document.write('</tr>');
document.write('<tr> ');
document.write('<td><label for="Full_Name" class="required">Full Name </label><font color="#ff0000"> * </font></td>');
document.write('<td> ');
document.write('<input type="text" name="t1" id="Full_Name" maxlength="80" style="width:250px">');
document.write('</td>');
document.write('</tr>');


document.write('<tr> ');
document.write('<td><label for="Email_Address" class="required">Email</label><font color="#ff0000"> * </font></td>');
document.write('<td> ');
document.write('<input type="text" name="t2" id="Email_Address" maxlength="100" style="width:250px">');
document.write('</td>');
document.write('</tr>');

document.write('<tr> ');
document.write('<td><label for="Subject" class="not-required">Subject</label></td>');
document.write('<td> ');
document.write('<input type="text" name="t3" id="Subject" maxlength="100" style="width:250px">');
document.write('</td>');
document.write('</tr>');


document.write('<tr valign="top"> ');
document.write('<td><label for="Your_Message" class="required">Comments</label><font color="#ff0000"> * </font></td>');
document.write('<td> ');
document.write('<textarea style="width:490px; height:120px" name="t4" id="Your_Message" maxlength="2000"></textarea>');
document.write('</td>');
document.write('</tr>');
document.write('<tr> ');
document.write('<td>&nbsp;</td>');
document.write('<td> ');
document.write('<input type="submit" value="Submit">');
document.write('<input type="reset" name="Reset" value="Reset">');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</form>');


document.write('</td></tr>');