
$(function(){if($().cycle){$('#s1').cycle({fx:'fade',speed:'slow',timeout:10000});}
if($().media){$('a.video').click(function(){$(this).media({height:$('img',this).height(),width:$('img',this).width(),flashvars:{autostart:true}});return false;});}
if($().lightBox){$('a.lightbox').lightBox({imageLoading:'/img/lightbox-ico-loading.gif',imageBtnPrev:'/img/lightbox-btn-prev.gif',imageBtnNext:'/img/lightbox-btn-next.gif',imageBtnClose:'/img/lightbox-btn-close.gif',imageBlank:'/img/lightbox-blank.gif'});}
if($().validate){$('form .required input').addClass('required');$('form .email input').addClass('email');$('form .required label').append('<em> * </em>');$('form').validate();}
if($().wysiwyg){$('.admin textarea').wysiwyg({controls:{h1:{visible:false},h2:{visible:false},h3:{visible:false},h4:{visible:true},h5:{visible:true},h6:{visible:true},insertImage:{visible:false},insertTable:{visible:false},createLink:{visible:false},undo:{visible:false},redo:{visible:false}},initialContent:'<h4>Generations</h4><p>1st Generation</p><h4>Farm History</h4><p>History goes here.</p>'});}
if($().imgAreaSelect){$('img.crop').imgAreaSelect({aspectRatio:'1.62:1',handles:true,show:true,onSelectEnd:function(img,selection){$('input[name="x1"]').val(selection.x1);$('input[name="y1"]').val(selection.y1);$('input[name="x2"]').val(selection.x2);$('input[name="y2"]').val(selection.y2);$('input[name="width"]').val(selection.width);$('input[name="height"]').val(selection.height);},x1:$('input[name="x1"]').val(),y1:$('input[name="y1"]').val(),x2:$('input[name="x2"]').val(),y2:$('input[name="y2"]').val()});}
$('a.popup').click(function(){window.open($(this).attr('href'),'popup','location=0,status=0,scrollbars=0,width=722,height=630');return false;});$('a.delete').click(function(){return confirm('Are you sure you want to delete this?');});$('a#bestbuyhelp').click(function(){$('#bestbuyhelpbox').slideDown();return false;});$('#bestbuyhelpbox a#close').click(function(){$('#bestbuyhelpbox').slideUp();return false;});$('#lot').click(function(){$(this).val('');});$('#mapData .maplink').hover(function(){var farmer_id=$(this).attr('class').replace('maplink ','');$('.farminfo.'+farmer_id).fadeIn();},function(){var farmer_id=$(this).attr('class').replace('maplink ','');$('.farminfo.'+farmer_id).fadeOut();});$('#map_ui #marker').css({left:$('input[name=x]').val()+'px',top:$('input[name=y]').val()+'px'});$('#map_ui').click(function(e){var offset=$(this).offset();$('input[name=x]').val(e.pageX-offset.left-15);$('input[name=y]').val(e.pageY-offset.top-15);$('#marker',this).css({left:$('input[name=x]').val()+'px',top:$('input[name=y]').val()+'px'});});});var gaJsHost=(("https:"==document.location.protocol)?"https://ssl.":"http://www.");document.write(unescape("%3Cscript src='"+gaJsHost+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));try{var pageTracker=_gat._getTracker("UA-279334-2");pageTracker._trackPageview();}catch(err){}
