$().ready(function() {
	$("#shwfrm").bind('click', function () {
		$("span#log-in-span").toggle(); return false;
	} );
});