// JavaScript Document

function get_next_fullmoon_date()
{
 return "07 February 2012" ;
}


