function navigate(drop_down_list) {
	var number = drop_down_list.selectedIndex;
	location.href = drop_down_list.options[number].value; 
}

function addToFavorites() {
	if (window.sidebar) window.sidebar.addPanel('North Reviews','http://www.northreviews.com/', "");
	else if(document.all) window.external.AddFavorite('http://www.northreviews.com/','North Reviews');
}

