function Get_Spiderbot()
{
	$.ajax({
	type: "get",
	cache:false,
	url: webdir+"/spiderbot.asp",
	timeout: 20000,
	error: function(){},
	success: function(){}
	});
}
