$(document).ready(function() {
	
	$("ul.tabs").tabs("div.panes > div", { history: true });
	
	$("#login .input").labelify({ text: "label" });
	
});
