Hello, <%= $Request->QueryString("name") %>!

<% for( 1...7 ) { %> The time is <%= scalar(localtime()) %>
<% }# end for() %>