// JavaScript Document

function get_next_fullmoon_date()
{
 return "13 August 2011" ;
}


