function shareWebsite() {

    window.open("share/default.php", "shareWindow", "scrollbars=yes,menubar=no,resizable=1,location=no,screenX=50,screenY=100,width=800,height=600");

    shareWindow.focus();

}

function gotoURL(id) {

	baseurl = "http://www.mikehuckabee.com/?FuseAction=Issues.View&Issue_id=";

	if (id != "0") {
	
		top.location = baseurl + id;
	}
}