function AddLink(durl,text,qurl){ 
	var gotourl="http://www.onlinedown.com/img/flashgetdownload.htm";
	var JetCarCatch;
	var typeCheck;

	var objRE = new RegExp("\.torrent\s*$","i");

	typeCheck = objRE.test(durl); 
	
	
	try
	{
		JetCarCatch=new ActiveXObject("JetCar.Netscape");
	}
	catch(e){}
	if(JetCarCatch)
	{
		if(typeCheck){
			try{JetCarCatch.IsVersion2(); }
			catch(e)
			{
				alert("Recommendation: download with FlashGet");
			window.open ('http://www.kuaiche.com/union/fgdown.php?durl='+escape(durl)+'&text='+escape(text)+'&qurl='+escape(qurl)+'&gotourl='+escape(gotourl),'newwindow','');
				
			}
		}
		
		JetCarCatch.AddUrl(durl,text,qurl);
	}
	else
	{
		alert("Recommendation: download with FlashGet");
			window.open ('http://www.kuaiche.com/union/fgdown.php?durl='+escape(durl)+'&text='+escape(text)+'&qurl='+escape(qurl)+'&gotourl='+escape(gotourl),'newwindow','');
    }
}
