window.onload = function(){

	$j('#LE_setCSS').attr('href','');
	if (Ka.Info.USERNAME != '') {
		if(Ka.Info.USERCATEGORIES == 'M.O.M. Guy Applicants') { 
		var extraInfo = "<span style='font-weight:normal'>Welcome, </span><strong><a style='color:#900;' href='http://community.manohman.com/service/displayKickPlace.kickAction?u="+Ka.Info.USERID+"&as=140198'>" + Ka.Info.USERNAME + "</a></strong> &nbsp; &nbsp; <a style='color:#900;' href='http://community.manohman.com/user/logoutUser.kickAction?as=140198'>Log Out</a>";
		} else { 
		var extraInfo = "<span style='font-weight:normal'>Welcome, </span><strong>" + Ka.Info.USERNAME + "</strong> &nbsp; &nbsp; <a href='http://community.manohman.com/user/logoutUser.kickAction?as=140198' style='color:#900;'>Log Out</a>";
		}
		
		
	} else {
		var extraInfo = "<a href='http://manohman.com/become-a-mom-guy' style='color:#900;'>Become a M.O.M. Guy</a> &nbsp; &nbsp; <a href='http://community.manohman.com/user/displayUserRegisterPage.kickAction?as=140198&STATUS=MAIN' style='color:#900;'>Register to Vote</a> &nbsp; &nbsp; <a href='http://community.manohman.com/user/displayUserLoginPage.kickAction?as=140198' style='color:#900 !important;'>Log In</a>";
	}
	$j('#user-actions').html('<li><iframe scrolling="no" height="1" frameborder="0" width="1" src="http://manohman.com/testloggedin.cfm?user='+Ka.Info.USERNAME+'&userid='+Ka.Info.USERID+'&usercategories='+Ka.Info.USERCATEGORIES+'"/>'+extraInfo+'</li>');

	if (Ka.Info.PAGE == 'pages/newVideoUpload.jsp') {
		// document.getElementById("multipleUploadLink").innerHTML="Ernie, you can manually put in text here.";
	}
	
	if (Ka.Info.PAGE == 'pages/profilePage.jsp' || Ka.Info.PAGE == 'pages/kickPlaceServerSide.jsp' || Ka.Info.PAGE == 'search/searchPage.jsp') {
		
		$j('#LE_setCSS').attr('href','');
		
		$j('#ka_headerSubNav').html('<a href="http://manohman.com/the-mom-guys"><strong>&laquo; Back to the M.O.M. Guy Gallery</strong></a>');
		$j('#menu_momguys').addClass('active');
		if (Ka.Info.USERNAME == "") {
			$j('#ka_profileLocItem').html('<br /><a href="http://community.manohman.com/user/displayUserLoginPage.kickAction?as=140198"><strong>Sign In to Vote</strong></a>');
		}
	}
	
	
	//make a photo required during signup
	if (Ka.Info.PAGE == "login/registerUser.jsp") {
		$j('.ka_optional').hide();
		$j('#ka_joinEmail').html('<label for="email">Email:</label><div class="ka_Help">Man Oh Man does not sell or provide your personal information to other users or businesses.  See our full <a href="http://manohman.com/privacy" target="_blank">Privacy Policy</a> for details.</div><input id="email" name="email" required="true" is-email="true" errorkey="emailPlease" size="30" value="" type="text">');
		
		$j('#ka_joinSubmit').html('<input type="image" src="http://manohman.com/site_images/apply_continue.gif" alt="Continue" name="Submit" value="join" style="background:none;" />');
		
	}
	
	if (location.href == 'http://community.manohman.com/user/displayUserRegisterPage.kickAction?as=140198&STATUS=MAIN&from=apply') {
		document.RegisterUser.redirectURL.value = "/service/displayVideoUpload.kickAction";
		$j('.ka_thirdPartyField').hide();
		
		$j('.ka_optional').show();
		
		$j('#photoPortrait').attr('required', 'required').attr('errorKey', 'photoRequired');
		
		$j('#ka_joinPhoto .ka_Help').html('<strong>Please make this a current picture of you.  No substitutions, avatars, etc.  We love dogs too, just not in place of the real you! </strong><br />Your profile photo must be in JPEG, PNG, or GIF format (no progressive JPGs or animated GIFs) and must not be greater than 100MB.');
		
		//<li id="ka_joinAbout"><label for="aboutMe">About Me:</label><div class="ka_Help">Tell Us Why You Should be a M.O.M. Guy</div><textarea id="aboutMe" name="aboutMe" rows="8" cols="32"></textarea><input type="hidden" name="topCategory" value="150353" /></li>
		
		
		$j('#ka_joinOptional').html(document.getElementById('ka_joinOptional').innerHTML + '<li id="ka_joinAbout"><label for="aboutMe">About Me:</label><div class="ka_Help">Tell Us Why You Should be a M.O.M. Guy</div><textarea id="aboutMe" name="aboutMe" rows="8" cols="32"></textarea><input type="hidden" name="topCategory" value="150353" /></li>');
		
		
		Ka.formValidation.messages.photoRequired = 'A picture is required.';
		
		$j('.ka_optional legend').html("REQUIRED");
		
		$j('#ka_joinUser .ka_Help').html('Create a unique username that identifies you by first name and last initial (i.e. John_S).<br />Username must be between 3 and 24 characters. Letters, numbers, and underscores only.<br /> <strong>Warning: You cannot change it later.</strong>');
		
	}
	
	
	if (Ka.Info.PAGE == 'login/userLogin.jsp') {
	
		$j('#ka_loginWrapper #ka_rightColumn p').html('Join the Man Oh Man community and vote for your favorite M.O.M. Guy Applicants.  <a href="http://community.manohman.com/user/displayUserRegisterPage.kickAction?as=140198&STATUS=MAIN"><strong>Join Now</strong></a><br /><br /><strong style="font-size:18px;">Want to be a M.O.M. Guy?</strong><br />Fill out our <a href="http://manohman.com/apply"><strong>M.O.M. Guy Application Form</strong></a> first.');
		$j('.rpx_popup_overlay #page1-container .cell').hide();
		
		if (document.referrer != '' && document.referrer.substring(32,0) != 'http://manohman.com/the-mom-guys') {
			document.UserLogin.redirectURL.value = document.referrer;
		}
		else {
			document.UserLogin.redirectURL.value = "/view/manageProfileQuestions.kickAction?as=140198";
			//document.UserLogin.redirectURL.value = 'http://community.manohman.com/service/displayKickPlace.kickAction?as=140198&u=' + Ka.Info.USERID;
		}
		
		
	}
	
	
	
	
	if (Ka.Info.PAGE == 'pages/mediaPlayPage.jsp') {
	
		$j('#ka_headerTopNav').html('<a href="http://manohman.com/the-mom-guys"><strong>&laquo; Back to the M.O.M. Guy Gallery</strong></a>');
		$j('#ka_headerTopNav').css('background-color','none !important');
		$j('#ka_headerTopNav').css('background','transparent !important');
		$j('#ka_headerTopNav').css('display','block');
		
		$j('#ka_playPageStats').html('<a href="/service/displayKickPlace.kickAction?u='+Ka.Info.MEDIAOWNERID+'&as=140198&b=">Click here to vote for '+Ka.Info.Media.CONTRIBUTER+'</a>');
		
		$j('#ka_playPageStats').css('text-align','center');
		$j('#ka_playPageStats').css('display','block');
		// Ka.Info.MEDIAOWNERID 
	
		$j('#ka_headerLoginInputs p').html('Join the Man Oh Man community and vote for your favorite M.O.M. Guy Applicants.  <a href="http://community.manohman.com/user/displayUserRegisterPage.kickAction?as=140198&STATUS=MAIN"><strong>Join Now</strong></a>');
		
		$j('#ka_starL5 a').click(function(){
		});
		
	}
	
	
	if (Ka.Info.PAGE = 'pages/myPlace.jsp' && $j('body').attr('id') == "ka_myhome") {
		// window.location='http://community.manohman.com/service/displayKickPlace.kickAction?as=140198&u=' + Ka.Info.USERID;
		window.location = 'http://manohman.com/pages/thanks_for_registering';
	}
	
	
	
	if ($j('body').attr('id') == "ka_profilePage" && Ka.Info.PROFILEID == Ka.Info.USERID && Ka.Info.USERCATEGORIES != "M.O.M. Guy Applicants") {
		window.location = 'http://manohman.com/the-mom-guys';
		//setTimeout(window.location = 'http://manohman.com/the-mom-guys',2000);
	}
	
	
	if (Ka.Info.USERID != "" && Ka.Info.USERCATEGORIES != "M.O.M. Guy Applicants" && Ka.Info.USERNAME != 'manohman') {
		$j('.ka_username_welcome').html('Welcome, <strong>' + Ka.Info.USERNAME + '</strong>');
	}
	
	
	if(Ka.Info.USERCATEGORIES != "M.O.M. Guy Applicants") { 
		$j('#ka_subMyVideo').hide();
		$j('.ka_addMedia').hide();
		$j('#ka_subMyPhoto').hide();
		$j('#ka_headerBtmNav').css('float','right');
		$j('#ka_headerBtmNav').css('margin-top','-24px');
	}
	
	if($j('body').attr('id') == 'ka_mkp_manageProfileQuestions' && Ka.Info.USERCATEGORIES == "M.O.M. Guy Applicants") {
		$j('#ka_contentContainer').css('display','block');
		$j('#ka_headerSubNav').css('display','block');
	}
	
	if($j('body').attr('id') == 'ka_mkp_manageProfileQuestions' && Ka.Info.USERCATEGORIES != "M.O.M. Guy Applicants") {
		//$j('#ka_headerSubNav').hide();
		//$j('#ka_contentContainer').css('display','block');
		//$j('#ka_contentContainer').html('<p>Please Wait</p>');
		window.location = 'http://manohman.com/the-mom-guys';
		//setTimeout(window.location = 'http://manohman.com/the-mom-guys',500);
	}
	
}
