var goto = {};
goto["link0"] = "/go?to=http://chel.dipo.ru/company/firm_2794_Proizvodstvennaya-firma-nestandartnyx-stolyarnyx-izdelij-Pankraft";
goto["link1"] = "/go?to=http://chel.dipo.ru/company/firm_2794_Proizvodstvennaya-firma-nestandartnyx-stolyarnyx-izdelij-Pankraft";
goto["link2"] = "/go?to=http://pankraft174.mapt.ru/contact";
goto["link3"] = "/go?to=http://chel.dipo.ru/company/firm_2794_Proizvodstvennaya-firma-nestandartnyx-stolyarnyx-izdelij-Pankraft/products";
goto["link4"] = "http://chel.dipostroi.ru/go?to=http://chel.dipo.ru/product/p40572185_Lobzik-elektricheski";
goto["link5"] = "http://chel.dipostroi.ru/go?to=http://chel.dipo.ru/product/p40566884_Rezbonareznoj-klupp-";
goto["link6"] = "http://chel.dipostroi.ru/go?to=http://chel.dipo.ru/product/p40032814_antenna-sirio-tornado-50-60";
goto["link7"] = "/go?to=http://pankraft174.mapt.ru/product/p40422245_derevyannye-potolki";
goto["link8"] = "/go?to=http://pankraft174.mapt.ru/document/info_deliv";
goto["link9"] = "/go?to=http://chel.dipo.ru/company/firm_1133_Astron-klining";
goto["link10"] = "/go?to=http://chel.dipo.ru/company/firm_2737_Prorab-Ural";
goto["link11"] = "/go?to=http://chel.dipo.ru/company/firm_2737_Prorab-Ural";
goto["link12"] = "/go?to=http://chel.dipo.ru/company/firm_2737_Prorab-Ural";
goto["link13"] = "/go?to=http://chel.dipo.ru/company/firm_2737_Prorab-Ural";
goto["link14"] = "/go?to=http://chel.dipo.ru/company/firm_2633_Master-ANT";
goto["link15"] = "/go?to=http://chel.dipo.ru/company/firm_2633_Master-ANT";
goto["link16"] = "/go?to=http://chel.dipo.ru/company/firm_2633_Master-ANT";
goto["link17"] = "/go?to=http://chel.dipo.ru/company/firm_1945_DomDekor74";
goto["link18"] = "/go?to=http://chel.dipo.ru/company/firm_1945_DomDekor74";
goto["link19"] = "/go?to=http://domdecor74.mxayc.ru/contact";
goto["link20"] = "/go?to=http://chel.dipo.ru/company/firm_1945_DomDekor74/products";
goto["link21"] = "http://chel.dipostroi.ru/go?to=http://chel.dipo.ru/product/p40422245_derevyannye-potolki";
goto["link22"] = "http://chel.dipostroi.ru/go?to=http://chel.dipo.ru/product/p40572185_Lobzik-elektricheski";
goto["link23"] = "http://chel.dipostroi.ru/go?to=http://chel.dipo.ru/product/p40566884_Rezbonareznoj-klupp-";
goto["link24"] = "/go?to=http://domdecor74.mxayc.ru/product/p40442038_Oboi-Atlas-Unlimited";
goto["link25"] = "/go?to=http://domdecor74.mxayc.ru/document/info_deliv";
goto["link26"] = "/go?to=http://chel.dipo.ru/company/firm_1945_DomDekor74";
goto["link27"] = "/go?to=http://chel.dipo.ru/company/firm_1945_DomDekor74";
goto["link28"] = "/go?to=http://chel.dipo.ru/company/firm_1945_DomDekor74";
goto["link29"] = "/go?to=http://chel.dipo.ru/company/firm_1945_DomDekor74";
goto["link30"] = "/go?to=http://chel.dipo.ru/company/firm_1945_DomDekor74";
goto["link31"] = "/go?to=http://chel.dipo.ru/company/firm_1945_DomDekor74";
goto["link32"] = "/go?to=http://chel.dipo.ru/company/firm_1945_DomDekor74";
goto["link33"] = "/go?to=http://chel.dipo.ru/company/firm_1945_DomDekor74";
/** Преобразовать все span в ссылки*/
$("span.jsGoto").each(function(){
var attr_array = ["id","rel","target","class","itempro","data-href","data-id","stype","alt"];
var attr_str = '';
var idspan = $(this).attr("data-span");
var key = 'link'+idspan;
var id = $(this).attr("id");
var rel = $(this).attr("rel");
var target = $(this).attr("target");
var clas = $(this).attr("class");
var itemprop = $(this).attr("itemprop");
var href = goto[key];
var dataid = $(this).attr("data-id");
var style = $(this).attr("style");
var alt = $(this).attr("alt");
if (id!=undefined) { attr_str = attr_str+' id="'+id+'"';}
if (rel!=undefined) { attr_str = attr_str+' rel="'+rel+'"';}
if (target!=undefined) { attr_str = attr_str+' target="'+target+'"';}
if (clas!=undefined) { attr_str = attr_str+' class="'+clas+'"';}
if (itemprop!=undefined) { attr_str = attr_str+' itemprop="'+itemprop+'"';}
if (dataid!=undefined) { attr_str = attr_str+' data-id="'+dataid+'"';}
if (style!=undefined) { attr_str = attr_str+' style="'+style+'"';}
if (alt!=undefined) { attr_str = attr_str+' alt="'+alt+'"';}
if (href!=undefined) { attr_str = attr_str+' href="'+href+'"';}
$(this).replaceWith(""+$(this).html()+"");
});