Uses GetChildList to retrieve a list of a given parent page's children and selects one ID at random.
function GetRandomChild($ParentPageID, $UserID)
If there are children available the function returns an integer representing the page ID of a randomly chose child of the given parent page. If there are not children to choose from the function returns NULL.