% IndexTemplateHtml=Replace(FSOFileRead("template/"&idea_3&"/html/index.html"),"{template_head}",FSOFileRead("template/"&idea_3&"/html/head.html")) IndexTemplateHtml=Replace(IndexTemplateHtml,"{template_foot}",FSOFileRead("template/"&idea_3&"/html/foot.html")) IndexTemplateHtml=replace(IndexTemplateHtml,"images/","template/"&idea_3&"/images/") AllTemplateHtml=ReplaceGlobalLable(GetAllHtml(IndexTemplateHtml,Const_Rule)) response.write AllTemplateHtml %>