/*----------------------------------------
KPHA Javascript
Author: Kari Grooms
Last Updated: November 9, 2011
(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: false,
		showForgotUser: false,
		forgotUserText: 'Forgot your ID',
		showForgotPass: true,
		forgotPassText: 'Forget your Password?',
		buttonImage: '/associations/6918/imgs/btn_login.png',
		hoverImage: '/associations/6918/imgs/btn_login.png'
	});	    
						   
});

function incSponsor() {
   var str = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0" width="225" height="95">';
      str += '<param name="movie" value="/associations/6918/swfs/sponsors.swf" />';
      str += '<param name="quality" value="high" />';
      str += '<param name="wmode" value="transparent" />';
      str += '<embed src="/associations/6918/swfs/sponsors.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="225" height="95" wmode="transparent"></embed>';
      str += '</object>';
   
   document.write(str);
}

