// 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);
}

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