//==========银河公告脚本====================



y = 0; 



href = new Array(y); 



text=new Array(y);



type = new Array(y);//type='1' 加news图案 type='2' 题目为红色 type='3' 两者都有



//++++++++++编辑以下内容++++++++++++++++++++

text[y]='博威网络CISCO，ORACLE，LINUX，NCNE课程暑期优惠';href[y]='http://www.boway.net';type[y++]='0';

text[y]='华北电力大学MBA限额招生，推荐高薪就业！';href[y]='http://www.xedu.org';type[y++]='0';

text[y]='北京交大MBA率先引进哈佛高层团队视频课程';href[y]='http://com.inhe.net/qiye/hafu/index.asp';type[y++]='0';


//text[y]='模版（文字）';href[y]='模版（地址）';type[y++]='0';



//++++++++++编辑以上内容++++++++++++++++++++







for(i=0;i<=y-1;i++) 







{ document.write(' ·<a href="' + href[i] + '" target=_blank>' + (type[i]==2 || type[i]==3 ? '<font color=#FF0000>':'') + text[i] + (type[i]==2 || type[i]==3 ? '</font>':'') + '</a>' + (type[i]==1 || type[i]==3 ? '<img src=http://www.inhe.net/images/new.gif>':'') + '<br>');}