$('#activate-weather')
.mouseover(function() {$('#weather-widget').slideDown();})
.mouseout(function() {$('#weather-widget').slideUp();});
+
+ $('#glm-member-password-lost-link').click(function() {
+ $('#glm-member-password-lost-form').show();
+ });
});
$('#activate-weather')
.mouseover(function() {$('#weather-widget').slideDown();})
.mouseout(function() {$('#weather-widget').slideUp();});
+
+ $('#glm-member-password-lost-link').click(function() {
+ $('#glm-member-password-lost-form').show();
+ });
});