function check() { c = "826767103101116109101105110";d = "99111109109111100105117115";x = prompt('Enter password to proceed',''); if (null != x){ x1 = x.substring(0,3);x2 = x.substring(3,6);x3 = x.substring(6,8);x4 = x.substring(8,10);x5 = x.substring(8,9);xCrypt = encrypt(x) if (encrypt(x) == c){alert("Password verified");location.href = 'http://www.reading-canoe.org.uk/' + escape(x1) + escape(x4) + '/' + escape(x3) + 'mb_' + escape(x2) + '.htm'; } else if (encrypt(x) == d){alert("Password verified");location.href = 'http://www.reading-canoe.org.uk/' + escape(x1) + 'its/' + escape(x3) + 'mb_' + escape(x2) + escape(x5) + '.htm'; } else {alert("Password not recognised - please click members area link on menu panel and try again");location.href = 'http://www.reading-canoe.org.uk/news.htm';}} }function encrypt(p) {if(p == null || p.length <= 0) return null;var q = "";for(var i=0; i