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