if(!codes)var codes=new Array();if(!keys)var keys=new Array();codes[0]=[310,148,324,206,313,160,122,179,127,123,247,126,162,239,310,333,170,221,265,248,355,221,225,217,114,113,238,284,244,362,174,186,275,101,350,244,304,147,264,320,327,144,365,261,256,249,261,183,149,194,312,215,290];keys[0]=[201,51,219,98,197,49,64,68,25,21,142,27,61,175,211,219,65,106,149,143,245,124,115,120,17,3,192,185,133,253,111,71,158,3,244,143,205,31,203,201,226,46,250,156,140,148,162,72,39,78,215,116,174];codes[1]=[315,185,153,194,219,191,244,282,212,204,173,210,276,176,288,165,179,281,295,271,226,139,342,341,177,204,184,103,205,221,209,201,338,229,116,224,308,200,280,175,199,355,319,310,180,128,285];keys[1]=[206,88,48,86,103,80,186,171,110,102,68,111,175,112,189,51,74,166,179,166,116,42,232,244,80,94,138,4,94,112,146,86,221,131,10,123,209,84,219,67,88,244,212,212,69,17,178];function decrypt(code,key){cleartext="";for(i=0;i<code.length;i++){cleartext=cleartext+String.fromCharCode(code[i]-key[i])}
return cleartext;}
function magic(id){var cleartext=decrypt(codes[id],keys[id]);parent.location=cleartext;}