$(function(){$("<select />").appendTo("nav");$("<option />",{"selected":"selected","value":"","text":"Перейти к..."}).appendTo("nav select");$("nav a").each(function(){var a=$(this);$("<option />",{"value":a.attr("href"),"text":a.text()}).appendTo("nav select")});$("nav select").change(function(){window.location=$(this).find("option:selected").val()})});
jQuery(function(){jQuery('ul.sf-menu').superfish()});
