jQuery("window").ready(
    function(){
	var FO = { movie:"/content/flash/allo_codeaudio.swf", width:"22", height:"21", majorversion:"9", build:"0", wmode: "transparent", flashvars:"", xi:"true", allownetworking: "all", allowscriptaccess: "always" };
	UFO.create(FO, "codeAudioFlash");
	
	$("#contactForm").validate({
		errorPlacement: function(error, element) {
			if (element.attr("name") == "code")
				$("#code_errors").html(error);
			else
				error.insertAfter(element);
		}
       	});
    }
);


