<%
Option Explicit
Dim StringToChop
StringToChop = "Nowy Meksyk"
Response.Write Right(StringToChop, 6)
%>
