/*----------------------------------------
Leading Women Javascript
Author: Kari Grooms
Last Updated: January 9 2012
(c) 2011 Affiniscape, Inc.
All Rights Reserved. This JavaScript file must not be reproduced without the express written permission of Affiniscape, Inc.
For questions regarding licensing or setup please contact Affiniscape, projects @ affiniscape dot com
----------------------------------------*/

var j = jQuery.noConflict();
j(document).ready(function($){

	// Login Widget
	$('#login-widget').incLoginWidget({
		showLabels: true,
		showForgotUser: false,
		showForgotPass: true,
		forgotPassText: 'Forgot Your Password?',	
		buttonImage: '/associations/4279/imgs/btn_login.png',
		hoverImage: '/associations/4279/imgs/btn_login.png'
	});

});

<!--

	function incLogin() {
	
		var str = '<iframe id="iflogin" src="/cafe.cfm?act=member.showlogin&spanid=loginform" frameborder="0" width="0" height="0"></iframe>';
			str += '<span id="loginform">&nbsp;</span>';
		
		document.write(str);
	
	}
	
	function addLoadEvent(func) {
		var oldonload = window.onload;
		if (typeof window.onload != 'function') {
			window.onload = func;
		} else {
			window.onload = function() {
				oldonload();
				func();
			}
		}
	}
	
	function adjustModule() {
		if (!document.getElementById("maincontenttable")) return false;
		if (document.getElementById("maincontentsubcell")) return false;
		
		mainContent = document.getElementById("maincontenttable");
		mainContent.className = "module";
		
	}
	
//-->



