function ready(A){if(/(?!.*?compatible|.*?webkit)^mozilla|opera/i.test(navigator.userAgent)){document.addEventListener("DOMContentLoaded",A,false);}else{window.setTimeout(A,0);}}function getParameter(A,B){var C=new RegExp("(^|&)"+B+"=([^&]*)(&|$)");var D=A.substr(A.indexOf("?")+1).match(C);if(D!=null){return unescape(D[2]);}return null;}function formatPercent(A){return(A*100).toFixed(2)+"%";}function submitSearch(){var A=document.getElementById("searchKey").value;window.open("http://quotes.money.163.com/query_result.jsp?code="+A);}