<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta name="GENERATOR" content="snap9 - pda3 questionnaire export"><meta name="ROBOTS" content="NOINDEX"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title> </title><style type='text/css'><!--th{font-weight:normal;}select{font-size:100%;}--></style></head><body  topmargin="0%" leftmargin="0%" rightmargin="0%" bgcolor="#CF54E0" background="http://www.snapsurveys.com/swh/k/125924080959/gradient_line_across_2white_e054cf.gif" ><form action="siam/surveylanding/interviewer.asp" method="post" id="SnapForm"><input type="image" id="submit" src="images/1x1.gif" style="width:0%;height:0%;"><input type="hidden" id="SnapSession" name="SnapSession" value="746D70737761697770313238303434303233342E3835"><input type="hidden" id="SurveyKey" name="SurveyKey" value="125924080959">
<script language="JavaScript" type="text/javascript">function keepAlive(){var i=new Image();var d=new Date();i.src="siam/surveylanding/alive.asp?sid=746D70737761697770313238303434303233342E3835&d="+d.valueOf();}setInterval("keepAlive()",1800000);</script>
<input type="hidden" id="PAGE" name="PAGE" value="1"><table summary="margins" width="100%" border="0" cellpadding=0 cellspacing=0><tr><td colspan='3' height='36'></td></tr><tr><td width='113'>&nbsp;</td><td><table border="0" cellpadding="0" cellspacing="0" width="100%" class='V4_classT' summary="Question" id="V4"><tr><td align="left" valign="top" width="10%" height="100%"><font color='#2E0A32' face="@Arial Unicode MS">&nbsp;</font></td><td align="center" valign="top" width="90%" style="padding:1px 0px;"><font color='#2E0A32' face="@Arial Unicode MS"><b>Thank you for participating in this anonymous study. This questionnaire should take about 10 minutes to complete. </b></font></td></tr></table><table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V5_SPACER"><tr><td colspan="2" height="18"></td></tr></table><table border="0" cellpadding="0" cellspacing="0" width="100%" class='V5_classT' summary="Question" id="V5"><tr><td align="left" valign="top" width="10%" height="100%"><font color='#2E0A32' face="@Arial Unicode MS">&nbsp;</font></td><td align="center" valign="top" width="90%" style="padding:1px 0px;"><font color='#2E0A32' face="@Arial Unicode MS"><b>Please answer all the questions, following the instructions given</b></font></td></tr></table><table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V7_SPACER"><tr><td colspan="2" height="18"></td></tr></table><table border="0" cellpadding="0" cellspacing="0" width="100%" class='V7_classT' summary="Question" id="V7"><tr><td align="left" valign="top" width="10%" height="100%"><font color='#2E0A32' face="@Arial Unicode MS">&nbsp;</font></td><td align="center" valign="top" width="90%" style="padding:1px 0px;"><font color='#2E0A32' face="@Arial Unicode MS"><b>All information will be kept STRICTLY CONFIDENTIAL</b></font></td></tr></table><table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V8_SPACER"><tr><td colspan="2" height="18"></td></tr></table><table border="0" cellpadding="0" cellspacing="0" width="100%" class='V8_classT' summary="Question" id="V8"><tr><td align="left" valign="top" width="10%" height="100%"><font color='#2E0A32' face="@Arial Unicode MS">&nbsp;</font></td><td align="center" valign="top" width="90%" style="padding:1px 0px;"><font color='#2E0A32' face="@Arial Unicode MS"><b>If you have any questions then please contact Jenny Smith by e-mail: m.smith@imperial.ac.uk </b></font></td></tr></table></td><td width='36'>&nbsp;</td></tr><tr><td colspan='3' height='36'></td></tr></table><div align="center"><img vspace='4' src="http://www.snapsurveys.com/swh/k/125924080959/jentle_survey_line.gif" alt="dividing line"></div><table summary="buttons" width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td  colspan='3' align='center'>&nbsp; <img vspace='4' src="http://www.snapsurveys.com/swh/k/125924080959/jentle_survey_pbar01.gif" alt="Page 1/2"> &nbsp;</td></tr><tr><td  align='left' width='120'> <a href="http://www.snapsurveys.com/" title="Link to http://www.snapsurveys.com/" target="_parent"> <img border='0' src="http://www.snapsurveys.com/swh/k/125924080959/jentle_survey_logo.gif" alt="Link to http://www.snapsurveys.com/"></a></td><td  align='center'>&nbsp; <input type="image" border='0'src="http://www.snapsurveys.com/swh/k/125924080959/jentle_survey_rset.gif" alt="Clear Answers from this Page" name='reset' value="Reset"> <input type="image" border='0'src="http://www.snapsurveys.com/swh/k/125924080959/jentle_survey_next.gif" alt="Next Page" name='next' value="Next &gt;&gt;"> </td><td  align='right' width='120'> &nbsp;</td></tr></table></form>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
function snapAddEvent(obj, evType, fn)
{	var result=false;
	if (obj)
	{	if (obj.attachEvent)
		{	result=obj.attachEvent('on'+evType, fn);
		} else if (obj.addEventListener)
		{	obj.addEventListener(evType, fn, true);
			result=true;
		}
	}
	return result;
}
function snapInclude(obj, show, val)
{	var changed = false;
	if (obj)
	{	if (val == null)
		{	val = '';
		}
		if (!show)
		{	val = 'none';
		}
		if (obj.style.display!=val)
		{	obj.style.display = val;
			changed = true;
		}
	}
	return changed;
}
function snapIsUk(){return (0 != 1);}
function snapObject(id){return (document.getElementById) ? document.getElementById(id) : null;}
function killEvent(eventOb)
{	if (eventOb)
	{	if (null != eventOb.cancelBubble) eventOb.cancelBubble = true;
		if (eventOb.stopPropagation) eventOb.stopPropagation();
		if (null != eventOb.returnValue) eventOb.returnValue = false;
		if (eventOb.preventDefault) eventOb.preventDefault();
	}
}
</SCRIPT>
</body></html>