//==========企业推荐脚本====================
y = 0;
href = new Array(y);
text=new Array(y);
type = new Array(y);//type='1' 加news图案 type='2' 题目为红色 type='3' 两者都有
//++++++++++编辑以下内容++++++++++++++++++++
text[y]='
';href[y]='http://www.baidu.com';type[y++]='0';
text[y]='
';href[y]='http://www.sohu.com';type[y++]='0';
text[y]='
';href[y]='http://www.3721.com';type[y++]='0';
text[y]='
';href[y]='http://www.google.com';type[y++]='0';
text[y]='
';href[y]='http://www.sina.com';type[y++]='0';
text[y]='
';href[y]='http://www.eyaonet.com';type[y++]='0';
//++++++++++编辑以上内容++++++++++++++++++++
for(i=0;i<=y-1;i++)
{ document.write(' ' + (type[i]==2 || type[i]==3 ? '':'') + text[i] + (type[i]==2 || type[i]==3 ? '':'') + '' + (type[i]==1 || type[i]==3 ? '
':'') + '
');}