
<div id="questionnaire" style="display: none">
<h3 style="font-size: 18px; border-style: none; font-weight: normal; background-color: #EEEEEE;">Is this website useful for you?</h3>
<input type="button" value="Yes" onclick="Modalbox.hide()"/>&nbsp;
<input type="button" value="No" onclick="Modalbox.hide()"/>
</div>
<script type="text/javascript" charset="utf-8">
Modalbox.show($('questionnaire'), {title: this.title, width: 300});
</script>
</body>