$(function(){
 $('a.scroll').click(function(){
 $('html, body').animate({
 scrollTop: $($(this).attr("href"))
 .offset().top-100 }, 1000);
 return false; });
			});
$(function () {
			$('.show-faq a').click(function(){
											  $('#faq').slideToggle('fast')
											  return false;
											  });
			});
$(function(){
$('.tweet, #commentwrap, #contact form, #thx').corners('15px');});
