﻿//输出

function Categories(){
var content = "";
content += "<a href='/xmxx/Projectlist.aspx?typecode=fzxm&type=0'' target='_blank'>服装鞋帽</a>&nbsp;| &nbsp;";
content += "<a href='/xmxx/Projectlist.aspx?typecode=cyxm&type=0'' target='_blank'>餐饮项目</a>&nbsp;| &nbsp;";
content += "<a href='/xmxx/Projectlist.aspx?typecode=jchb&type=0'' target='_blank'>家居建材环保</a>&nbsp;| &nbsp;";
content += "<a href='/xmxx/Projectlist.aspx?typecode=zslp&type=0'' target='_blank'>装饰礼品</a>&nbsp;| &nbsp;";
content += "<a href='/xmxx/Projectlist.aspx?typecode=jysm&type=0'' target='_blank'>服务教育数码</a>";
document.write(content);}





