jQuery( document ).ready(function() {if (typeof seOptions == "undefined") seOptions={};jQuery.ajax({url: 'http://se.selena-online.ru/pool-search',data:seOptions,dataType: "html",contentType: 'text/plain',type: "GET",crossDomain: true,async: true,success: function(data, textStatus) {jQuery("#selenaOptionsBox").html(data);},error: function(data, textStatus,err){alert(err)} });});