// JavaScript Document

jQuery(document).ready(function(){
    $('#terms').load('/files/doc/terms.html');
	$('#tabs').tabs();
}); 
