//È¡µÃgetÊý¾Ý function request(url) { var s=url.indexOf("?"); if(s!=-1) { var src=url.substring(s+1); } return src; } var htmlurl=window.parent.location.href; var gid=request(htmlurl); document.write(""); //document.write("");