/**
 * Enables JS in contact form.
 * 
 * (C) Hradecon, 2010 
 * http://hradecon.com
 * 
 * @author Vaclav Hradec <vh@hradecon.com>
 */

$(document).ready(function(){
	$('#contactform input[name=check]').val(9).parent().hide().prev().hide();

	// text area
	$('textarea#msg').elastic();
});

// ======== FUNC ===============================================================

