// JavaScript Document

function get_next_fullmoon_date()
{
 return "23 September 2010" ;
}

