function displayquestion() {
document.write('<form method="POST" action="http://www.tascmanagement.co.uk/FormMail.pl" onSubmit="" name="myform">');
document.write('<input type="hidden" name="recipient"       value="info@dclsearch.com">');
document.write('<input type="hidden" name="subject"         value="Website Poll">');
document.write('<input type="hidden" name="redirect"        value="http://www.dclsearch.com/pollthanks.htm">');
document.write('<input name="Email" type="hidden" id="Email" value="anon@poll.co.uk">');
document.write('<tr bgcolor="#FFFFFF">');
document.write('<td bgcolor="#EAF0F2" style="font-size: 7pt; line-height: 7pt;"><p>');
document.write('What is the main deciding factor in accepting a new position?<br>');
document.write('<br>');
document.write('<input type="radio" name="winner" value="Money on offer">');
document.write('Money on offer<br>');
document.write('<input type="radio" name="winner" value="Career progression">');
document.write('Career progression<br>');
document.write('<input type="radio" name="winner" value="Training being offered">');
document.write('Training being offered<br>');
document.write('<input type="radio" name="winner" value="The coffee at the interview was good">');
document.write('The coffee at the interview was good<br>');
document.write('</p></td>');
document.write('</tr>');
document.write('<tr bgcolor="#FFFFFF">');
document.write('<td bgcolor="#EAF0F2" style="font-size: 7pt; line-height: 7pt;">&nbsp;</td>');
document.write('</tr>');
document.write('<tr bgcolor="#FFFFFF">');
document.write('<td bgcolor="#EAF0F2" style="font-size: 8pt; line-height: 8pt;"><center>');
document.write('<input type="submit" name="Submit" value="Submit" style="width:98%; height: 15pt; font-size: 8pt;">');
document.write('</center></td>');
document.write('</tr></form>');
}
