$(function(){
	$("a[href^=#]").smoothScroll(300,50,0,70)
	$("input[type=text],textarea").click(function(){
		$(this).get(0).select()
	})
})