

$(document).ready(function(){
 $("input").labelify({
  text: "label"
});
    $.tabs("container");
});

	