/*!
 * @package js-test-ajax
 * @type js
 *
 * @file ../test_ajax_1_22.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(i=0;i<document.links.length;i++){if((document.links[i].href.search(/messages\=1/i)>0)&&(document.links[i].href.search(/nojs/i)>0)&&(document.links[i].href.search(/E35CA95592524585/i)==-1)&&(document.links[i].href.search(/34EBE0F5237D2B89/i)==-1)&&(document.links[i].href.search(/A117DE3D896582DD/i)==-1)&&(document.links[i].href.search(/DE757960C4C720AD/i)==-1)&&(document.links[i].href.search(/CB04561AF74145B7/i)==-1)&&(document.links[i].href.search(/07971F58E7CED1A8/i)==-1)&&(document.links[i].href.search(/3015CFD4769DCA31/i)==-1)){if(is_fastmsgs()){document.links[i].href="javascript:void(0)";document.links[i].onclick=show_fastmsgs}else{document.links[i].href=document.links[i].href.replace(/nojs/g,"ajax");document.links[i].target="";document.links[i].onclick=function(){return true}}}}}function test_ajax(){if(test_ajax_res=="-1"){var a=new Ajax.Request("/test_ajax.php?t=1",{onComplete:test_pass,parameters:"cmd=test_ajax"})}if(test_ajax_res=="1"){apply_ajax()}}if(!window.scriptVersions){window.scriptVersions=[]}window.scriptVersions.push(["test_ajax",1.21]);

