var chnl_index = [0,"http://www.gffunds.com.cn/zsyb/zsyb1607/","http://www.gffunds.com.cn/zsyb/zsyb1606/","http://www.gffunds.com.cn/zsyb/zsyb1605/","http://www.gffunds.com.cn/zsyb/zsyb1604/","http://www.gffunds.com.cn/zsyb/zsyb1603/","http://www.gffunds.com.cn/zsyb/zsyb1602/","http://www.gffunds.com.cn/zsyb/zsyb1601/","http://www.gffunds.com.cn/zsyb/zsyb1512/","http://www.gffunds.com.cn/zsyb/zsyb1511/","http://www.gffunds.com.cn/zsyb/zsyb1510/","http://www.gffunds.com.cn/zsyb/zsyb1509/","http://www.gffunds.com.cn/zsyb/zsyb1508/","http://www.gffunds.com.cn/zsyb/zsyb1507/","http://www.gffunds.com.cn/zsyb/zsyb1506/","http://www.gffunds.com.cn/zsyb/zsyb1505/","http://www.gffunds.com.cn/zsyb/zsyb1504/","http://www.gffunds.com.cn/zsyb/zsyb1503/","http://www.gffunds.com.cn/zsyb/zsyb1502/","http://www.gffunds.com.cn/zsyb/zsyb1501/","http://www.gffunds.com.cn/zsyb/zsyb142/","http://www.gffunds.com.cn/zsyb/zsyb1411/","http://www.gffunds.com.cn/zsyb/zsyb1410/","http://www.gffunds.com.cn/zsyb/zsyb1409/","http://www.gffunds.com.cn/zsyb/zsyb1408/","http://www.gffunds.com.cn/zsyb/zsyb1407/","http://www.gffunds.com.cn/zsyb/zsyb1406/","http://www.gffunds.com.cn/zsyb/zsyb1405/","http://www.gffunds.com.cn/zsyb/zsyb1404/","http://www.gffunds.com.cn/zsyb/zsyb1403/","http://www.gffunds.com.cn/zsyb/zsyb1402/","http://www.gffunds.com.cn/zsyb/zsyb1401/","http://www.gffunds.com.cn/zsyb/zsyb1312/","http://www.gffunds.com.cn/zsyb/zsyb1311/","http://www.gffunds.com.cn/zsyb/zsyb1310/","http://www.gffunds.com.cn/zsyb/zsyb1309/","http://www.gffunds.com.cn/zsyb/zsyb1307/","http://www.gffunds.com.cn/zsyb/zsyb1306/","http://www.gffunds.com.cn/zsyb/zsyb1305/","http://www.gffunds.com.cn/zsyb/zsyb1304/","http://www.gffunds.com.cn/zsyb/zsyb1303/","http://www.gffunds.com.cn/zsyb/zsyb1302/","http://www.gffunds.com.cn/zsyb/zsyb1301/","http://www.gffunds.com.cn/zsyb/zsyb1212/","http://www.gffunds.com.cn/zsyb/zsyb1211/","http://www.gffunds.com.cn/zsyb/zsyb1210/","http://www.gffunds.com.cn/zsyb/zsyb1209/","http://www.gffunds.com.cn/zsyb/zsyb1208/","http://www.gffunds.com.cn/zsyb/zsyb1207/","http://www.gffunds.com.cn/zsyb/zsyb1206/","http://www.gffunds.com.cn/zsyb/zsyb1205/","http://www.gffunds.com.cn/zsyb/zsyb1204/","http://www.gffunds.com.cn/zsyb/zsyb1203/","http://www.gffunds.com.cn/zsyb/zsyb1202/"]; var chnl_len = chnl_index.length - 1; var chnl_cur = location.href; function CheckCurChnl(link){ return chnl_cur.search(link) == 0; } function GetLastChnl(){ var i = 1; while (chnl_index[i]){ if (CheckCurChnl(chnl_index[i])) break; i++; } if (chnl_index[i - 1]) location.href = chnl_index[i - 1]; else alert('敬请期待!'); } function GetNextChnl(){ var i = 1; while (chnl_index[i]){ if (CheckCurChnl(chnl_index[i])) break; i++; } if (chnl_index[i + 1]) location.href = chnl_index[i + 1]; else alert('这是第一期!'); }