var JSmainPath = "http://www.top500.co.za/";
//var JSmainPath = "http://boyakasha.co.za/top500/";
function selCat(){
	$("#categories").removeOption(/./);
	$("#categories").ajaxAddOption(JSmainPath + "search/xml_cat.asp", {"sector" : $("#sector").val()}, false);
}
function gotopg(){
	window.location.href=JSmainPath+"listings.asp?id="+$("#categories").val();
}
//function loadcat(){
//	//see if cat found.
//	//if so redirect to page otherwise alert
//	$.get(JSmainPath+"search/chk_cat.asp",{category:$("categorie_form").val()},function(retval){
//		//if (retval != "")
//			
//	//	}
//		//else{
//			alert(retval);
//		//}
//		}
//	);
//}