// 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
	setAjaxOverlayEmailToFriend();
	// Assigns show event to a ANCHOR
	setAjaxOverlayLink('emailtofriend_link',emailtofriendShow);
}

// DEVELOPER NOTE: Added 11/02/2007 This will give PA the ablitiy to add there own events to the onload event in a more efficent way.
YAHOO.util.Event.addListener(window, "load", inti);