ASP End a script in the middle of processing

End a script in the middle of processing

<html>
<body>
<p>The first part continues<br>
<%
Response.End
%>
here!</p>
</body>
</html>