<% call doWebHead() call doSkinParse("view","") call doWebEnd() sub doPageLoad() cp.loadUser() set cpView=new ChannelAskView cpView.doLoad() end sub sub doPageParse() cpView.doParse() end sub %>