if(EFCID) {

	document.write ('<link href="http://www.ewriteforms.com/forms/1/1.css"  rel="stylesheet" type="text/css">');
	document.write ('<form name="form" action="http://www.ewriteforms.com/forms/process.php" method="post">');
	document.write ('<table>');
	document.write ('<tr>');
	document.write ('<td>Name</td>');
	document.write ('<td><input name="frm_name" type="text" id="frm_name" class="ewriteforms"></td>');
	document.write ('</tr>');
	document.write ('<tr>');
	document.write ('<td>Email Address</td>');
	document.write ('<td><input name="frm_email_address" type="text" id="frm_email_address"></td>');
	document.write ('</tr>');
	document.write ('<tr>');
	document.write ('<td>Subject</td>');
	document.write ('<td><input name="frm_subject" type="text" id="frm_subject"></td>');
	document.write ('</tr>');
	document.write ('<tr>');
	document.write ('<td>Content</td>');
	document.write ('<td><textarea name="frm_content"id="frm_content" wrap="VIRTUAL"></textarea></td>');
	document.write ('</tr>');
	document.write ('<tr>');
	document.write ('<td></td>');
	document.write ('<td><input name="frm_honeypot" type="text" id="frm_honeypot" style="display:none;"><input type="hidden" name="frm_user_id" value="1"><input name="submit" type="submit" value="Submit"></td>');
	document.write ('</tr>');
	document.write ('</table>');
	document.write ('</form>');
}

