﻿(function($){$.sinastock=function(e,f){var g=e.join(",");var h="http://hq.sinajs.cn/?_="+(new Date()).getTime()+"&list="+g;var j=[];$.ajax({url:h,type:"GET",dataType:"script",timeout:2000,cache:true,scriptCharset:"GBK",success:function(){$.each(e,function(i,a){var b={};var c="hq_str_"+a;b.fullCode=a;b.code=a.substr(2,6);var d=eval(c).split(",");b.name=d[0];b.tday_f=parseFloat(d[1]);b.yest_f=parseFloat(d[2]);b.curr_f=parseFloat(d[3]);b.height_f=parseFloat(d[4]);b.lower_f=parseFloat(d[5]);b.diff_f=b.curr_f-b.yest_f;b.diff_p=b.diff_f*100/b.yest_f;b.diff_f=b.diff_f.toFixed(2);b.diff_p=b.diff_p.toFixed(2);if(b.diff_f>0){b.rise=1}else{if(b.diff_f==0){b.rise=0}else{b.rise=-1}}j.push(b)});if(f){f(j)}}})}})(jQuery);