			$(document).ready(function() {
				oTable = $('#example').dataTable({
					"bJQueryUI": true,
					"sPaginationType": "full_numbers",
					"iDisplayLength": 25,
					"aoColumns": [
						{ "sType": "html" },
						{ "sType": "html" },
						{ "sType": "html" }
					]
				});
			} );