<!-- hide
        
function newGo(box){
	val = box.options[box.selectedIndex].value;
	window.open (val,'_top');
	}

function makeArray() {
	var args = makeArray.arguments;
    for (var i = 0; i < args.length; i++) {
    	this[i] = args[i];
    	}
	this.length = args.length;
	}

var siteListUrls = new makeArray(
	"http://astrology.com",
	"http://career.astrology.com",
	"http://celebrity.astrology.com",
	"http://chartshop.com/scripts/runisa.dll?AO:FRONTDOOR::HOME",
	"http://chinese.astrology.com",
	"http://family.astrology.com",
	"http://food.astrology.com",
	"http://chartshop.com/scripts/runisa.dll?AO:FRONTDOOR::HOME",
	"http://astrology.com/fun/",
	"http://horoscopes.astrology.com",
	"http://astrology.com/international.html",
	"http://karma.astrology.com",
	"http://love.astrology.com",
	"http://www.astrology.com/2001",
	"http://money.astrology.com",
	"http://oracle.astrology.com",
	"http://chartshop.com/scripts/runisa.dll?AO:FRONTDOOR::HOME",
	"http://chartshop.com/scripts/runisa.dll?AO:FRONTDOOR::HOME",
	"http://teen.astrology.com",
	"http://travel.astrology.com",
	"http://women.astrology.com",
	"http://www.astrology.com/2001");

function goPage(form) {
	i = form.menu.selectedIndex;
	if (i != 0) {
    	window.location.href = urls[i];
    }
}

function goURL(form) {
	i = form.siteList.selectedIndex;
    if (i > -1) {
    	window.location.href = siteListUrls[i];
    }
}

// find it script

<!--find it script---> 


<!--
function SnapSearch() { 
  document.findit.action="http://ivillage.snap.com/search/directory/results/1,61,-0,00.html"; 
  document.findit.qry.name="keyword"; 
}       

function InternalSearch() { 
  document.findit.action="http://findit.ivillage.com/find"; 
  document.findit.qry.name="qry"; 
} 
//-->


function getPrePop() {
	var myGetStr = escape('&month=' + document.bob.month.options[document.bob.month.selectedIndex].value + '&day=' + document.bob.day.options[document.bob.day.selectedIndex].value + '&year=' + document.bob.year.options[document.bob.year.selectedIndex].value); myGetStr = escape(myGetStr);
  window.location.href = 'http://www.chartshop.com/scripts/runisa.dll?AO:AUTOFREE2::ALAUTO,' + myGetStr;
}

function update_URL () {
	var station = document.m_box.ivmn_radio.options[document.m_box.ivmn_radio.selectedIndex].value
	if (station != 0) {
    	media_p = window.open('http://s.ivillage.com/ivmn/box/astro/?redirect='+
'http://www.ivillage.com/media/music/media_player/frameset/0,,'+station+',00.html',"walkman","HEIGHT=270,WIDTH=479,resizable=true"); 
        return false;
	}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
	thePoppedWin = window.open(theURL,winName,features);
}

function popWindow() {
	popupWin =
window.open('http://chartshop.com/faq', 'faq', 'scrollbars,resizable,dependent,width=420,height=400,left=50,top=50')
}

function popOfflineWindow() {
	popupWin =
window.open('http://chartshop.com/scripts/runisa.dll?AO:OFFLINEPOP', 'offline', 'scrollbars,resizable,dependent,width=420,height=400,left=50,top=50')
}
//-->
