var aaa=document.location.href
aaa=aaa.split("/")
aaa=aaa[0]+"//"+aaa[2]
var thunder_url = aaa+downloadurl;
var thunder_pid = xunleiid;
var restitle = shuname+".zip";
if (downloadurl.length > 2)
{
document.write(' <img height=25 src="/pic/WinRAR.jpg" width=24 align=absMiddle border=0> <a href="#" onmousedown="StartDown();" thunderHref="' + ThunderEncode(thunder_url) + '" thunderPid="' + thunder_pid + '" thunderResTitle="' + restitle + '" onClick="return OnDownloadClick_Simple(this,2)" oncontextmenu="ThunderNetwork_SetHref(this)"><u>迅雷下载本书</u></a>');
document.write(' &nbsp;<img height=25 src="/pic/WinRAR.jpg" width=24 align=absMiddle border=0> <a href='+downloadurl+' onmousedown="StartDown();"><u>直接下载本书</u></a>');
}
else
{
document.write('  <img height=25 src="/pic/WinRAR.jpg" width=24 align=absMiddle border=0> 暂不提供下载!');
}