// JavaScript Document
<!--

document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">")
document.write("<tr>")
document.write("<td valign=\"top\"><br>")



document.write("<p align=\"justify\">")
document.write("Thank you kindly for your support.Your feedback is extremely important to help "+ company +" to ") 
document.write("improve this website. Please send your comment or suggestion in the area bellow;")
/*
document.write("improve this website. Please send your comment or suggestion in the area bellow or E-mail us at ")
document.write("<a href=\"mailto:"+ this_email +"\"><u>"+ this_email +"</u></a><br><br>")
*/

document.write("<form  name=\"Contactus\" method=\"post\" action=\"http://www.limofo.com/js/Contactus.php\">")

document.write("<input type=\"hidden\" name=\"key\" value=\"SendIT\">")
document.write("<input type=\"hidden\" name=\"this_email\" value = "+ this_email +">")
document.write("<input type=\"hidden\" name=\"redirect\" value = "+ redirect +">")

document.write("<label for=\"name\">Name:</label> <br>")
document.write("<input name=\"name\" type=\"text\"  id=\"name\"  class=\"field\"   value=\"\"><br>")
document.write("<label for=\"email\">E-mail:</label><br>")
document.write("<input name=\"email\" type=\"text\" class=\"field\" id=\"email\"   value=\"\"><br>")
document.write("<label for=\"comments\">Comment:</label><br>")
document.write("<textarea name=\"comments\" class=\"textarea\" rows=\"4\" cols=\"30\" id=\"comments\"></textarea><br><br>")
document.write("<input type=\"submit\" name=\"Submit\" value=\"Submit\">")
document.write("</form>")

document.write("</p>")


document.write("</td>")
document.write("</tr>")
document.write("</table>")

//-->