			$(document).ready(function ()
			{
    		$('#contactForm').ajaxForm({beforeSubmit:before,success:sent}); 
    		
    		jQuery.getScript("http://secure.addthis.com/js/152/addthis_widget.js");
			});

			$(function()
			{
				// this initialises the demo scollpanes on the page.
				$('#pane1').jScrollPane();
			});
			
		  function before()
		  {
		  	 $("#formfields").hide();
		  	 $("#thankyou").show();
		  }
		  
		  function sent()
			{
				
			}