﻿if(restitle == "") {
	document.write('<li><a href="#" thunderHref="' + ThunderEncode(thunder_url) + '" thunderPid="' + thunder_pid + '" thunderType="' + thunder_type + '" thunderResTitle="' + restitle + '" onClick="return OnDownloadClick_Simple(this)" oncontextmenu="ThunderNetwork_SetHref(this)" >迅雷专用高速下载1</a></li> ');
}
else {
	document.write('<a href="#" thunderHref="' + ThunderEncode(thunder_url) + '" thunderPid="' + thunder_pid + '" thunderType="' + thunder_type + '" thunderResTitle="' + restitle + '" onClick="return OnDownloadClick_Simple(this)" oncontextmenu="ThunderNetwork_SetHref(this)" >' + restitle + '</a> ');
}