This page should show no broken code line in affected browsers. The do…while loop has been replaced with a while loop:
<!--[if IE]>
<script type="text/javascript">
var x = 10;
while (x > 0)
{
x--;
}
alert('This alert is only a demonstration. x='+x);
</script>
<![endif]-->