$(document).ready(function() {

$("#topnav li").prepend("<span></span>"); //~{'#'c'd'Q'S']'q'V'^~} ~{'a'e'c'd'`'[~} ~{'d'V'T~} <span> ~{'U'`~} ~{'\'Q'X'U'`'T'`~} ~{'o']'V'^'V'_'d'Q~} ~{'c'a'Z'c'\'Q~}.



$("#topnav li").each(function() { //~{'%']'q~} ~{'\'Q'X'U'`'T'`~} ~{'o']'V'^'V'_'d'Q~} ~{'c'a'Z'c'\'Q~}...

var linkText = $(this).find("a").html(); //~{'/'Q'g'`'U'Z'^~} ~{'d'V'\'c'd~} ~{'S'_'e'd'b'Z~} ~{'d'V'T'Q~}

$(this).find("span").show().html(linkText); //~{'%'`'R'Q'S']'q'V'^~} ~{'d'V'\'c'd~} ~{'S~} ~{'d'V'T~} <span>

}); 



$("#topnav li").hover(function() {	//~{'1'b'Z~} ~{'_'Q'S'V'U'V'_'Z'Z~} ~{'^'m'j'Z~}

$(this).find("span").stop().animate({ 

marginTop: "-40" //~{'/'Q'g'`'U'Z'^~} ~{'d'V'T~} <span> ~{'Z~} ~{'a'V'b'V'^'V'k'Q'V'^~} ~{'V'T'`~} ~{'S'S'V'b'g~} ~{'_'Q~} 40px

}, 250);

} , function() { //~{'1'`'c']'V~} ~{'d'`'T'`~}, ~{'\'Q'\~} ~{'\'e'b'c'`'b~} ~{'e'R'b'Q'_~} ~{'c~} ~{'o']'V'^'V'_'d'Q~}...

$(this).find("span").stop().animate({

marginTop: "0" //~{'#'`'Y'S'b'Q'k'Q'V'^~} ~{'d'V'T~} <span> ~{'\~} ~{'Z'c'g'`'U'_'`'^'e~} ~{'^'V'c'd'`'a'`']'`'X'V'_'Z'p~} (0px)

}, 250);

});

});
