﻿/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

// Contents for menu0: Links
var menu0 = new Array();
menu0[0] = '<a href="?body=links.htm">Links Page</a>';
menu0[1] = '<a href="http://sotmsisters.blogspot.com/">Sisters of the Moon Blog</a>';
menu0[2] = '<a href="http://twitter.com/sotm_sisters">Sisters of the Moon Twitter</a>';

// Contents for menu1: Subscribe
var menu1 = new Array();
menu1[0] = '<a href="rss.xml" type="application/rss+xml">RSS Subscription</a>';
menu1[1] = '<a href="atom.xml" type="text/html">ATOM Subscription</a>';

