document.writeln('
'); function hxrecom(id, type) { var $ = function(id) { return document.getElementById(id); } $('hx_tj').style.display='block'; $('e_subject').value=''; $('tjid').value=id; if(type == 1) { $('hx_rz').checked='true'; } else if (type == 2) { $('hx_tp').checked='true'; } else if (type == 3) { $('hx_sp').checked='true'; } else if (type == 4) { $('hx_sh').checked='true'; } } //调整首页图片大小 function hxSetSize(obj) { var width=604; var height=408; myImage = new Image(); myImage.src = obj.src; if (myImage.width>0 && myImage.height>0) { var rate = 1; if (myImage.width>width || myImage.height>height){ if (width/myImage.width