/**
 * Janrain extension
 *
 * @author Terry Duivesteijn <terry@contactivity.com>
 * @copyright Copyright (c) 2011, Contactivity bv, Leiden
 * @license http://opensource.org/licenses/gpl-3.0.html GNU General Public License, version 3 (GPLv3)
 * @version $Id: XXXXXX,v 0.1 12-5-2011 16:26:49
 */

/*
 * Open the loginbox
 * @author Terry Duivesteijn <terry@duivesteijn.com>
 */
function loginBox(){
	jQuery('#login-box-popup').toggle();
}
