document.write('<div style="width:90%; margin:2em auto; padding:0;">');document.write('<form name="contact" method="post" action="contact.php">');document.write('<h2>Contact www.artoffaith.org</h2>');		  document.write('<p><lable>Name<br><input name="name" type="text" id="name" size="51" maxlength="51"></label></p>');			document.write('<p><label>Email<br><input name="email" type="text" id="email" size="51" maxlength="51"></label></p>');			document.write('<p><label>Message<br><textarea name="message" cols="51" rows="5" id="message"></textarea></label></p>');			document.write('<br>');document.write('<br>');		  document.write('<p><input name="submit" type="submit" id="submit" value="Send Message">&nbsp; &nbsp; &nbsp;');document.write('<input name="Reset" type="reset" id="submit" value="Clear Form"></p>');		  document.write('</form>');document.write('</div>');
