		// Add onload function calls to this function as needed.
		function inti(){
			/* ADD ONLOAD PAGE FUNCTIONS HERE */ 
			// Addes Print functions
			assignPrintButtons();
			// Assigns the functionality to the Profile Update AJAX popup
				setAjaxOverlayLogin();
			// Assigns show event to a ANCHOR
			setAjaxOverlayLink('login_link',loginShow);
			assignSubmitFormOnEnter('onenter');
			setAjaxOverlayEmailToFriend();
			// Assigns show event to a ANCHOR
			setAjaxOverlayLink('emailtofriend_link',emailtofriendShow);	
			setAjaxOverlayLink('emailtofriendpost_link',emailtofriendShow);					
		}

		YAHOO.util.Event.addListener(window, "load", inti);
		