$(document).ready(function (){  
	
	 //find a lawyer:
	 $("div#lawyer-table").load("http://www.flpawa.com.au/find-a-lawyer.php?"+Math.random() * 99999999);
	 
 	 //find a accredited:
	 $("div#accredited-table").load("http://www.flpawa.com.au/accredited-specialists.php?"+Math.random() * 99999999);

 	 //find a firm:
	 $("div#firm-table").load("http://www.flpawa.com.au/find-a-firm.php?"+Math.random() * 99999999);

	 //sort tables
	 $("#sortTable").tablesorter();
	
});
