﻿var ads = new Array();
ads.push("<a href=\'http:\/\/www.it2048.com\' target=\'_blank\' title=\'中国创盈网络\'>中国创盈网络<\/a>");
ads.push("<a href=\'http:\/\/www.myhelen.cn\/\' target=\'_blank\' title=\'鲁鲁and若非 \'>鲁鲁and若非 <\/a>");
ads.push("<a href=\'http:\/\/www.0757.org\/\' target=\'_blank\' title=\'佛山招聘网\'>佛山招聘网<\/a>");
ads.push("<a href=\'http:\/\/www.fszy.com\/\' target=\'_blank\' title=\'佛山致用学校\'>佛山致用学校<\/a>");
ads.push("<a href=\'#\' target=\'_blank\' title=\'友链接\'>友链接<\/a>");


var table = "<table width='90%' border='0' align='center' cellpadding='0' cellspacing='2'> ";
var j=1;
for(var i=0;i<ads.length;i++){
	if(j%2 != 0) table += "<tr>";
	table += "  <td width='50%' height='18'>·"+ ads[i] +"</td>";
	if(j%2 == 0) table += "</tr>";
    j=j+1;
}
if(j%2 == 0) table += " <td width='50%' height='18'></td></tr>";
table += "</table>";
document.write(table);
