;

/*
 * form.js : Select the 'by postal code' radio item if cursor in related text fields
 * Copyright (C) 2008 Kendall Anderson / Invisible Threads. http://invisiblethreads.com
 */
$(document).ready(function(){var A=this;$("#edit-locproximity").click(function(){A.select()});$("#edit-locorigin").click(function(){A.select()});this.select=function(){$("#loctype-1").attr("checked","checked")}});;


