var bookmarkurl="http://credittothewise.com";
var bookmarktitle="Credittothewise.com - Fix Your Finances, get out of debt and get on with your life!";

function addbookmark(){
	if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitle);
	else if (window.sidebar)
		window.sidebar.addPanel(bookmarktitle,bookmarkurl,"");
}