$(document).ready(function(){			
		if(location.href.indexOf("account/logout")>0)				   
		{
				$.cookie('password',null);
		}
});

