$(document).ready(function(){							
	$("#tabs > a").tabs({
		selected: 1
	});

 });
