﻿//输出友情链接表

function weblink(){
var content = "";
content += "<ul>";
content += "<li><a href='http://job.sdu.edu.cn' target='_blank'>山东大学</a>&nbsp;| &nbsp;</li>";
content += "<li><a href='http://www.jyzd.sdnu.edu.cn/' target='_blank'>山东师范大学</a>&nbsp;| &nbsp;</li>";
content += "<li><a href='http://job.sdjzu.edu.cn/' target='_blank'>山东建筑大学</a>&nbsp;| &nbsp;</li>";
content += "<li><a href='http://job.sdie.edu.cn/Index.htm' target='_blank'>山东经济学院</a>&nbsp;| &nbsp;</li>";
content += "<li><a href='http://www.jnrp.edu.cn/' target='_blank'>济南铁道职业技术学院</a>&nbsp;| &nbsp;</li>";
content += "<li><a href='http://www.iqilu.com/' target='_blank'>齐鲁网</a>&nbsp;| &nbsp;</li>";
content += "</ul>";
document.write(content);}





