function shareWebsite() {

    var sharewinv = window.open("http://huckabeemomentum.com/share/default.php", "sharewin", "scrollbars=yes,menubar=no,resizable=1,location=no,screenX=50,screenY=100,width=800,height=600");

    sharewinv.focus();

}
