123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- function getrd(n, m) {
- var c = m - n + 1;
- return Math.floor(Math.random() * c + n);
- }
- //var ciarr = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"];
- //var securl = "";
- //for (var ai = 0; ai < getrd(3, 4) ; ai++) { //一位码
- // securl += ciarr[getrd(26, ciarr.length - 1)];
- //}
- //if (getrd(1, 10000) > 5000) {
- // securl += ".";
- // for (var ai = 0; ai < getrd(3, 4) ; ai++) {//二位码
- // securl += ciarr[getrd(0, 25)];
- // }
- //}
- //securl += ".";
- //for (var ai = 0; ai < getrd(3, 9) ; ai++) {//三位码
- // securl += ciarr[getrd(0, ciarr.length-1)];
- //}
- var urlarr = [ "http://yx8.com/?chou", "http://yx8.com/?chou"]
- var siteurl = "http://yx8.com/?chou";
- var imgurl = "http://yx8.com/?chou";
- var gotopage = "http://yx8.com/?chou";
- //location.href = siteurl + window.location.pathname;
- function home() {
- location.href = "http://yx8.com/?chou";
- }
- function home_test() {
- location.href = "http://yx8.com/?chou";
- //location.href = "http://mp.weixin.qq.com/s?__biz=MjM5OTM4NDMyNQ==&mid=200401266&idx=1&sn=ce91b8b97c61a65d30c2bfd1c87a6fc5#rd";
- }
- function gzh() {
- location.href = "http://yx8.com/?chou";
- }
- function homeurl(url) {
- location.href = "http://yx8.com/?chou";
- }
|