var AdvancedProfilePage = 
{
   	SetProfileHeader : function()
	{
		ContentDisplayJS.EmbedFontByCSS("CategoryTitle", "Casual Contact MF");
		ContentDisplayJS.EmbedFontByCSS("ContentBoxSubHeader", "standard 07_55");
	},
	
	init : function()
	{
		AdvancedProfilePage.SetProfileHeader();
	}

};
