var upto=1;
for (var i = 1; i <=9; i++) {
	var theInput = "wrxFormDiv"+i;
	if (document.getElementById(theInput) == null) {
		break;
	}
}
upto=i;
document.write('<div class="questionbox">');
document.write('	<div class="floatL"><img src="objects/img/icon-email-shake.gif" alt="Business Recovery Services Advice question" /></div> ');
document.write('	<span class="qtext">Got a specific question?</span> <span class="greenText">Email us. One of our experts will give you an answer within 2 hours</span>');
document.write('	<a name="processing"></a>');
document.write('	<div id="wrxFormDiv'+upto+'" class="wrxForm" style="display:none;">');
document.write('<');
document.write('f'+'o'+'rm id="theFo'+'rm'+upto+'" me'+'th'+'od="po'+'st"');
document.write('>');
document.write('		<a name="submit"></a> ');
document.write('		<input class="required" type="text" name="question" id="question" style="width:380px;" maxlength="500" value="Type your message here" alt="type your message" />');
document.write('		<td><input class="required" type="text" name="email" id="email" style="width:120px;" maxlength="60" value="your email address" alt="email address" /></td>');
document.write('<');
document.write('in'+'pu'+'t ty'+'p'+'e="s'+'ub'+'m'+'it" v'+'al'+'ue="Se'+'n'+'d" i'+'d="fo'+'rmSu'+'b'+'m'+'i'+'t" name="'+'qf'+'orm"');
document.write('>');
document.write('		<input name="admin_tpl" value="question.tpl" type="hidden" />');
document.write('<'+'/'+'fo'+'rm>');
document.write('		<div class="procimgdiv" style="display:none;">');
document.write('			<img class="procimg" src="objects/img/processing.gif" alt="Processing please wait..." />');
document.write('		</div>');
document.write('	</div>');
document.write('</div>');
