/*!
 * @package js-test-ajax
 * @type js
 *
 * @file test_ajax.js
 *
 * @author Nesterenko Dmitry (chebur.mail@gmail.com)
 */
function test_pass(a){if(a.responseText=="OK"){apply_ajax()}}function is_fastmsgs(){try{result=fastmsgs}catch(a){result=0}return result}function show_fastmsgs(){try{if(window.hide_all_about_me_divs){hide_all_about_me_divs(null)}}catch(a){}$("fastmsgs_win").show();$("fastmsgs_message").focus()}function apply_ajax(){for(var a=0;a<document.links.length;a++){var b=document.links[a];if((b.href.search(/\/messages\/chat\//i)>0||b.href.search(/messages\=1/i)>0)&&(b.href.search(/nojs/i)>0)&&(b.href.search(/E35CA95592524585/i)==-1)&&(b.href.search(/34EBE0F5237D2B89/i)==-1)&&(b.href.search(/A117DE3D896582DD/i)==-1)&&(b.href.search(/DE757960C4C720AD/i)==-1)&&(b.href.search(/CB04561AF74145B7/i)==-1)&&(b.href.search(/07971F58E7CED1A8/i)==-1)&&(b.href.search(/3015CFD4769DCA31/i)==-1)){if(is_fastmsgs()){b.href="javascript:void(0)";b.onclick=show_fastmsgs}else{b.href=b.href.replace(/nojs/g,"ajax");b.target="";b.onclick=function(){return true}}}}}function test_ajax(){if(test_ajax_res=="-1"){new Ajax.Request("/test_ajax.php?t=1",{onComplete:test_pass,parameters:"cmd=test_ajax"})}if(test_ajax_res=="1"){apply_ajax()}};
