/** * ---------------------- Subversion Information ------------------------------ * **************************************************************************** * $Date: 2008-09-23 17:44:55 -0700 (Tue, 23 Sep 2008) $ * $Rev: 293 $ * $Author: mike $ * * SVN URL of this file * $HeadURL: http://hal/svn/cms/trunk/idx/inc/js/registration.js $ * **************************************************************************** * * @copyright Real Estate Webmasters 2008 */ $(document).ready(function() { $('a.info-links').each(function () { this.href = this.href + 'register/'; }); });