//------------------------------------------------------------------------------------------------------------------
// berdenseyrealty.com - H. K. Berdensey Real Estate LLC - Since 1957 - Setting the Standard of Excellence
//------------------------------------------------------------------------------------------------------------------
// Author = Ivan Mago - magician137@yahoo.com
//------------------------------------------------------------------------------------------------------------------
// (C) 2004 COPYRIGHT - ALL RIGHTS RESERVED except noted or indicated.
//------------------------------------------------------------------------------------------------------------------
// cgi_short_email_form
//------------------------------------------------------------------------------------------------------------------
// Begin
//------------------------------------------------------------------------------------------------------------------
document.writeln('<INPUT type="submit" value="Send / Enviar" STYLE="font-size: 12px; font-weight: bold; font-family: Verdana;">&nbsp;',
	'&nbsp;<INPUT type="Reset" STYLE="font-size: 12px; font-weight: bold; font-family: Verdana;">',
	'<input type="hidden" name="cgiemail_required" value="full_name:You forgot to enter your name">',
	'<input type="hidden" name="cgiemail_required" value="dayphone:You didn\'t enter your Daytime Phone Number">',
	'<input type="hidden" name="cgiemail_required" value="email:You forgot to enter your email address">',
	'<input type="hidden" name="cgiemail_timezone" value="EST">',
	'<input type="hidden" name="cgiemail_html" value="thank_you.html">',
	'<input type="hidden" name="cgiemail_error" value="error.html">',
	'<input type="hidden" name="cgiemail_message" value="message1.txt">',
	'<input type="hidden" name="cgiemail_message" value="message2.txt">',
	'<input type="hidden" name="cgiemail_timezone" value="EST">',
	'<input type="hidden" name="cgiemail_timeformat" value="%A, %B %e, %Y %T">');
