Showing source for: https://stonybrookphysicians.com/
Duration: 0.466484s
Server: Unknown

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <!--
    <meta http-equiv="Content-Language" content="English" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	-->
        <meta charset="utf-8">
        <!--<meta name="viewport" content="width=device-width, initial-scale=1" />-->
        <meta content="NEVER" name="expires">
        <meta content="NOINDEX, NOFOLLOW" name="ROBOTS">
        <title>
            Long Island Doctors - Physicians - Suffolk County - Nassau County - Stonybrookphysicians.com
        </title>
        <meta content="long island doctors, long island physicians, Suffolk county doctors, Nassau county doctors, new york doctors" name="keywords">
        <meta content="Long Island Doctors, Physicians, Suffolk County, Nassau - StonyBrookPhysicians.com. Find Long Island doctors and physicians." name="description">
        <link href="/favicon.ico" rel="shortcut icon">
        <link href="/style/new-style2012.css" media="screen" rel="stylesheet" type="text/css">
        <link href="/style/new-content2012.css" media="screen" rel="stylesheet" type="text/css">
        <link href="/style/new-sitewide-print.css" media="print" rel="stylesheet" type="text/css">
        <link href="/style/new-nav2012.css" rel="stylesheet" type="text/css">
        <!--[if IE]>
    <link rel="stylesheet" type="text/css" href="/style/new-nav-ie.css" />
    <![endif]-->
        <link href="/slide/css/slide2012.css" media="screen" rel="stylesheet" type="text/css">
        <!-- Homepage feature CSS -->
        <!--<link type="text/css" rel="stylesheet" href="/style/new-homefeature-dev.css" media="screen" />-->
        <link href="/style/new-homefeature2012.css" media="screen" rel="stylesheet" type="text/css">
        <script charset="utf-8" src="/includes/slide-correct.js" type="text/javascript">
        </script>
        <script charset="utf-8" src="/jquery/jquery-1.3.2.min.js" type="text/javascript">
        </script>
        <script charset="utf-8" src="/jquery/jquery.hoverIntent.minified.js" type="text/javascript">
        </script>
        <link href="/style/poll.css" media="screen" rel="stylesheet" type="text/css">
        <script charset="utf-8" src="/inc/formval.js" type="text/javascript">
        </script>
        <script charset="utf-8" src="/includes/loginvalidation.js" type="text/javascript">
        </script>
        <script charset="utf-8" src="/includes/poll.js" type="text/javascript">
        </script>
        <script charset="utf-8" src="/slide/js/slide.js" type="text/javascript">
        </script>
        <script charset="utf-8" type="text/javascript">
            $(document).ready(function() {
                function addMega() {
                    $(this).addClass("hovering");
                }
                function removeMega() {
                    $(this).removeClass("hovering");
                }
                var megaConfig = {
                    interval: 300,
                    sensitivity: 4,
                    over: addMega,
                    timeout: 300,
                    out: removeMega
                };
                $("li.mega").hoverIntent(megaConfig);
            });
        </script>
        <!-- Homepage Main Slides Begin (9/2/11) -->
        <script src="/jquery/homeslides_jquery.cycle.js" type="text/javascript">
        </script>
        <script src="/jquery/homeslides_slideshow.js" type="text/javascript">
        </script>
        <!-- Homepage Main Slides End -->
        <!-- Top Doctors Script Begins -->
        <script type="text/javascript">
            $(document).ready(function() {
                var currentPosition = 0;
                var slideWidth = 180;
                var slides = $('.slide');
                var numberOfSlides = slides.length;
                $('#slidesContainer').css('overflow', 'hidden');
                slides.wrapAll('<div id="slideInner"></div>').css({
                    'float': 'left',
                    'width': slideWidth
                });
                $('#slideInner').css('width', slideWidth * numberOfSlides);
                $('#slideshow').prepend('<span class="control" id="leftControl"></span>').append('<span class="control" id="rightControl"></span>');
                manageControls(currentPosition);
                $('.control').bind('click', function() {
                    currentPosition = ($(this).attr('id') == 'rightControl') ? currentPosition + 1 : currentPosition - 1;
                    manageControls(currentPosition);
                    $('#slideInner').animate({
                        'marginLeft': slideWidth * (-currentPosition)
                    });
                });
                function manageControls(position) {
                    if (position == 0) {
                        $('#leftControl').hide();
                    } else {
                        $('#leftControl').show();
                    }
                    if (position == numberOfSlides - 1) {
                        $('#rightControl').hide();
                    } else {
                        $('#rightControl').show();
                    }
                }
            });
            <!--Clicking moves left-->
            <!--Clicking moves right-->
        </script>
        <!-- Top Doctors Script Ends -->
        <!-- Tabs Option Begins -->
        <script src="/jquery/ui.core.js" type="text/javascript">
        </script>
        <script src="/jquery/ui.tabs.js" type="text/javascript">
        </script>
        <script type="text/javascript">
            $(document).ready(function() {
                $("#tabsopt").tabs();
                $("#tabsopt").tabs('option', 'selected', 0);
            });
            function showActive(v1, v2, v3, v4, v5, v6) {
                document.getElementById(v1).style.display = "none";
                document.getElementById(v2).style.display = "";
                document.getElementById(v3).style.display = "";
                document.getElementById(v4).style.display = "none";
                document.getElementById(v5).style.display = "";
                document.getElementById(v6).style.display = "none";
            }
        </script>
        <!-- Tabs Option Ends -->
        <!-- Search | Autocomplete -->
        <script src="/jquery/jquery.bgiframe.min.js" type="text/javascript">
        </script>
        <script src="/jquery/jquery.autocomplete.js" type="text/javascript">
        </script>
        <script>
            $(document).ready(function() {
                $("#search").autocomplete('/search-autocomplete.asp', {
                    minChars: 2,
                    selectOnly: 2
                });
            });
        </script>
        <!-- Modal Window -->
        <link href="/secure/moreinfo/admin-new/facebox.css" media="screen" rel="stylesheet" type="text/css">
        <script language="JavaScript" src="/secure/moreinfo/admin-new/facebox.js" type="text/javascript">
        </script>
        <script type="text/javascript">
            jQuery(document).ready(function($) {
                $('a[rel*=facebox]').facebox();
                $('a[rel*=pbinfo]').facebox();
            });
            ID = window.setTimeout("ShowPopup();", 180000);
            function ShowPopup() {
                $.facebox("<div style=\"font:bold 16px arial; text-align:center;padding:20px 10px; border-bottom:1px solid #d7d7d7; width:550px; height:60px;\"><span style=\"line-height:40px;\">Thank you for visiting us! Have you found what you were looking for?</span><a href=\"/about/contact.asp\" onClick=\"pageTracker._trackEvent(\'TimedMessage\', \'Homepage\', \'Contact Us\');\" style=\"padding:20px 20px;\"><img src=\"/images2012/btn_msg_contactus.jpg\" width=\"116px\" height=\"28px\" border=\"0px\" alt=\"Contact Us\" /></a><a href=\"/sitemap.asp\" onClick=\"pageTracker._trackEvent(\'TimedMessage\', \'Homepage\', \'Site Map\');\" style=\"padding:20px 20px;\"><img src=\"/images2012/btn_msg_sitemap.jpg\" width=\"116px\" height=\"28px\" border=\"0px\" alt=\"Site Map\" /></a></div>");
            }
        </script>
        <script type="text/javascript">
            function bookmarksite(title, url) {
                if (window.sidebar) window.sidebar.addPanel(title, url, ""); else if (window.opera && window.print) {
                    var elem = document.createElement('a');
                    elem.setAttribute('href', url);
                    elem.setAttribute('title', title);
                    elem.setAttribute('rel', 'sidebar');
                    elem.click();
                } else if (document.all) window.external.AddFavorite(url, title);
            }
        </script>
        <script>
            function cng(a, b) {
                document.getElementById("a").style.display = "none";
                document.getElementById("b").style.display = "";
            }
        </script>
    </head>
    <body onload="showActive('ex2', 'ex1', 'tr1', 'tr2', 'mp1', 'mp2')">
        <!-- Panel -->
        <div id="toppanel" style="margin-top:26px;">
            <div id="panel" style="height:250px;background:url(/images2012/loginBG.png) repeat-x;">
                <!-- 8a0000 c8c8c8-->
                <div class="content clearfix">
                    <div class="left" style="min-width:860px;width:auto; font-size:12px; border-right:1px; border-left:0px;">
                        <!-- | Login Form | -->
                        <div id="logLog">
                            <h2>
        Login
                            </h2>
                            <form action="/secure/userlogin.asp" class="clearfix" id="loginform" method="post" name="loginform" onsubmit="return validateLoginForm(this, 1)">
                                <div id="loginerrormsg" style="display:none;color:#a80000;font:12px arial;">
                                    <p>
                                        Login error message
                                    </p>
                                </div>
                                <label class="grey" for="log">
                                    Username:
                                </label>
                                <input class="field" id="log" name="username" size="23" type="text" value="">
                                <label class="grey" for="pwd">
                                    Password:
                                </label>
                                <input class="field" id="pwd" name="password" size="23" type="password">
                                <div class="clear">
                                </div>
                                <input class="bt_login" name="submit" title="Login" type="submit" value="">
                                <a class="lost-pwd" href="javascript: submitLoginForm(document.loginform);">
                                    Forgot your password?
                                </a>
                            </form>
                        </div>
                        <!-- | Register Form | -->
                        <div id="logReg">
                            <h2>
        Register
                            </h2>
                            <p class="logDesc">
                                To create an account to access your personal
                                <br>
                                <i>
                                    My Account
                                </i>
                                OR Dashboard, click REGISTER below.
                            </p>
                            <a href="/secure/account/registration-step-1.asp">
                                <img alt="Register" class="bt_register" src="/images2012/logpanel_register.png" title="Register">
                            </a>
                        </div>
                        <!-- | Provider Enrollment | -->
                        <div id="logEnr">
                            <h2>
        New Provider Enrollment
                            </h2>
                            <p class="logDesc">
                                To access on-line enrollment / new provider package, click ENROLL below.
                            </p>
                            <a href="/applicants/forms/login.aspx" target="_blank">
                                <img alt="Enroll" class="bt_credentials" src="/images2012/logpanel_enroll.png" title="Enroll">
                            </a>
                        </div>
                    </div>
                </div>
            </div>
            <!-- /login -->
            <!-- The tab on top -->
            <div class="tab">
                <ul class="login">
                    <li class="left" style="background: url(/images2012/log_drop_l.png) no-repeat;">
      &nbsp;
                    </li>
                    <li id="toggle" style="background: url(/images2012/log_drop_c.png) repeat-x;">
                        <a class="open" href="javascript:hideStyle();" id="open">
                            Login&nbsp; | &nbsp;Register
                        </a>
                        <a class="close" href="javascript:showStyle();" id="close" style="display: none;">
                            Close Panel
                        </a>
                    </li>
                    <li class="right" style="background: url(/images2012/log_drop_r.png) no-repeat;">
                        &nbsp;
                    </li>
                </ul>
            </div>
            <!-- / top -->
        </div>
        <!--panel -->
        <!-- Stony Brook Medicine Links Begin -->
        <div id="block-menu-menu-quick-links">
            <div class="field field-name-body field-type-text-with-summary field-label-hidden">
                <div class="field-items">
                    <div class="field-item even">
                        <ul class="menu">
                            <li class="first">
                                <a class="stonybrookuniversity" href="/stonybrookmedicine-links.asp?link=1" target="_blank">
                                    <img height="10" src="/images2012/quickNavStonyBrookUniversity.png" width="98">
                                </a>
                            </li>
                            <li class="leaf">
                                <a class="stonybrookuniversity" href="/stonybrookmedicine-links.asp?link=2" target="_blank">
                                    <img height="10" src="/images2012/quickNavStonyBrookMedicine.png" width="95">
                                </a>
                            </li>
                            <li class="leaf">
                                <a class="childrenshospital" href="/stonybrookmedicine-links.asp?link=3" target="_blank">
                                    <img height="10" src="/images2012/quickNavStonyBrookChildrens.png" width="98">
                                </a>
                            </li>
                            <li class="leaf">
                                <a class="sbphysicians" href="/default.asp">
                                    <img height="10" src="/images2012/quickNavUniversityPhysicians.png" width="93">
                                </a>
                            </li>
                            <li class="leaf">
                                <a class="newsroom" href="/stonybrookmedicine-links.asp?link=4" target="_blank">
         Newsroom
                                </a>
                            </li>
                            <li class="leaf">
                                <a class="givingvolunteer" href="/stonybrookmedicine-links.asp?link=5" target="_blank">
                                    Giving
                                </a>
                            </li>
                            <li class="leaf">
                                <a href="/stonybrookmedicine-links.asp?link=6" target="_blank">
                                    Volunteer
                                </a>
                            </li>
                            <li class="leaf">
                                <a class="students" href="/stonybrookmedicine-links.asp?link=7" target="_blank">
                                    Students
                                </a>
                            </li>
                            <li class="leaf">
                                <a href="/stonybrookmedicine-links.asp?link=8" target="_blank">
                                    Faculty
                                </a>
                            </li>
                            <li class="last leaf">
                                <a class="healthsciencelibrary" href="/stonybrookmedicine-links.asp?link=9" target="_blank">
                                    Health Sciences
                                </a>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
        <!-- Stony Brook Medicine Links End -->
        <div id="container" style="margin-top:0px;border-top:0px solid #c8c8c8;">
            <!-- Content Start -->
            <!-- Header Start -->
            <div id="header" style="padding-top:29px; background:#FCFCFC;">
                <a href="/">
                    <img alt="Stony Brook Medicine University Physicians" border="0" height="63" id="logo" src="/images2012/newlogo2012.png" style="margin-top:0px;" width="273">
                </a>
                <div style="padding:0px; margin:0px; margin-top:10px;">
                    <div id="searchblock" style="border:0px; padding:0px; margin:0px; width:200px;height:85px;">
                        <!--<div id="searchblock" style="border:0px solid red; padding:0px; margin:0px; background:url(/images2012/search2012C.png) no-repeat;">				
                    <form action="/search/search.asp" method="get" id="sitesearchform" style="float:none; width:190px; border:0px solid green;padding:0px;margin:0px;">
                        <input type="hidden" name="cx" value="012734243557200915534:sgxoaakxoqy" />
                                            <input type="hidden" name="cof" value="FORID:9" />
                                <input type="hidden" name="ie" value="UTF-8" />
                        <input type="text" name="q" size="18" id="searchItem" style="width:140px;height:20px;margin:15px 0 0 20px; border:0px;" />
                        <input type="submit" id="searchbutton" value=" " style="background:url(/images2012/empty.png) no-repeat; width:20px;height:20px; border:0px; cursor:pointer;" title="Search" /> 
                    </form>		-->
                    </div>
                    <div class="headlink" id="misclinks" style="float:right; border:1px solid #d7d7d7;" title="Employment">
                        <a href="/employment.asp">
       Employment
                        </a>
                    </div>
                    <div class="headlink" id="misclinks" style="float:right; border:1px solid #d7d7d7;border-right:0px;" title="Contact Us">
                        <a href="/about/contact.asp">
                            Contact Us
                        </a>
                    </div>
                    <div class="headlink" id="misclinks" style="float:right; border:1px solid #d7d7d7; border-right:0px;" title="About Us">
                        <a href="/about/">
                            About Us
                        </a>
                    </div>
                </div>
            </div>
            <!-- Header End -->
            <!-- Navigation Start -->
            <div id="navigationbar">
                <ul id="menu">
                    <li>
                        <h2>
                            <a href="/">
                                <img src="https://www.stonybrookmedicine.edu/sites/default/files/webfiles/homepage-icon.png" style="max-width: 20px;">
                            </a>
                        </h2>
                    </li>
                    <li>
                        <h2>
                            <a href="https://www.stonybrookmedicine.edu/find-a-doctor" target="blank">
        FIND A DOCTOR
                            </a>
                        </h2>
                    </li>
                    <li class="mega">
                        <h2>
                            <a href="http://stonybrookmedicine.edu/MyHealtheLife" target="blank">
                                PATIENT PORTAL
                            </a>
                        </h2>
                    </li>
                    <!--
        <li class="mega">
            <h2><a href="#">MEDICAL PROFESSIONALS<img src="/images2012/down-arrow2012.png" width="8" height="8" alt="Medical Professionals" border="0" /></a></h2>
                    <div id="navmedpro">			  	
                <table border="0" cellspacing="0" cellpadding="0" align="center" width="100%">
                <tr class="navtitletop">
                    <td><span class="categorytitle">For Referring Providers</span></td>
                    <td><span class="categorytitle">I want to...</span></td>
                    <td><span class="categorytitle">Additional Info</span></td>
                </tr>
                        <tr>
                            <td valign="top" class="navbox">		
                                    <a href="http://medicine.stonybrookmedicine.edu/cme">Continuing Medical Education</a><br />				
                    </td>
                <td valign="top" class="navbox">
                                <a href="/html_physician/referrals/physician_referral_main.asp">Refer My Patient</a>				
                </td>
                <td valign="top" class="navbox">				
                    <a href="http://stonybrookmedicine.staywellsolutionsonline.com/">Health Library</a>					
                </td>
                    </tr>
                    </table>				
                    <br style="clear:both;" />			
                </div>			  
        </li>
		-->
                    <li class="mega">
                        <h2>
                            <a href="/forms/screening-colonoscopy.asp">
                                SCHEDULE A COLONOSCOPY
                            </a>
                        </h2>
                        <h2>
                            <a href="/html_physician/referrals/physician_referral_main.asp">
                                REFER MY PATIENT
                            </a>
                        </h2>
                    </li>
                    <li class="mega" id="last">
                        <h2>
                            <a href="#">
                                PAY MY BILL
                                <img alt="News" border="0" height="8" src="/images2012/down-arrow2012.png" width="8">
                            </a>
                        </h2>
                        <div class="navsmaller">
                            <a href="/pay/paymybill.asp" onclick="pageTracker._trackEvent('Pay My Bill', 'NavigationMenu');">
                                Pay My Bill
                            </a>
                            <br>
                            <a href="/html_patient/billing.asp">
                                Billing Information
                            </a>
                            <br>
                        </div>
                    </li>
                </ul>
            </div>
            <!-- Navigation End -->
            <div id="container">
                <!-- Homepage Left Content Start -->
                <div id="homeleftcontent" style="width:inherit;">
                    <h1 style="color:#333;">
      Welcome to Stony Brook Medicine University Physicians
                    </h1>
                    <!-- Tabbed Functions (Slides) Begin -->
                    <div id="mainoptions_test" style="border:1px solid #fff;">
                        <!-- Home Slides Wrapper Begin -->
                        <div id="homemainslide_wrap" style="align-self: center;">
                            <!-- Home Slides Content Begin -->
                            <div class="homemainslide_cont">
                                <ul>
                                    <!-- Slide > Find a Doctor -->
                                    <li id="slide-one">
                                        <a href="https://www.stonybrookmedicine.edu/find-a-doctor">
                                            <img alt="Find a Doctor" src="/images2012/buttonFindDoctor2012.png" style="margin:145px 0 0 65px; border:0px;" title="Find a Doctor">
                                        </a>
                                    </li>
                                    <!-- Slide > Request an Appointmemt -->
                                    <li id="slide-two">
                                        <a href="https://www.stonybrookphysicians.com/html_patient/appointment/default.asp" onclick="pageTracker._trackEvent('Appointment Request', 'Homepage Click', 'Homepage Click');">
                                            <img alt="Request an Appointment" src="/images2012/buttonAppointment2012.png" style="margin:175px 0 0 65px;border:0px;" title="Request an Appointment">
                                        </a>
                                    </li>
                                    <!-- Slide > Pay My Bill -->
                                    <li id="slide-three">
                                        <form action="/pay/select-dept.asp" method="post" style="margin:165px 0 0 30px;">
                                            <select name="paydept" onchange="pageTracker._trackEvent('Pay My Bill', 'Select Homepage', 'value');" style="float:left;margin:4px 0 0 0;padding:1px;">
                                                <option value="">
             -- select a practice --
                                                </option>
                                                <option value="SB_NEU">
                                                    Neurology Associates of SB
                                                </option>
                                                <option value="SB_NYS">
                                                    New York Spine and Brain Surgery
                                                </option>
                                                <option value="SB_ANE">
                                                    SB Anaesthesiology
                                                </option>
                                                <option value="SB_PED">
                                                    SB Children's Service
                                                </option>
                                                <option value="SB_DERM">
                                                    SB Dermatology Associates
                                                </option>
                                                <option value="SB_EMED">
                                                    SB Emergency Physicians
                                                </option>
                                                <option value="SB_FAM">
                                                    SB Family and Preventive Medicine
                                                </option>
                                                <option value="SB_INT">
                                                    SB Internists
                                                </option>
                                                <option value="SB_OPH">
                                                    SB Ophthalmology
                                                </option>
                                                <option value="SB_ORT">
                                                    SB Orthopaedic Associates
                                                </option>
                                                <option value="SB_PAT">
                                                    SB Pathologists
                                                </option>
                                                <!--<option value="SB_PREV">SB Preventive Medicine Services</option>-->
                                                <option value="SB_PSY">
             SB Psychiatric Associates
                                                </option>
                                                <option value="SB_RONC">
                                                    SB Radiation Oncology
                                                </option>
                                                <option value="SB_RAD">
                                                    SB Radiology
                                                </option>
                                                <option value="SB_SUR">
                                                    SB Surgical Associates
                                                </option>
                                                <option value="SB_URO">
                                                    SB Urology
                                                </option>
                                                <option value="SB_OBG">
                                                    University Associates in Ob/Gyn
                                                </option>
                                            </select>
                                            <input class="next" onclick="pageTracker._trackEvent('Pay My Bill', 'Select Homepage');" type="submit" value="">
                                            <br>
                                            <label class="help">
                                                <a href="#pb" onclick="pageTracker._trackEvent('Pay My Bill', 'Help');" rel="pbinfo">
                                                    Need help?
                                                </a>
                                            </label>
                                        </form>
                                        <!-- Help Info -->
                                        <div id="pb" style="display:none;">
                                            <span>
            Online Bill Pay Help
                                            </span>
                                            <p>
                                                Want to pay your bill online but are not sure what your doctor's practice name is?
                                                <br>
                                                Just enter your doctor's last name in the box below and click,
                                                <b>
                                                    Search
                                                </b>
                                                .
                                                <br>
                                            </p>
                                            <form action="/pay/search-result.asp" method="post">
                                                <input name="numform" type="hidden" value="2">
                                                <input name="type" type="hidden" value="submitted">
                                                <input maxlength="100" name="lname" type="text">
                                                <input class="search" type="submit" value=" ">
                                            </form>
                                        </div>
                                    </li>
                                    <!-- Slide > Health Content -->
                                    <li id="slide-four">
                                        <a href="http://stonybrookmedicine.staywellsolutionsonline.com" onclick="pageTracker._trackEvent('KSW SBMed', 'Homepage Click');">
                                            <img alt="Learn More" src="/images2012/buttonLearnMore2012.png" style="margin: 165px 0 0 100px;border:0px;" title="Learn More">
                                        </a>
                                    </li>
                                </ul>
                            </div>
                            <!-- Home Slides Content End -->
                            <!-- Home Slides Nav --->
                            <ul class="homemainslide_nav">
                                <!-- ul.slides-nav li -->
                                <li class="on">
                                    <a href="#slide-one">
                                        <img alt="Find a Doctor" height="60" src="/images2012/tab2012_finddoc.png" title="Find a Doctor" width="172">
                                    </a>
                                </li>
                                <li>
                                    <a href="#slide-two">
                                        <img alt="Request an Appointment" height="60" src="/images2012/tab2012_reqapp.png" title="Request an Appointment" width="172">
                                    </a>
                                </li>
                                <li>
                                    <a href="#slide-three">
                                        <img alt="Pay My Bill" height="60" src="/images2012/tab2012_paybill.png" title="Pay My Bill" width="172">
                                    </a>
                                </li>
                                <li>
                                    <a href="#slide-four">
                                        <img alt="Health Information Library" height="60" src="/images2012/tab2012_healthlib.png" title="Health Information Library" width="172">
                                    </a>
                                </li>
                            </ul>
                        </div>
                        <!-- Home Slides Wrapper End -->
                    </div>
                    <!-- Tabbed Functions (Slides) Ends -->
                    <!--
            <div style="width: 350px; height: 50px; margin: 0px; padding: 0px; border: 1px solid #000; background-color: darkred;">
                <p>
                    <a class="sbu-outline-button sbu-outline-button--red sbu-outline-button--on-red arrow-after"
						data-options="" style="height: 50px;"
      href="employment.asp">
                        <span style="font-family: sans-serif; font-weight: 500; text-transform: uppercase; color: #fff;font-size: 17px;">
                            Employment Opportunities
                        </span>
                    </a>
                </p>
            </div>		
            -->
                    <a alt="Employment Opportunities" href="https://www.stonybrookphysicians.com/employment.asp" style="color: #FFF;">
                        <div style="width:300px; height:50px; background-color:rgba(88, 88, 88, 0.863); line-height:50px; margin-left: 5px; border-radius: 5px;
							text-align: center; text-decoration: none; color:fff; font-weight:bold; font-size:16px; font-family:Arial, Helvetica, sans-serif;">
       Employment Opportunities
                        </div>
                    </a>
                </div>
                <br style="clear: both;">
                <!-- Homepage Left Content End -->
                <!-- Homepage Right Content Start 
        <div id="homerightcontent">			
            <div id="utilities">
                <a href="mailto:?subject=A friend has sent you information from the Stony Brook University Physicians Website&body=https://stonybrookphysicians.com/Default.asp"><img src="/imagesv2/utility-email.jpg" width="50" height="30" alt="" border="0" /></a> 
                <a href="#" onclick="window.print();"><img src="/imagesv2/utility-print.jpg" width="47" height="30" alt="" border="0" /></a>
                <a href="#" rel="sidebar" onclick="bookmarksite('', 'https://stonybrookphysicians.com/Default.asp')"><img src="/imagesv2/utility-bookmark.jpg" width="21" height="30" alt="" border="0" /></a>				
                <a href="http://www.stonybrookphysicians.com/rss/rssnews.asp"><img src="/imagesv2/utility-rssman2.jpg" width="27" height="30" alt="" border="0" /></a>
            </div>
            <div style="width:235px; height:30px; border-radius:5px; border:2px solid #d7d7d7; text-align:center; margin-bottom:5px; padding-top:10px;">	
                <span style="font-size:14px; font-weight:bold;"><a href="/forms/screening-colonoscopy.asp">Schedule a Colonoscopy</a></span>
            </div>
            <a href="/html_patient/front/forward.asp?page=stonybrookphysicians.com/physician-directory.asp" onClick="pageTracker._trackEvent('Physician Directory', 'Homepage');">
            <img src="/images2012/physician-directory-2014.png" width="240" height="90" alt="Physican Directory" title="Print Your Own Custom Physician Directory Now!" style="border:0px;margin:10px 0px;" /></a>		
        </div>
		-->
                <!-- Homepage Right Content End -->
                <br style="clear:both;">
            </div>
            <!-- Main Area End -->
            <br style="clear:both;">
        </div>
        <!-- Content End -->
        <!-- Footer Start -->
        <div id="footer">
            <p style="vertical-align:middle;font:bold 12px arial; border-bottom:1px solid #d7d7d7;margin-bottom:10px;line-height:40px;">
    &copy; Stony Brook Medicine University Physicians -
                <!--Phone: 631-444-DOCS(3627) - -->
    PO Box 1554 Stony Brook, NY 11790-0988 - 
    Serving Suffolk &amp; Nassau County, Long Island, NY
            </p>
            <ul>
                <li class="title">
                    <a href="http://www.stonybrookphysicians.com/">
                        HOME
                    </a>
                </li>
            </ul>
            <ul>
                <li class="title">
                    <a href="http://www.stonybrookmedicine.edu/find-a-doctor" target="blank">
                        FIND A DOCTOR
                    </a>
                </li>
            </ul>
            <!--
        <ul>	
            <li class="title"><a href="http://www.stonybrookmedicine.edu/patientcare/" target="blank">PATIENT CARE</a></li>
        </ul>
		-->
            <ul>
                <li class="title">
                    <a href="http://stonybrookmedicine.edu/MyHealtheLife" target="blank">
                        PATIENT PORTAL
                    </a>
                </li>
            </ul>
            <!--
        <ul>
            <li class="title"><a href="http://stonybrookmedicine.staywellsolutionsonline.com/">HEALTH LIBRARY</a></li>				
        </ul>
		-->
            <ul>
                <li class="title">
                    <a href="/pay/paymybill.asp" onclick="pageTracker._trackEvent('Pay My Bill', 'Footer');">
                        PAY MY BILL
                    </a>
                </li>
            </ul>
            <ul>
                <li class="title">
                    <a href="/disclaimer.asp">
                        DISCLAIMER
                    </a>
                </li>
            </ul>
            <ul>
                <li class="title">
                    <a href="/compliance.asp">
                        CPMP COMPLIANCE
                    </a>
                </li>
            </ul>
            <ul>
                <li class="title">
                    <a href="https://www.facebook.com/StonyBrookMedicineUniversityPhysicians/" target="_blank">
                        <img alt="Follow Us on Facebook" src="/includes/f_logo_RGB-Grey_58.png" width="20px; height:20px;">
                    </a>
                </li>
            </ul>
            <!--
        <ul style="list-style-type:none;">
            <li class="title">Find a Doctor</li>
            <li><a href="/find-a-doctor.asp">Doctor</a></li>
            <li><a href="/primarycare.asp">Primary Care</a></li>
            <li><a href="/midwife.asp">Midwife</a></li>
            <li><a href="/meet_phy.asp">Meet our New Doctors</a></li>
			
            <li class="title">Patient Requests</li>
            <li><a href="/html_patient/appointment/default.asp" onClick="pageTracker._trackEvent('Appointment Request', 'Navigation Click', '');">Request An Appointment</a></li>
            <li><a href="/pay/paymybill.asp" onClick="pageTracker._trackEvent('Pay My Bill', 'NavigationMenu');">Pay My Bill</a></li>
            <li><a href="/rx/renewal.asp">Renew A Prescription</a></li>
            <li><a href="/rx/lab.asp">Discuss Lab/Test Result</a></li>
            <li><a href="/rx/messages.asp">Email My Doctor</a></li>
            <li><a href="/cpmp/forms.asp">Print Patient Forms</a></li>
        </ul>	
		
        <ul>
            <li class="title">Additional Info</li>
            <li><a href="http://stonybrookphysicians.adam.com/content.aspx?productId=117">Health Information Library</a></li>
            <li><a href="/maps-and-directions.asp">Maps &amp; Directions</a></li>
            <li><a href="/health-insurance.asp">Insurance Plans Accepted</a></li>
            <li><a href="/html_patient/find_practice.asp">Find a Practice Location</a></li>
            <li><a href="/html_patient/billing.asp">Billing Information</a></li>
            <li><a href="/events.asp">Events</a></li>
            <li><a href="/trials/default.asp">Clinical Trials</a></li>			
            <li><a href="/cpmp/bestdocs/default.asp">Top Doctors</a></li>
            <li><a href="/about/forms/NPP-2013-Final.pdf" target="_blank">HIPAA Notice of Privacy Practices</a></li>
			
            <li class="title">For Referring Providers</li>
            <li><a href="/physician-directory.asp" onClick="pageTracker._trackEvent('Physician Directory', 'NavigationMenu');">Physician Directory</a></li>
            <li><a href="/cpmp/refer-guides.asp">Referral Guides</a></li>
            <li><a href="/html_physician/referrals/physician_referral_main.asp">Send a Referral</a></li>
            <li><a href="/cpmp/patient-transfer-center.asp">SBUMC Transfer Center</a></li>
            <li><a href="/cpmp/cme/continuing-medical-education.asp">Continuing Medical Education</a></li>					
            <li><a href="http://stonybrookphysicians.adam.com/content.aspx?productId=117">Health Information Library</a></li>
        </ul>
		
        <ul>
            <li class="title">Departments</li>
            <li><a href="/anesthesiology.asp">Anesthesiology</a></li>
            <li><a href="/dermatology.asp">Dermatology</a></li>
            <li><a href="/emergency-medicine.asp">Emergency Medicine</a></li>
            <li><a href="/family-medicine.asp">Family Medicine</a></li>
            <li><a href="/internal-medicine.asp">Internal Medicine</a></li>
            <li><a href="/neurosurgery.asp">Neurological Surgery</a></li>
            <li><a href="/neurology.asp">Neurology</a></li>
            <li><a href="/obstetrics-gynecology.asp">Obstetrics &amp; Gynecology</a></li>				
            <li><a href="/ophthalmology.asp">Ophthalmology</a></li>	
            <li><a href="/orthopedics.asp">Orthopedics</a></li>
            <li><a href="/pathology.asp">Pathology</a></li>	
            <li><a href="/pediatrics.asp">Pediatrics</a></li>
            <li><a href="/dept-of-prev-med.asp">Preventive Medicine</a></li>
            <li><a href="/psychiatry.asp">Psychiatry</a></li>
            <li><a href="/radiation-oncology.asp">Radiation Oncology</a></li>
            <li><a href="/radiology.asp">Radiology</a></li>
            <li><a href="/surgery.asp">Surgery</a></li>
            <li><a href="/urology.asp">Urology</a></li>
        </ul>
        <ul>
            <li class="title">Centers & Institutes</li>
            <li><a href="http://www.stonybrookphysicians.com/center/breast-care-center.asp">Breast Care Center</a></li>
            <li><a href="http://www.stonybrookphysicians.com/center/Heart-Center.asp">Heart Institute</a></li>
            <li><a href="http://www.stonybrookphysicians.com/center/Imaging-Center.asp">Imaging Center</a></li>
            <li><a href="http://www.stonybrookphysicians.com/center/Lung-Cancer-Evaluation-Center.asp">Lung Cancer Evaluation Center</a></li>
            <li><a href="http://stonybrookphysicians.staywellsolutionsonline.com/YourFamily/Men/">Men's Health Center</a></li>	
            <li><a href="/orthopedics.asp">Orthopedics</a></li>
            <li><a href="http://www.stonybrookphysicians.com/center/pain-management-center.asp">Pain Management Center</a></li>
            <li><a href="http://www.stonybrookphysicians.com/center/pediatric-ms-center.asp">Pediatric MS Center</a></li>
            <li><a href="http://stonybrookphysicians.staywellsolutionsonline.com/Conditions/Pregnancy/">Pregnancy Center</a></li>
            <li><a href="http://stonybrookphysicians.staywellsolutionsonline.com/YourFamily/OlderAdults/">Senior Health Center</a></li>
            <li><a href="http://www.stonybrookphysicians.com/center/vein-center.asp">Vein Center</a></li>
            <li><a href="http://stonybrookphysicians.staywellsolutionsonline.com/YourFamily/Women/">Women's Health Center</a></li>
        </ul>
        <ul>
            <li class="title">Health Library</li>
            <li><a href="http://stonybrookphysicians.staywellsolutionsonline.com/MultimediaRoom/VideoLibrary/?e=0#landing">Videos</a></li>		
            <li><a href="http://www.stonybrookphysicians.com/ask-the-experts/default.asp">Ask the Experts</a></li>
            <li><a href="http://stonybrookphysicians.staywellsolutionsonline.com/">Health Library</a></li>
            <li><a href="http://stonybrookphysicians.staywellsolutionsonline.com/InteractiveTools/SymptomChecker/#sc_tab1">Symptom Checker</a></li>
            <li><a href="http://stonybrookphysicians.staywellsolutionsonline.com/YourFamily/Men/">Men's Health Center</a></li>
            <li><a href="http://stonybrookphysicians.staywellsolutionsonline.com/YourFamily/Women/">Women's Health Center</a></li>
            <li><a href="http://stonybrookphysicians.staywellsolutionsonline.com/YourFamily/OlderAdults/">Senior Health Center</a></li>
			--<li><a href="http://stonybrookphysicians.staywellsolutionsonline.com/Conditions/Orthopedics/">Orthopedics Center</a></li>--
            <li><a href="http://stonybrookphysicians.staywellsolutionsonline.com/Conditions/Pregnancy/">Pregnancy Center</a></li>
        </ul>
        <ul>
                <li class="title">Insurers</li>
            <li><a href="/aetna-health-insurance.asp">Aetna</a></li>
            <li><a href="/cigna-insurance.asp">Cigna</a></li>
            <li><a href="/blue-cross-blue-shield.asp">Empire Blue Cross</a></li>
            <li><a href="/oxford-freedom-plan-health-insurance.asp">Oxford</a></li>
            <li><a href="/empire-plan-health-insurance.asp">United Empire</a></li>
            <li><a href="/united-healthcare.asp">United Healthcare</a></li>
            <li><a href="/health-insurance.asp">More Plans....</a></li>
        </ul>
		
        <ul>
                <li class="title"><a href="/disclaimer.asp">Disclaimer</a></li>
            <li class="title"><a href="/sitemap.asp">Site Map</a></li>
        </ul>
        -->
        </div>
        <br style="clear:both;">
        <br>
        <div id="printfooter">
            <!-- Print Disclaimer Starts-->
            <strong>
    Important Note:
            </strong>
            <p>
                The Stony Brook Medicine University Physicians website is primarily an informational and educational resource.  
		It should not be used in place of medical advice and recommendations you receive from your health care provider.  
  If you have, or suspect that you have a medical problem or condition, please seek the advice of your 
  health care provider.
            </p>
            <br>
            <p>
                Stony Brook Medicine University Physicians provides marketing advice and consultation to the clinical Faculty associated with the University Faculty Practice Corporations (UFPCs). It does not provide medical care directly or indirectly nor does it oversee, direct, manage or supervise the medical care provided by any of the individual Practices.  The individual Practices are responsible for the medical care each Practice provides to its patients.  Please note that the Practices listed below are separate University Faculty Practice Corporations (UFPCs).
            </p>
            <ul>
                <li>
                    Neurology Associates of Stony Brook
                </li>
                <li>
                    New York Spine and Brain Surgery
                </li>
                <li>
                    Stony Brook Anaesthesiology
                </li>
                <li>
                    Stony Brook Children's Service
                </li>
                <li>
                    Stony Brook Dermatology Associates
                </li>
                <li>
                    Stony Brook Emergency Physicians
                </li>
                <li>
                    Stony Brook Family Medical Group
                </li>
                <li>
                    Stony Brook Internists
                </li>
                <li>
                    Stony Brook Ophthalmology
                </li>
                <li>
                    Stony Brook Orthopaedic Associates
                </li>
                <li>
                    Stony Brook Pathologists
                </li>
                <li>
                    Stony Brook Preventive Medicine Services
                </li>
                <li>
                    Stony Brook Psychiatric Associates
                </li>
                <li>
                    Stony Brook Radiation Oncology
                </li>
                <li>
                    Stony Brook Radiology
                </li>
                <li>
                    Stony Brook Surgical Associates
                </li>
                <li>
                    Stony Brook Urology
                </li>
                <li>
                    University Associates in Obstetrics &amp; Gynecology
                </li>
            </ul>
            <p>
            </p>
        </div>
        <!-- Print Disclaimer Ends-->
        <!--
<script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
    var pageTracker = _gat._getTracker("UA-3408808-1");
    pageTracker._initData();
    pageTracker._trackPageview();
</script>

<script type="text/javascript">
     document.write(unescape('%3Cscript type="text/javascript" src="' + document.location.protocol + '//dnn506yrbagrg.cloudfront.net/pages/scripts/0011/4068.js"%3E%3C%2Fscript%3E'));</script>
-->
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://stonybrookphysicians.com/ 2024-05-12 04:56:40
2 https://thebolditalic.com/?gi=0647… 2024-05-12 04:56:39
3 https://thebolditalic.com/?gi=df12… 2024-05-12 04:56:39
4 https://thebolditalic.com/?gi=9043… 2024-05-12 04:56:39
5 https://nuclear.ru/ 2024-05-12 04:56:36
6 https://thebolditalic.com/?gi=ba3d… 2024-05-12 04:56:35
7 https://thebolditalic.com/?gi=3437… 2024-05-12 04:56:32
8 https://thebolditalic.com/?gi=3000… 2024-05-12 04:56:31
9 https://thebolditalic.com/?gi=9190… 2024-05-12 04:56:30
10 https://thebolditalic.com/?gi=4df5… 2024-05-12 04:56:28
11 https://thebolditalic.com/?gi=eedb… 2024-05-12 04:56:27
12 https://thebolditalic.com/?gi=482a… 2024-05-12 04:56:25
13 https://thebolditalic.com/?gi=4655… 2024-05-12 04:56:19
14 https://thebolditalic.com/?gi=bfc0… 2024-05-12 04:56:16
15 https://thebolditalic.com/?gi=2e43… 2024-05-12 04:56:12
16 https://thebolditalic.com/?gi=39f6… 2024-05-12 04:56:11
17 https://thebolditalic.com/?gi=0d9c… 2024-05-12 04:56:08
18 https://thebolditalic.com/?gi=2807… 2024-05-12 04:56:07
19 https://thebolditalic.com/?gi=af44… 2024-05-12 04:56:04
20 https://thebolditalic.com/?gi=28fc… 2024-05-12 04:56:04