//function to initialize pet owners page and display correct buttons and colors
function InitPage()
{	
	
}

//Function to write first name of petowner.  If no name is available, write 'pet owner'
function WriteFirstName()
{	
}


//This function sets the link of the dynamic button (login or edit profile)
function SetLink()
{

}




