﻿tips = new Array(4);
tips[0] = "燕郊信息全面寻合作伙伴，共同创燕郊信息品牌 电话13439975582";
tips[1] = "燕郊信息 传递信息 创造价值";
tips[2] = "燕郊信息合作热线 13439975582";
tips[3] = "现在免费注册燕郊信息并登记店铺信息 即免费赠送企业站 客服专员QQ：1132958967";
index = Math.floor(Math.random() * tips.length);
document.write(tips[index]);
