<!-- November 2009 -->

<!-- Set NumVariable to 0 to suppress that section if there is no info -->

var Author = "Content provided by various CAS contributors";

<!-- Use - if there is no info for a given planet -->
var Planets = [
    "<b>Mercury</b> climbs into the evening sky after superior conjunction with the Sun on the 5th, its full disc about 5 arcseconds across.",
    "<b>Venus</b> begins the month rising 90 minutes before sunrise, reducing to 50 minutes by month’s end. Its magnitude minus 3.8, 10 arcsecond wide disc is almost full.",
	"<b>Earth</b> ",
    "<b>Mars</b> in Cancer spends the first couple of nights of November in the Beehive cluster (the small misty patch between the sickle of Leo and Caster & Pollux), rising before midnight DST by month’s end. Its magnitude 0 gibbous disc has by then reached 9 arcseconds in size.",
    "<b>Jupiter</b> high in the northwest after sunset, sets around midnight DST by month’s end.. At the start of the month the planet passes 1/2 a degree from the 4th magnitude star Iota Capricorni",
    "<b>Saturn</b> in Virgo rises higher above the dawn sky, the north face of its rings now visible for the first time in nearly 14 years as the rings slowly begin to open, following their brief invisibility.",
    "<b>Uranus</b> at magnitude 5.8 in Aquarius culminates around 9pm DST mid-month.",
    "<b>Neptune</b> at magnitude 7.9 is in Capricornus, at month’s end just 3 degrees from Jupiter and closing.",
    "<b>Pluto</b> in Sagittarius sets around 10pm DST mid-month.",
];

var NumMoon = 4;

var Moon = [
"<td>03 November<\/td><td class=\"ss\">Full Moon<\/td>",
"<td>10 November<\/td><td class=\"ss\">Last Quarter<\/td>",
"<td>17 November<\/td><td class=\"ss\">New Moon<\/td>",
"<td>25 November<\/td><td class=\"ss\">First Quarter<\/td>",
];

var NumComets = 0;

var Comets = [

];

var NumMinors = 3;

var Minors = [
"<td>Minor planets at opposition include:<\/td>",
"<td><b>51 Nemausa</b> (mag 10.6) on 15th November in Taurus. <\/td>",
"<td><b>346 Hermentaria</b> (mag 10.95 on 29th November in Taurus. <\/td>",

];

var NumShowers = 4;

var Showers = [
"<td><b>South Taurids</b> peaks on the 5th November.<\/td>",
"<td><b>North Taurids</b> peaks on the 12th November.<\/td>",
"<td><b>Leonids</b> active from the 10th to the 21st and peaking on the 18th.<\/td>",
"<td><b>alpha-Monocerotids</b> peaks on the 22nd November.<\/td>",

];


var NumEvents = 0;

var Events = [


];