function OrderInvestmentBooksformHandler(){

var URL = document.OrderInvestmentBooksform.site.options[document.OrderInvestmentBooksform.site.selectedIndex].value;

window.location.href = URL;

}

var bookmarkurl= parent.location.href
var bookmarktitle="Investz.com"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}