/**
* jQuery Code
*
*/

$(document).ready(function(){
		$("#tabs").tabs();
});

