document.write('<form name="contactMe" id="contactMe" method="post" action="/form_processing/contact_me_home_form.asp" onsubmit="return valForm(this);">');
document.write('	<div id="contactMeOuter">');
document.write('		<div id="contactMeInner">');
document.write('			<table width="730" border="0" cellpadding="0" cellspacing="0">');
document.write('				<tr>');
document.write('					<td colspan="2"><h2>Have us contact you </h2></td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td width="175" rowspan="6" valign="top"><p>Fill in and send this form and we will get back to you at your convenience.</p>');
document.write('						<p><em>Please note that our office hours are 9.00am to 5.00pm, Monday to Friday (except Public Holidays).</em></p>');
document.write('						<div class="privacyPolicy">');
document.write('							<h3> Privacy Policy</h3>');
document.write('							<p> We respect your privacy and will not use your details for any purpose other than contacting you in relation to your enquiry.</p>');
document.write('							<p> Read our full <a href="/privacy_policy/">Privacy Policy</a>.</p>');
document.write('						</div>');
document.write('					</td>');
document.write('					<td id="contactMeNameOuter">');
document.write('						<div id="contactMeName">');
document.write('							<label for="name">Name</label>');
document.write('							<input name="name" type="text" class="textField" id="name"/>');
document.write('							<span class="errorMessage"><strong>This is a required field</strong></span></div></td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td id="contactMePhoneOuter">');
document.write('						<div id="contactMePhone">');
document.write('							<label for="phone">Phone Number </label>');
document.write('							<input name="phone" type="text" class="textField" id="phone"/>');
document.write('							<span class="errorMessage"><strong>This is a required field</strong></span></div>');
document.write('					</td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td id="contactMePhoneConfirmOuter">');
document.write('						<div id="contactMePhoneConfirm">');
document.write('							<label for="phoneConfirm">Confirm Phone Number </label>');
document.write('							<input name="phoneConfirm" type="text" class="textField" id="phoneConfirm"/>');
document.write('							<span class="errorMessage"><strong>The phone numbers entered do not match</strong></span></div>');
document.write('					</td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td>');
document.write('						<div id="contactMeTimes">');
document.write('							<label for="times">Suitable contact<br/>day(s) and time(s)</label>');
document.write('							<textarea onkeyup="adjustText(this);" onchange="adjustText(this);" name="times" rows="3" class="textField" id="times"></textarea>');
document.write('						</div>');
document.write('					</td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td>');
document.write('						<div id="contactMeConcerning"><label for="concerning">Concerning</label>');
document.write('							<textarea onkeyup="adjustText(this);" onchange="adjustText(this);" name="concerning" rows="3" class="textField" id="concerning"></textarea>');
document.write('						</div>');
document.write('					</td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td id="contactMeEmailOuter">');
document.write('						<div id="contactMeEmail">');
document.write('							<label for="email">Email Address </label>');
document.write('							<input name="email" type="text" class="textField" id="email"/>');
document.write('							<span class="errorMessage"><strong>Please correct your email address</strong></span></div>');
document.write('					</td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td width="175" valign="top"><div id="contactMeCancel"><a href="#" onclick="startCancelForm(); return false;"><img src="/i/personal/contact_me_form/Close-cancel-form.gif" alt="Cancel / Close Form" width="137" height="19" border="0"/></a></div></td>');
document.write('					<td><div id="contactMeSend"><input type="hidden" name="fromURI" value=""/><input src="/i/personal/contact_me_form/send_request.gif" type="image" alt="Send Request" width="105" height="19" border="0"/></div></td>');
document.write('				</tr>');
document.write('				<tr>');
document.write('					<td colspan="2"> </td>');
document.write('				</tr>');
document.write('			</table>');
document.write('		</div>');
document.write('	</div>');
document.write('</form>');