Take the community feedback survey now.
                AI OnAI Off
            
        Take the community feedback survey now.
 
                            
if (CurrentPage.Property.Exists("SiteFooter"))
Becomes in 5.1:
if (CurrentPage.Property["SiteFooter"] != null)
                        