jQuery("#yhteydenottobutton").live('click', function() {
	$formidata = jQuery(this).parent().serialize();
				jQuery.ajax({
					url: 'http://web10.supergreenhosting.com/~winledf1/winled2/index.php/ajax/KirjoitaYhteydenotto',
					type: 'POST',
					data: $formidata,
					success: function(data) {

							jQuery().toastmessage('showSuccessToast', "<br>Winled kittää palautteestasi.");
						}
		
		});
	jQuery("#yhteydenotto").dialog('close');
	return false;
});
