/**
 * @author kchevalier@suntouchdesign.com
 */

function forgot() {
	jQuery("p.forgot a").click( function(){
		window.open( 'home/?S=14', 'forgot', 'left=200,top=200,width=400,height=250,toolbar=1,resizable=0' );
		return false;
		
	});
}

jQuery(document).ready(function(){
	forgot();
});
