var genetechTwitterFeedsList; var coordPageX=0; var coordPageY=0; var getRand=true; var memberName=""; var extraTagInfo=""; // Appended to tracking tag var currentYear="2010"; jQuery(document).ready(function() { jQuery('#retina-carousel').jcarousel({ auto: 3, wrap: 'last', itemLoadCallback: retinaCarousel_itemLoadCallback }); jQuery('#board-member-carousel').jcarousel({ scroll: 5, itemLoadCallback: boardMemberCarousel_itemLoadCallback }); jQuery('#editorial-board-member-carousel').jcarousel({ vertical: true, scroll: 5, itemLoadCallback: editorialBoardMemberCarousel_itemLoadCallback }); jQuery('#editorial-board-carousel').jcarousel({ scroll: 3, itemLoadCallback: editorialBoardCarousel_itemLoadCallback }); if (getRand==true) { var rand_no = Math.ceil(6*Math.random()); showCurrentMember(rand_no,9,1); } $('#tabs div').hide(); $('#tabs div:first').show(); $('#tabs ul li:first').addClass('active'); $('#tabs ul li a').click(function(){ $('#tabs ul li').removeClass('active'); $(this).parent().addClass('active'); var currentTab = $(this).attr('href'); var headline=''; if(currentTab=="#tab-1"){ headline='ALL TYPES'; }else if(currentTab=="#tab-2"){ headline='AMD'; }else if(currentTab=="#tab-3"){ headline='DME'; }else if(currentTab=="#tab-4"){ headline='RVO'; }else if(currentTab=="#tab-5"){ headline='Others'; } displayCurrentCaseStudyTabContent(currentTab,headline); $('#tabs div').hide(); $(currentTab).show(); return false; }); $("#tabs").tabs().find(".ui-tabs-nav").sortable({axis:'x'}); displayCurrentCaseStudyTabContent($('#tab-1'),'ALL TYPES'); displayRetinaRssFeeds(3); /* displayGenetechTweets(3); */ // setTimeout('removeHomeIntro()', 10000); $("#home-intro-close").click(function() { removeHomeIntro(); return false; }); //alert("<%=page_id%>"); if(page_id=='article'){ highLighMemberBoardProfileImage(memberId); } }); function displayGenetechTweets(cpt){ if(cpt&&cpt==3){ getAllGenentechTweets(cpt); }else{ getAllGenentechTweets(); } } function getAllGenentechTweets(cpt){ var parameters = 'type=ListAllGeneTweets'; //alert(parameters); var url; url=basePath+'ajax/processor/?'+parameters; $.ajax({ type: "POST", url: url, data: "{}", contentType: "application/json; charset=utf-8", dataType: "json", success: function(msg){ var delay = function() { handlergetAllGenentechTweets(msg,cpt); }; setTimeout(delay, 10); }, error: errgetAllGenentechTweets }); } var twitterPageNumber=0; var twitterCurrentPage=0; function handlergetAllGenentechTweets(t,cpt){ var content=''; var genentechTweetsTable=$('#genentech-tweets-table'); if(t){ var tweetsCount=t.cpt; tweetsCountMax=tweetsCount; var tweets=t.tweets; genetechTwitterFeedsList=tweets; content+=''; content+=''; content+=''; if(cpt&&cpt==3){ if(tweetsCount>3){ tweetsCount=3; } twitterCurrentPage=1; twitterPageNumber=Math.round(tweetsCountMax/tweetsCount); $('#twitterCounterLabel').html(twitterCurrentPage+"/"+twitterPageNumber); currentTweetsCount=tweetsCount; if(tweetsCount>0){ for(var i=0;i'; content+=''; content+=''; content+=''; content+=''; }else{ content+=''; content+=''; content+='
'; content+='
'; content+=tweets[i].title; content+='
'; content+=''; content+='
'; content+=''; content+=''; content+=''; } } genentechTweetsTable.html(content); $("#genentech-tweets-view-all-link").show(); }else{ $("#genentech-tweets-view-all-link").hide(); } }//end if(cpt&&cpt==3) $("#previous-twitter-page-btn").attr("src","images/previous-btn-off.gif"); } } function errgetAllGenentechTweets(msg,cpt){ } var tweetsCountMax=0; var currentTweetsCount=0; var startTweetsCount=0; var nestTweetsCount=0; var previousTweetsCount=0; function displayNextTwitterFeeds(){ twitterCurrentPage=twitterCurrentPage+1; //alert("twitterPageNumber="+twitterPageNumber+",twitterCurrentPage="+twitterCurrentPage); if(twitterCurrentPage>twitterPageNumber){ twitterCurrentPage=7; startTweetsCount=0; nextTweetsCount=3; currentTweetsCount=0; $("a#next-twitter-page-link").click(function() { return false; }); $("#next-twitter-page-btn").attr("src","images/next-btn-off.gif"); $("#previous-twitter-page-btn").attr("src","images/previous-btn.gif"); return; } if(twitterCurrentPage==twitterPageNumber){ $("a#next-twitter-page-link").click(function() { return false; }); $("#next-twitter-page-btn").attr("src","images/next-btn-off.gif"); $("#previous-twitter-page-btn").attr("src","images/previous-btn.gif"); } $("#previous-twitter-page-btn").attr("src","images/previous-btn.gif"); $('#twitterCounterLabel').html(twitterCurrentPage+"/"+twitterPageNumber); //alert(genetechTwitterFeedsList.length); var genentechTweetsTable=$('#genentech-tweets-table'); var content=''; //alert("startTweetsCount="+startTweetsCount+",currentTweetsCount="+currentTweetsCount+",nextTweetsCount="+nextTweetsCount+",tweetsCountMax="+tweetsCountMax); if(startTweetsCount>=tweetsCountMax && currentTweetsCount>=tweetsCountMax){ startTweetsCount=0; nextTweetsCount=3; currentTweetsCount=0; } if(startTweetsCount>tweetsCountMax ){ startTweetsCount=0; nextTweetsCount=3; currentTweetsCount=0; }else{ startTweetsCount=currentTweetsCount; nextTweetsCount=currentTweetsCount+3; } //alert("startTweetsCount="+startTweetsCount+",currentTweetsCount="+currentTweetsCount+",nextTweetsCount="+nextTweetsCount); if(nextTweetsCount>tweetsCountMax){ nextTweetsCount=tweetsCountMax; } if(currentTweetsCount>tweetsCountMax ||(currentTweetsCount>=tweetsCountMax &&startTweetsCount>=tweetsCountMax)){ startTweetsCount=0; nextTweetsCount=3; currentTweetsCount=0; } for(var i=startTweetsCount;i'; content+=''; content+=''; content+=''; content+=''; }else{ content+=''; content+=''; content+='
'; content+='
'; content+=genetechTwitterFeedsList[i].title; content+='
'; content+=''; content+='
'; content+=''; content+=''; content+=''; } } if(previousTweetsCount==twitterPageNumber && nextTweetsCount==twitterPageNumber){ startTweetsCount=7; nextTweetsCount=3; currentTweetsCount=7; return; }else{ currentTweetsCount=currentTweetsCount+3; } //genentechTweetsTable.html(''); genentechTweetsTable.html(content); $("#genentech-tweets-view-all-link").show(); } function displayPreviousTwitterFeeds(){ twitterCurrentPage=twitterCurrentPage-1; //alert("twitterPageNumber="+twitterPageNumber+",twitterCurrentPage="+twitterCurrentPage); if(twitterCurrentPage<=0){ twitterCurrentPage=1; $("a#previous-twitter-page-link").click(function() { return false; }); $("#previous-twitter-page-btn").attr("src","images/previous-btn-off.gif"); $("#next-twitter-page-btn").attr("src","images/next-btn.gif"); return; } if(twitterCurrentPage==1){ $("a#previous-twitter-page-link").click(function() { return false; }); $("#previous-twitter-page-btn").attr("src","images/previous-btn-off.gif"); $("#next-twitter-page-btn").attr("src","images/next-btn.gif"); } $("#next-twitter-page-btn").attr("src","images/next-btn.gif"); $('#twitterCounterLabel').html(twitterCurrentPage+"/"+twitterPageNumber); //alert("previousTweetsCount="+previousTweetsCount+",currentTweetsCount="+currentTweetsCount+",nextTweetsCount="+nextTweetsCount+",tweetsCountMax="+tweetsCountMax); //alert(genetechTwitterFeedsList.length); var genentechTweetsTable=$('#genentech-tweets-table'); var content=''; if((previousTweetsCount<0 || nextTweetsCount<0)){ previousTweetsCount=tweetsCountMax; nextTweetsCount=0; currentTweetsCount=tweetsCountMax; }else{ previousTweetsCount=currentTweetsCount; nextTweetsCount=currentTweetsCount-3; } if(nextTweetsCount<0){ nextTweetsCount=0; } //alert("previousTweetsCount="+previousTweetsCount+",currentTweetsCount="+currentTweetsCount+",nextTweetsCount="+nextTweetsCount); if(previousTweetsCount==0 && nextTweetsCount==0){ previousTweetsCount=tweetsCountMax; nextTweetsCount=0; currentTweetsCount=tweetsCountMax; return; } for(var i=previousTweetsCount;i>nextTweetsCount;i--){ if(previousTweetsCount>=0 && nextTweetsCount>=0){ if(i<(nextTweetsCount-1)){ content+=''; content+=''; content+='
'; content+='
'; content+=genetechTwitterFeedsList[i].title; content+='
'; content+=''; content+='
'; content+=''; content+=''; content+=''; }else{ content+=''; content+=''; content+='
'; content+='
'; content+=genetechTwitterFeedsList[i].title; content+='
'; content+=''; content+='
'; content+=''; content+=''; content+=''; } } } if(previousTweetsCount==0 && nextTweetsCount==0){ startTweetsCount=0; nextTweetsCount=3; currentTweetsCount=0; return; }else{ currentTweetsCount=currentTweetsCount-3; } //genentechTweetsTable.html(''); genentechTweetsTable.html(content); $("#genentech-tweets-view-all-link").show(); } function displayRetinaRssFeeds(cpt){ if(cpt&&cpt==3){ getAllRetinaRssFeeds(cpt); }else{ getAllRetinaRssFeeds(); } } function getAllRetinaRssFeeds(cpt){ var parameters = 'type=ListAllRetinaRssFeeds'; //alert(parameters); var url; url=basePath+'ajax/processor/?'+parameters; $.ajax({ type: "POST", url: url, data: "{}", contentType: "application/json; charset=utf-8", dataType: "json", success: function(msg){ var delay = function() { handlerGetRetinaRssFeeds(msg,cpt); }; setTimeout(delay, 10); }, error: errGetAllRetinaRssFeeds }); } function handlerGetRetinaRssFeeds(t,cpt){ var content=''; var latestRetinaNewsTable=$('#latest-retina-news-table'); if(t){ var feedsCount=t.cpt; var feeds=t.feeds; content+=''; content+=''; content+=''; if(cpt&&cpt==3){ if(feedsCount>3){ feedsCount=3; } if(feedsCount>0){ for(var i=0;i'; content+=''; content+='
'+feeds[i].description+'
'; content+=''; content+=''; content+=''; content+=''; }else{ content+=''; content+=''; content+=''; content+='
'; content+='
'+feeds[i].publishedDate+'
'; content+=''; content+='
'+feeds[i].description+'
'; content+='
'; content+=''; content+=''; content+=''; }//end if(i<(feedsCount-1)) }//end for(var i=0;i0) $("#retina-news-view-all-link").hide(); } } else{//end if(cpt&&cpt==3) var clinicalInfoStudy=$('#clinical-info-study'); var content=''; for(var i=0;i'; content+=''+feeds[i].title+''; content+='
'+feeds[i].description+''; content+='
READ MORE'; // content+='
'+feeds[i].title+''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; } clinicalInfoStudy.html(content); } }//end if(t) } function errGetAllRetinaRssFeeds(msg,cpt){ } function setHomepage() { if(isIE){ if (document.all) { document.body.style.behavior='url(#default#homepage)'; document.body.setHomePage('http://www.retina.org'); } else if (window.sidebar) { if(window.netscape) { try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); } catch(e) { } } var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components. interfaces.nsIPrefBranch); prefs.setCharPref('browser.startup.homepage','http://www.retina.org'); } }else{ bookmark(); } } function bookmark(){ var isSafari = (thisBrowser.userAgent.toLowerCase().indexOf('safari') > 0); var title = 'Title of Bookmark'; var url = 'http://www.retina.org'; if (document.all) { window.external.AddFavorite(url, title); // IE Favorite }else if (window.sidebar){ window.sidebar.addPanel(title, url, ""); // Mozilla Firefox Bookmark }else if (window.sidebar&&window.sidebar.addPanel) { window.sidebar.addPanel(title,url,""); } else if (isSafari) { alert("Press CTRL-D to bookmark"); } } function displayCurrentCaseStudyTabContent(currentTab,headline){ var content=""; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+='
'; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+='
'; content+='
'; content+=''; content+=''; content+=''+headline+'
'; content+='VIEW ALL
'; content+='Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed interdum lacinia justo. Nunc fermentum semper scelerisque. Nullam adipiscing fringilla risus et adipiscing. '; content+='
'; content+='
'; content+='
'; content+='
'; $(currentTab).html(content); } function retinaCarousel_itemLoadCallback(carousel, state) { // Disable autoscrolling carousel.startAuto(0); // Since we get all URLs in one file, we simply add all items // at once and set the size accordingly. if (state != 'init') return; // Disable autoscrolling if the user clicks the prev or next button. carousel.buttonNext.bind('click', function() { carousel.startAuto(0); }); carousel.buttonPrev.bind('click', function() { carousel.startAuto(0); }); // Pause autoscrolling if the user moves with the cursor over the clip. carousel.clip.hover(function() { carousel.stopAuto(); }, function() { carousel.startAuto(); }); var caseStudiesCount=4; // for(var i=0;i'); carousel.add(2, ''); carousel.add(3, ''); carousel.add(4, ''); //carousel.add(2, ''); //carousel.add(3, ''); // } carousel.size(caseStudiesCount); }; var editorialBioCounterLabelFlag="1/3"; function editorialBoardCarousel_itemLoadCallback(carousel, state) { // Since we get all URLs in one file, we simply add all items // at once and set the size accordingly. if (state != 'init'){ return; } carousel.buttonNext.bind('click', function() { //carousel.startAuto(0); if(editorialBioCounterLabelFlag=="1/3"){ $("#editorial-board-counter-label").html("2/3"); editorialBioCounterLabelFlag="2/3"; }else if(editorialBioCounterLabelFlag=="2/3"){ $("#editorial-board-counter-label").html("3/3"); editorialBioCounterLabelFlag="3/3"; document.getElementById("next-btn").style.visibility="visible"; /* hack to disable next btn - overrides jquery */ }else if(editorialBioCounterLabelFlag=="3/3"){ $("#editorial-board-counter-label").html("3/3"); editorialBioCounterLabelFlag="3/3"; } }); carousel.buttonPrev.bind('click', function() { if(editorialBioCounterLabelFlag=="1/3"){ $("#editorial-board-counter-label").html("1/3"); editorialBioCounterLabelFlag="1/3"; }else if(editorialBioCounterLabelFlag=="2/3"){ $("#editorial-board-counter-label").html("1/3"); editorialBioCounterLabelFlag="1/3"; }else if(editorialBioCounterLabelFlag=="3/3"){ $("#editorial-board-counter-label").html("2/3"); editorialBioCounterLabelFlag="2/3"; document.getElementById("next-btn").style.visibility="hidden"; } }); /*var membersCount=10; for(var i=0;i'); } carousel.size(membersCount); */ var membersCount=9; for(var i=0;i'); break; case 2: carousel.add(cpt, ''); break; case 3: carousel.add(cpt, ''); break; case 4: carousel.add(cpt, ''); break; case 5: carousel.add(cpt, ''); break; case 6: carousel.add(cpt, ''); break; /* case : carousel.add(cpt, ''); break; */ case 7: carousel.add(cpt, ''); break; case 8: carousel.add(cpt, ''); break; case 9: carousel.add(cpt, ''); break; } } carousel.size(membersCount); }; var boardMemberCounterLabelFlag="1/2"; function boardMemberCarousel_itemLoadCallback(carousel, state) { // Since we get all URLs in one file, we simply add all items // at once and set the size accordingly. if (state != 'init'){ return; } carousel.buttonNext.bind('click', function() { //carousel.startAuto(0); if(boardMemberCounterLabelFlag=="1/2"){ $("#counterLabel").html("2/2"); boardMemberCounterLabelFlag="2/2"; }else if(boardMemberCounterLabelFlag=="2/2"){ $("#counterLabel").html("2/2"); boardMemberCounterLabelFlag="2/2"; } }); carousel.buttonPrev.bind('click', function() { if(boardMemberCounterLabelFlag=="1/2"){ $("#counterLabel").html("1/2"); boardMemberCounterLabelFlag="1/2"; }else if(boardMemberCounterLabelFlag=="2/2"){ $("#counterLabel").html("1/2"); boardMemberCounterLabelFlag="1/2"; } }); var membersCount=10; for(var i=0;i'); if (cpt<10) { carousel.add(cpt, ''); } else { /* BLANK */ carousel.add(cpt, ''); } /*$('#member'+cpt+'-small-img').mouseover(function() { $(this).attr({ src : 'images/member'+cpt+'-small-img-over.gif'}); }).mouseout(function() { $(this).attr({ src : 'images/member'+cpt+'-small-img.gif'}); }).click(function() { $(this).attr({ src : 'images/member'+cpt+'-small-img-over.gif'}); // showCurrentMember(cpt,membersCount); }); */ /*$('#member'+cpt+'-small-img').click(function() { $(this).attr({ src : 'images/member'+cpt+'-small-img-over.gif'}); showCurrentMember(cpt); }); */ } carousel.size(membersCount); }; var editorialBoardCounterLabelFlag="1/3"; //VERTICAL CAROUSEL - Welcome Page function editorialBoardMemberCarousel_itemLoadCallback(carousel, state){ if (state != 'init'){ return; } carousel.buttonNext.bind('click', function() { //carousel.startAuto(0); if(editorialBoardCounterLabelFlag=="1/3"){ $("#editorialBoardCounterLabel").html("2/3"); editorialBoardCounterLabelFlag="2/3"; }else if(editorialBoardCounterLabelFlag=="2/3"){ $("#editorialBoardCounterLabel").html("3/3"); editorialBoardCounterLabelFlag="3/3"; }else if(editorialBoardCounterLabelFlag=="3/3"){ $("#editorialBoardCounterLabel").html("3/3"); editorialBoardCounterLabelFlag="3/3"; } }); carousel.buttonPrev.bind('click', function() { if(editorialBoardCounterLabelFlag=="1/3"){ $("#editorialBoardCounterLabel").html("1/3"); editorialBoardCounterLabelFlag="1/3"; }else if(editorialBoardCounterLabelFlag=="2/3"){ $("#editorialBoardCounterLabel").html("1/3"); editorialBoardCounterLabelFlag="1/3"; }else if(editorialBoardCounterLabelFlag=="3/3"){ $("#editorialBoardCounterLabel").html("2/3"); editorialBoardCounterLabelFlag="2/3"; } }); var membersCount=12; for(var i=0;i'); break; case 2: carousel.add(cpt, ''); break; case 3: carousel.add(cpt, ''); break; case 4: carousel.add(cpt, ''); break; case 5: carousel.add(cpt, ''); break; case 6: carousel.add(cpt, ''); break; /* case : carousel.add(cpt, ''); break; */ case 7: carousel.add(cpt, ''); break; case 8: carousel.add(cpt, ''); break; case 9: carousel.add(cpt, ''); break; case 10: /* BLANK */ carousel.add(cpt, ''); break; case 11: /* BLANK */ carousel.add(cpt, ''); break; case 12: /* BLANK */ carousel.add(cpt, ''); break; } } carousel.size(membersCount); } function showEditorialMember(memberId, requestType){ $("#editorial-board-profile-picture").html(''); //$("#editorial-board-counter-label").html(memberId+"/10"); var content=''; switch(memberId){ case 1: content='Lawrence A. Yannuzzi, MD, is professor of clinical ophthalmology at Columbia University Medical School and at Columbia University Medical Center in New York, New York. He is also vice chairman of the Department of Ophthalmology, chief of Medical Retinal Services, director of the Laser Research Laboratory, surgeon director in ophthalmology, and director of Retinal Research at the Manhattan Eye, Ear, and Throat Hospital in New York. Dr Yannuzzi earned his medical degree from Boston University Medical School in Boston, Massachusetts, and completed an internship at University Hospital in Boston and a residency in ophthalmology at the Manhattan Eye, Ear, and Throat Hospital.'; content+='

Dr Yannuzzi has made numerous contributions in imaging (fluorescein and indocyanine green) in drug development, such as the use of anti-prostaglandins for cystoid macular edema, antivasogenic drugs for age-related macular degeneration and retinal vascular exudative disorders, and in the introduction of therapeutic modalities such as laser photocoagulation and photosensitization. These achievements have been acknowledged in his receiving numerous awards, including the distinguished alumnus award from Boston University, the Retinal Research Award from Alcon and the Retina Society, the Gass Medal from the Macula Society, the Michelson Award from the International Community, and the Lifetime Achievement Award of the American Academy of Ophthalmology.'; content+='

Dr Yannuzzi has authored more than 200 journal articles and has authored or co-authored numerous books, abstracts, and reports. He has presented scientific exhibits and posters at many conferences, and he has completed visiting lectureships and professorships at a number of medical schools and national and international medical society meetings. He is also a loving and devoted husband, father, and grandfather.'; $("#editor-name").html("Lawrence A. Yannuzzi, MD"); $("#editor-title").html("MD"); $("#editor-email").html("member@retina.org"); $("#editor-bio").html(content); memberName="Yannuzzi"; break; case 2: content='Kang Zhang, MD, PhD, obtained his MD with magna cum laude honors from Harvard Medical School, and his PhD in genetics from Harvard University. He completed his residency in ophthalmology at Wilmer Eye Institute at Johns Hopkins University and his retina fellowship at University of Utah. He was on the faculty at Johns Hopkins University, Cleveland Clinic Foundation, and University of Utah. He is currently a Professor of Ophthalmology and Human Genetics at Shiley Eye Center; and the Director of Institute for Genomic Medicine, University of California San Diego. His honors include Burroughs Welcome Fund Clinical Scientist Award in Translational Research; Lew Wasserman Merit Award from Research to Prevent Blindness; Charles Schepens Award for Excellence in Retina Research; and Johns Hopkins Medical Institutions Clinician Scientist Award. He is a member of Macula Society, American Society of Clinical Investigation, and ASRS. His research focuses on novel disease gene targets and therapies in macular degeneration, diabetic retinopathy and inherited retinal degenerations. He has numerous grants from the NIH and other foundations. Dr Zhang has published or co-authored more than 80 peer-reviewed manuscripts in top journals, including Science, New England Journal of Medicine, Nature, Nature Genetics, Nature Medicine, Cell, PNAS, and
JCI—covering topics in genetics, molecular biology, and clinical trials
in ophthalmology.'; $("#editor-name").html("Kang Zhang, MD, PhD"); $("#editor-title").html("MD, PhD"); $("#editor-email").html("member@retina.org"); $("#editor-bio").html(content); memberName="Zhang"; break; case 3: content='Carl C. Awh, MD, is President of Tennessee Retina, a group retina practice in Nashville, Tennessee. Dr Awh (pronounced “Oh”) received his undergraduate degree in mechanical engineering from the Massachusetts Institute of Technology. He received his MD from the University of Mississippi School of Medicine in 1986, where he was inducted into the Alpha Omega Alpha Honor Society. He completed both an internship and an ophthalmology residency at the Georgetown University Medical Center, where he was appointed Chief Resident. Dr Awh then completed a fellowship in vitreoretinal surgery and research at the Duke University Eye Center with Dr Robert Machemer ("the father of modern vitreous surgery") and other distinguished faculty.'; content+='

In 1992, Dr Awh was appointed Director of the Retina Service at Sinai Hospital of Baltimore and Assistant Professor of Ophthalmology at the Johns Hopkins University School of Medicine. He was the founding
co-director of the Johns Hopkins Microsurgery Advanced Design Laboratory.'; content+='

In 1994, Dr Awh moved to Nashville, Tennessee to join Retina-Vitreous Associates, now known as Tennessee Retina. He is an active investigator in seven national multi-center clinical trials, holds five US patents for surgical devices, and has designed dozens of instruments in widespread use by vitreoretinal surgeons. He is a consultant to numerous ophthalmic companies and lectures regularly at scientific conferences throughout the world. He serves on the Board of Directors of the American Society of Retina Specialists as Site Selection and Meeting Planning Chairman.'; content+='

Dr Awh is listed in The Best Doctors in America and is the recipient of Honor Awards from both the American Academy of Ophthalmology and the American Society of Retina Specialists. He is an Associate Examiner for the American Board of Ophthalmology and is the founding Director of the Retina Fellows\' Forum, an annual educational meeting for senior
vitreoretinal fellows.'; content+='

Dr Awh is a happily married father of three children. He enjoys golf, music, tennis, mindlessly surfing the Internet, and dozing in front of the television.'; $("#editor-name").html("Carl C. Awh, MD"); $("#editor-title").html("MD"); $("#editor-email").html("member@retina.org"); $("#editor-bio").html(content); memberName="Awh"; break; case 4: content='Elias Reichel, MD, is associate professor of ophthalmology, director of the Vitreoretinal Service, and vice chairman of the Department of Ophthalmology at Tufts University School of Medicine in Boston, Massachusetts, and vice chairman and director, Vitreoretinal Disease and Surgery Service at the New England Eye Center in Boston. He is also a visiting scientist at the Aging Laboratory of the Massachusetts Institute of Technology in Cambridge, Massachusetts, a surgeon in ophthalmology at the New England Medical Center in Boston, and an assistant in ophthalmology at the Massachusetts Eye and Ear Infirmary.'; content+='

Dr Reichel received his medical degree from the Albert Einstein College of Medicine in New York, New York. He completed his internship in internal medicine at Massachusetts General Hospital and his ophthalmology residency at the Massachusetts Eye and Ear Infirmary, both in Boston.
He also did fellowships in electrophysiology and molecular genetics at the Massachusetts Eye and Ear Infirmary, in genetics at the Children\'s Hospital in Boston, and in retina and vitreous surgery at the New England
Eye Center.'; content+='

Dr Reichel is a member of the American Academy of Ophthalmology, the Association for Research in Vision and Ophthalmology, and the Macula and Retina societies, among other professional organizations. He has authored more than 75 articles in journals such as Ophthalmic Surgery, Lasers and Imaging Ophthalmology; and Seminars in Ophthalmology. Dr Reichel has been a reviewer for a number of journals, including the American Journal of Ophthalmology, Ophthalmology, and Retina. He has been an invited speaker at both national and international conferences.'; $("#editor-name").html("Elias Reichel, MD"); $("#editor-title").html("MD"); $("#editor-email").html("member@retina.org"); $("#editor-bio").html(content); memberName="Reichel"; break; case 5: content='Dr Sadda is Associate Professor of Ophthalmology at the Keck School of Medicine of the University of Southern California, Doheny Eye Institute. He is Director of the Medical Retina Unit, Ophthalmic Imaging Unit, Retinal Cell Replacement Laboratory, and Doheny Image Reading Center. He obtained his MD from Johns Hopkins University and a bachelor of science (Cellular and Molecular Biology) from the University of Michigan. He served as an intern at the W. Beaumont Hospital and returned to Johns Hopkins University Wilmer Eye Institute for his ophthalmology residency, followed by fellowships in neuro-ophthalmology and medical retina at Wilmer. He was then recruited to the faculty of Johns Hopkins University as assistant professor of Ophthalmology in 2000, before subsequently being recruited to USC. Dr Sadda\'s research interests include advanced retinal imaging technologies, image processing algorithms, image analysis and interpretation, retinal electrophysiology, retinal and stem cell transplantation, and retinal prosthetics.'; $("#editor-name").html("SriniVas R. Sadda, MD"); $("#editor-title").html("MD"); $("#editor-email").html("member@retina.org"); $("#editor-bio").html(content); memberName="Sadda"; break; case 6: content='Gaurav K. Shah, MD, is a clinical associate professor of ophthalmology and visual sciences and co-director of the Vitreoretinal Fellowship Program at Washington University School of Medicine in St. Louis, Missouri.
In addition, he is in private practice at Barnes Retina Institute, Barnes-Jewish Hospital, in St. Louis, Missouri. Dr Shah received his medical degree from the University of Illinois College of Medicine in Chicago. He completed an internship at Kaiser Permanente Medical Center in Santa Clara, California, and a residency in ophthalmology at the University of Minnesota in Minneapolis. He then completed a retina fellowship at Wills Eye Hospital in Philadelphia, Pennsylvania, where he was a Heed Foundation Fellow.'; content+='

Dr Shah has extensive research experience and has been principal investigator of several trials in patients with age-related macular degeneration. His research interests include diabetic retinopathy, ocular tumors, complex retinal detachment, vascular diseases of the eye, macular holes, and macular degeneration.'; content+='

Dr Shah was a recipient of the American Society of Retina Specialists\' Senior Honor Award in 2004, the American Academy of Ophthalmology Achievement Award in 2003, and the Vitreous Society Honor Award in 2002. He is a member of the Macula Society, the Retina Society, the American Academy of Ophthalmology, and the Vitreous Society. Dr Shah is a reviewer for Ophthalmic Surgery and Lasers, Retina, and Acta Ophthalmologica Scandinavica, among other journals. His publications include several book chapters and over 100 articles in journals such as Journal of Cataract & Refractive Surgery, Archives of Ophthalmology, Ophthalmology, and Ophthalmic Surgery, Lasers & Imaging.'; $("#editor-name").html("Gaurav K. Shah, MD"); $("#editor-title").html("MD"); $("#editor-email").html("member@retina.org"); $("#editor-bio").html(content); memberName="Shah"; break; /* case : content='A summa cum laude college graduate, Dr Williams received his Doctor of Medicine degree from the University of Toledo College of Medicine and completed an internship in Internal Medicine at the Dartmouth Medical School. A residency in Ophthalmology, and fellowships in Retina Research and in Diseases and Surgery of the Retina and Vitreous were completed at the Eye Institute of the Medical College of Wisconsin. From 1990 to 1995, he was Clinical Professor of Ophthalmology at Washington University.
Dr Williams joined VitreoRetinal Surgery in 1995. He is an Assistant Clinical Professor of Ophthalmology at the University of Minnesota and is currently the President of the American Society of Retina Specialists.'; $("#editor-name").html("David F. Williams, MD"); $("#editor-title").html("MD"); $("#editor-email").html("member@retina.org"); $("#editor-bio").html(content); memberName="Williams"; break; */ case 7: content='Timothy J. Bennett is a nationally recognized author, lecturer, and educator in the field of ophthalmic photography with more than 30 years\' experience working in university-based academic medical centers. He is currently an ophthalmic photographer in the Penn State University Department of Ophthalmology at the Milton S. Hershey Medical Center in Hershey, Pennsylvania. Mr Bennett\'s areas of expertise include fluorescein angiography, digital imaging, monochromatic photography, fundus autofluorescence, and optical coherence tomography. His work has been published in numerous prestigious journals of ophthalmology.'; content+='

Mr Bennett holds current certification as a Certified Retinal Angiographer and Optical Coherence Tomographer, is a former Commissioner of the Joint Commission on Allied Health Personnel in Ophthalmology, and has been recognized for his contributions to the profession by being named a Fellow of the Ophthalmic Photographers\' Society (OPS), of which he is Immediate
Past-President.'; $("#editor-name").html("Timothy J. Bennett, CRA, FOPS, OCT-C"); $("#editor-title").html("CRA, FOPS, OCT-C"); $("#editor-email").html("member@retina.org"); $("#editor-bio").html(content); memberName="Bennett"; break; case 8: content='Darrin Landry has worked in medicine for 25 years, starting as a certified surgical technician in the military. He became an ophthalmic photographer and technician in the military. He became an ophthalmic photographer and technician in 1989, and has worked primarily in retina practice. '; content+='

In 1999, he started Bryson Taylor Inc., an ophthalmic consulting company, and has lectured and taught workshops across the country and internationally. He is a frequent lecturer for JCAHPO, OPS, ASORN, and the AAO, and is a consultant to imaging and pharmaceutical companies.'; content+='

He is a Certified Retinal Angiographer and an Optical Coherence Tomographer–Certified. He has served as a Subject Matter Expert for the OPS Board of Certification, and a past member of the OPS Board of Education. Darrin has won numerous awards and has published articles in various journals and textbooks. He is the author of Retinal Imaging Simplified.'; $("#editor-name").html("Darrin A. Landry, CRA, OCT-C"); $("#editor-title").html("CRA, OCT-C"); $("#editor-email").html("member@retina.org"); $("#editor-bio").html(content); memberName="Landry"; break; case 9: content='Jeff Todd joined Prevent Blindness America in early 2003, bringing with him a background in social service–related community development, with a primary focus on issues affecting the nation\'s young people. As the former senior vice president of programs and public health, he directed the comprehensive vision health and safety programming of the organization, including collaborations with key national partners, screening and outreach initiatives, safety education, research efforts, and information distribution. As chief operating officer, he now ensures integration of efforts across the organization\'s various departments, oversees internal operations, and works to expand external partnerships and communication within the vision and eye health community.'; content+='

Jeff has a breadth of organizational experience, having worked in government, nonprofit, and for-profit environments. Beginning his career in the governor\'s office of the state of Indiana, Jeff coordinated a statewide community development initiative focused on substance abuse prevention. He then joined the Center for Youth as Resources, coordinating field operations for this national organization focused on positive youth development. Prior to Prevent Blindness America, Jeff managed the National Youth Violence Prevention Resource Center, a comprehensive resource of various federal government agencies, coordinated through the Centers for Disease Control and Prevention.'; content+='

Jeff, a proud Hoosier, brings a diverse educational background to his work, including degrees in business and law from Indiana University and a Master\'s degree in communications from Butler University.'; $("#editor-name").html("Jeff Todd, JD, MS"); $("#editor-title").html("JD, MS"); //$("#editor-email").html("member@retina.org"); $("#editor-bio").html(content); memberName="Todd"; break; } var membersCount=9; for(var i=1;i<=membersCount;i++){ //$("#member"+i+"-small-img").attr({ src : 'images/member'+i+'-small-img.gif'}); $("#member"+i+"-small-img").attr({ src : 'images/bio/profile-img-small-'+i+'.jpg'}); } $("#member"+memberId+"-small-img").attr({ src : 'images/bio/profile-img-small-'+memberId+'-over.jpg'}); // add custom tracking link if (requestType=='link') { scLink(this, 'RETA: 2009 Phase 1 - Editorial Bio - '+memberName); } } // Home page editorial corner callout function showCurrentMember(cpt,membersCount,memberId){ for(var i=1;i<=membersCount;i++){ //$("#member"+i+"-small-img").attr({ src : 'images/member'+i+'-small-img.gif'}); $("#member"+i+"-small-img").attr({ src : 'images/bio/profile-img-small-'+i+'.jpg'}); } //$("#editorial-doctor-picture").attr({ src : 'images/bio/profile-img-large-'+cpt+'.jpg'}); $("#editorial-doctor-picture").html(''); $("#editorial-corner-link").attr('href','editorial-board-member.html?memberId='+cpt); switch(cpt){ case 1: $("#editorial-doctor-name").html('Lawrence A. Yannuzzi, MD'); $("#editorial-doctor-title").html(''); $("#editorial-home-text").attr('style', 'height:115px'); $("#editorial-home-text").html('Lawrence A. Yannuzzi, MD, is professor of clinical ophthalmology at Columbia University Medical School and at Columbia University Medical Center in New York, New York. He is also vice chairman of the Department of Ophthalmology, chief of ...'); $("#editorial-corner-link").html('VIEW FULL PROFILE'); break; case 2: $("#editorial-doctor-name").html('Kang Zhang, MD, PhD'); $("#editorial-doctor-title").html(''); $("#editorial-home-text").attr('style', 'height:115px'); $("#editorial-home-text").html('Kang Zhang, MD, PhD, obtained his M.D. with Magna Cum Laude honors from Harvard Medical School, and his PhD in genetics from Harvard University. He completed his residency in ophthalmology at Wilmer Eye Institute at Johns Hopkins University ...'); $("#editorial-corner-link").html('VIEW FULL PROFILE'); break; case 3: $("#editorial-doctor-name").html('Carl C. Awh, MD'); $("#editorial-doctor-title").html(''); $("#editorial-home-text").attr('style', 'height:115px'); $("#editorial-home-text").html('Carl C. Awh, M.D., is President of Tennessee Retina, a group retina practice in Nashville, Tennessee. Dr Awh (pronounced “Oh”) received his undergraduate degree in mechanical engineering from the Massachusetts Institute of Technology. ...'); $("#editorial-corner-link").html('VIEW FULL PROFILE'); break; case 4: $("#editorial-doctor-name").html('Elias Reichel, MD'); $("#editorial-doctor-title").html(''); $("#editorial-home-text").attr('style', 'height:115px'); $("#editorial-home-text").html('Elias Reichel, MD, is associate professor of ophthalmology, director of the Vitreoretinal Service, and vice chairman of the Department of Ophthalmology at Tufts University School of Medicine in Boston, Massachusetts, and vice chairman and ...'); $("#editorial-corner-link").html('VIEW FULL PROFILE'); break; case 5: $("#editorial-doctor-name").html('SriniVas R. Sadda, MD'); $("#editorial-doctor-title").html(''); $("#editorial-home-text").attr('style', 'height:115px'); $("#editorial-home-text").html('Dr Sadda is Associate Professor of Ophthalmology at the Keck School of Medicine of the University of Southern California, Doheny Eye Institute. He is Director of the Medical Retina Unit, Ophthalmic Imaging Unit, Retinal Cell Replacement ...'); $("#editorial-corner-link").html('VIEW FULL PROFILE'); break; case 6: $("#editorial-doctor-name").html('Gaurav K. Shah, MD'); $("#editorial-doctor-title").html(''); $("#editorial-home-text").attr('style', 'height:115px'); $("#editorial-home-text").html('Gaurav K. Shah, MD, is a clinical associate professor of ophthalmology and visual sciences and co-director of the Vitreoretinal Fellowship Program at Washington University School of Medicine in St. Louis, Missouri. In addition, he is in ...'); $("#editorial-corner-link").html('VIEW FULL PROFILE'); break; /* case : $("#editorial-doctor-name").html('David F. Williams'); $("#editorial-doctor-title").html('MD'); $("#editorial-home-text").attr('style', 'height:115px'); $("#editorial-home-text").html('A summa cum laude college graduate, Dr Williams received his Doctor of Medicine degree from the University of Toledo College of Medicine and completed an internship in Internal Medicine at the Dartmouth Medical School. A residency in ...'); $("#editorial-corner-link").html('VIEW FULL PROFILE'); break; */ case 7: $("#editorial-doctor-name").html('Timothy J. Bennett, CRA, FOPS, OCT-C'); $("#editorial-doctor-title").html(''); $("#editorial-home-text").attr('style', 'height:112px'); $("#editorial-home-text").html('Timothy J. Bennett is a nationally recognized author, lecturer, and educator in the field of ophthalmic photography with more than 30 years experience working in university-based academic medical centers. He is currently ...'); $("#editorial-corner-link").html('VIEW FULL PROFILE | VIEW ARTICLE'); break; case 8: $("#editorial-doctor-name").html('Darrin A. Landry, CRA, OCT-C'); $("#editorial-doctor-title").html(''); $("#editorial-home-text").attr('style', 'height:115px'); $("#editorial-home-text").html('Darrin Landry has worked in medicine for 25 years, starting as a certified surgical technician in the military. He became an ophthalmic photographer and technician in the military. He became an ophthalmic photographer and technician in ...'); $("#editorial-corner-link").html('VIEW FULL PROFILE'); break; case 9: $("#editorial-doctor-name").html('Jeff Todd, JD, MS'); $("#editorial-doctor-title").html(''); $("#editorial-home-text").attr('style', 'height:115px'); $("#editorial-home-text").html('Jeff Todd joined Prevent Blindness America in early 2003, bringing with him a background in social service–related community development, with a primary focus on issues affecting the nation\'s young people. As the former senior vice president ...'); $("#editorial-corner-link").html('VIEW FULL PROFILE | VIEW ARTICLE'); break; } $("#member"+cpt+"-small-img").attr({ src : 'images/bio/profile-img-small-'+cpt+'-over.jpg'}); //$('#counterLabel').html(cpt+'/'+membersCount); //$("member"+memberId+"-small-img").attr("src","member"+memberId+"-small-img.gif"); //$("#member"+memberId+"-small-img").attr({ src : 'images/member'+memberId+'-small-img-over.gif'}); } function toggleStates(){ var obj = document.getElementById('clinical-trial-states'); var btnObj = document.getElementById('states-arrow'); if(obj.style.display == 'block') { obj.style.display = 'none'; btnObj.src="images/arrow-up.gif"; } else { obj.style.display = 'block'; btnObj.src="images/arrow-down.gif"; } } function showClinicalTrialsResults(){ $("#results-details").hide(); $("#clinical-trial-states").hide(); $("#clinical-trial-results-footer").show(); $("#clinical-trial-results").show(); setTimeout('location.replace("#results")', 50); } function hideClinicalTrialsResults(){ $("#results-details").show(); $("#clinical-trial-states").hide(); $("#clinical-trial-results-footer").hide(); $("#clinical-trial-results").hide(); } //Display Disclaimer message function showDisclaimer(url, pos) { //IE6 check var isIE6 = (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.indexOf("MSIE 6") !=-1); var top="0"; var disclaimerDiv = document.getElementById('disclaimer'); disclaimerDiv.style.display="block"; disclaimerDiv.style.visibility="visible"; var urlDiv = document.getElementById('newUrl'); urlDiv.title=url; // save url for redirect if (isIE6) { if (page_id=='news') { top="-800"; } else if (page_id=='conferences') { // $('#day-event-popup').css("left",coordPageX+"px"); // $('#day-event-popup').css("top",coordPageY+"px"); disclaimerDiv.style.position='absolute'; top=coordPageY; disclaimerDiv.style.top=coordPageY+"px"; disclaimerDiv.style.left="422px"; //top="0"; } else { top="-1150"; } if (page_id!='conferences')disclaimerDiv.style.top=((parseInt(pos)*80)+parseInt(top))+"px"; } // Send tracking tag to Omniture scLink(this, 'RETA: 2009 Phase 1 - Disclaimer - Main'); } //redirect user function redirect() { var urlDiv = document.getElementById('newUrl'); var targetUrl = urlDiv.title; window.open(targetUrl); } function submitPoll(){ var vc=$('#videoContent').is(':checked'); var pc=$('#podcasts').is(':checked'); var cs=$('#conditionSimulator').is(':checked'); var sm=$('#socialMedia').is(':checked'); var gm=$('#games').is(':checked'); var src=$('#src').val(); //alert('src='+src+',vc='+vc+',pc='+pc+',cs='+cs+',sm='+sm+',gm='+gm); if(vc==false&pc==false&cs==false&sm==false&gm==false){ return; } var parameters = 'type=PollQuestionAnswer&src='+src+'&vc='+vc+'&pc='+pc+'&cs='+cs+'&sm='+sm+'&gm='+gm; //alert(parameters); var url; url=basePath+'ajax/processor/?'+parameters; // alert(url); $.ajax({ type: "POST", url: url, data: "{}", contentType: "application/json; charset=utf-8", dataType: "json", success: function(p){ var delay = function() { handlerSubmitPoll(p,src); }; setTimeout(delay, 10); }, error: errSubmitPoll }); } function showPollResultPage(){ var content=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; /* content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; */ content+=''; content+=''; content+=''; content+='
Video content
0%
Podcasts
0%
A retinal condition simulator for patients
0%
Social media/community features
0%
Games
0%
'; $('#poll-choices').html(content); } function handlerSubmitPoll(p,src){ if(p){ if(src=="web"){ showPollResultPage(); $('#poll-choices').css("padding-left","20px"); for(var i=0;i<=p.vc;i++){ window.setTimeout("$('#vc-bar-progress-bar').css(\"width\",\""+i+"%\")", 300); // $('#vc-bar-progress-bar').css("width",i+'%'); } for(var i=0;i<=p.pc;i++){ window.setTimeout("$('#pc-bar-progress-bar').css(\"width\",\""+i+"%\")", 300); // $('#vc-bar-progress-bar').css("width",i+'%'); } for(var i=0;i<=p.cs;i++){ window.setTimeout("$('#cs-bar-progress-bar').css(\"width\",\""+i+"%\")", 300); // $('#vc-bar-progress-bar').css("width",i+'%'); } for(var i=0;i<=p.sm;i++){ window.setTimeout("$('#sm-bar-progress-bar').css(\"width\",\""+i+"%\")", 300); // $('#vc-bar-progress-bar').css("width",i+'%'); } for(var i=0;i<=p.gm;i++){ window.setTimeout("$('#gm-bar-progress-bar').css(\"width\",\""+i+"%\")", 300); // $('#vc-bar-progress-bar').css("width",i+'%'); } $('#vc-ratio').html(p.vc+'%'); $('#pc-ratio').html(p.pc+'%'); $('#cs-ratio').html(p.cs+'%'); $('#sm-ratio').html(p.sm+'%'); $('#gm-ratio').html(p.gm+'%'); }else{ } //alert("source="+p.src+",videoConent="+p.vc+",podcasts="+p.pc+",socialMedia="+p.sm+",games="+p.gm); } } function errSubmitPoll(msg,src){ } function printPage(){ window.print(); // For Omniture link tracking //scLink(this, document.title, 'Retina_Print_Page'); } //calendar events = new Array( ["Y", "1", "17", "2010", "1", "Jan 17-22", "9:00 AM", "5:00 PM", "Hawaiian Eye 2010","Kauai, HI", "http://www.osnhawaiianeye.com/"], ["Y", "1", "18", "2010", "2", "Jan 17-22", "9:00 AM", "5:00 PM", "Hawaiian Eye 2010","Kauai, HI", "http://www.osnhawaiianeye.com/"], ["Y", "1", "19", "2010", "3", "Jan 17-22", "9:00 AM", "5:00 PM", "Hawaiian Eye 2010","Kauai, HI", "http://www.osnhawaiianeye.com/"], ["Y", "1", "20", "2010", "4", "Jan 17-22", "9:00 AM", "5:00 PM", "Hawaiian Eye 2010","Kauai, HI", "http://www.osnhawaiianeye.com/"], ["Y", "1", "21", "2010", "5", "Jan 17-22", "9:00 AM", "5:00 PM", "Hawaiian Eye 2010","Kauai, HI", "http://www.osnhawaiianeye.com/"], ["Y", "1", "22", "2010", "6", "Jan 17-22", "9:00 AM", "5:00 PM", "Hawaiian Eye 2010","Kauai, HI", "http://www.osnhawaiianeye.com/"], ["Y", "1", "23", "2010", "1", "Jan 23", "9:00 AM", "5:00 PM", "Macula 2010", "Baltimore, MD", "http://www.hopkinscme.edu/CourseDetail.aspx/80022730"], ["Y", "1", "29", "2010", "1", "Jan 29-31", "9:00 AM", "5:00 PM", "10th Annual Retina Fellows' Forum", "Chicago, IL", "http://www.medconfs.com/conferences.html#rffo10"], ["Y", "1", "30", "2010", "2", "Jan 29-31", "9:00 AM", "5:00 PM", "10th Annual Retina Fellows' Forum", "Chicago, IL", "http://www.medconfs.com/conferences.html#rffo10"], ["Y", "1", "31", "2010", "3", "Jan 29-31", "9:00 AM", "5:00 PM", "10th Annual Retina Fellows' Forum", "Chicago, IL", "http://www.medconfs.com/conferences.html#rffo10"], ["Y", "2", "4", "2010", "1", "Feb 4-7", "9:00 AM", "5:00 PM", "29th Annual Squaw Valley Retinal Symposium", "Olympic Valley, CA", "http://www.squawvalleyretina.com/"], ["Y", "2", "5", "2010", "2", "Feb 4-7", "9:00 AM", "5:00 PM", "29th Annual Squaw Valley Retinal Symposium", "Olympic Valley, CA", "http://www.squawvalleyretina.com/"], ["Y", "2", "6", "2010", "3", "Feb 4-7", "9:00 AM", "5:00 PM", "29th Annual Squaw Valley Retinal Symposium", "Olympic Valley, CA", "http://www.squawvalleyretina.com/"], ["Y", "2", "7", "2010", "4", "Feb 4-7", "9:00 AM", "5:00 PM", "29th Annual Squaw Valley Retinal Symposium", "Olympic Valley, CA", "http://www.squawvalleyretina.com/"], ["Y", "2", "20", "2010", "1", "Feb 20", "9:00 AM", "5:00 PM", "Angiogenesis, Exudation and Degeneration 2010", "Miami, FL", "http://www.bpei.med.miami.edu/site/info/info_cme.asp"], ["Y", "2", "24", "2010", "1", "Feb 24-27", "9:00 AM", "5:00 PM", "33rd Annual Macula Society Meeting", "Tucson, AZ", "http://www.maculasociety.org/"], ["Y", "2", "25", "2010", "2", "Feb 24-27", "9:00 AM", "5:00 PM", "33rd Annual Macula Society Meeting", "Tucson, AZ", "http://www.maculasociety.org/"], ["Y", "2", "26", "2010", "3", "Feb 24-27", "9:00 AM", "5:00 PM", "33rd Annual Macula Society Meeting", "Tucson, AZ", "http://www.maculasociety.org/"], ["Y", "2", "27", "2010", "4", "Feb 24-27", "9:00 AM", "5:00 PM", "33rd Annual Macula Society Meeting", "Tucson, AZ", "http://www.maculasociety.org/"], ["Y", "3", "6", "2010", "1", "Mar 6-10", "9:00 AM", "5:00 PM", "38th Annual Aspen Retinal Detachment Society Meeting", "Aspen, CO", "http://www.medconfs.com/conferences.html#ards38"], ["Y", "3", "7", "2010", "2", "Mar 6-10", "9:00 AM", "5:00 PM", "38th Annual Aspen Retinal Detachment Society Meeting", "Aspen, CO", "http://www.medconfs.com/conferences.html#ards38"], ["Y", "3", "8", "2010", "3", "Mar 6-10", "9:00 AM", "5:00 PM", "38th Annual Aspen Retinal Detachment Society Meeting", "Aspen, CO", "http://www.medconfs.com/conferences.html#ards38"], ["Y", "3", "9", "2010", "4", "Mar 6-10", "9:00 AM", "5:00 PM", "38th Annual Aspen Retinal Detachment Society Meeting", "Aspen, CO", "http://www.medconfs.com/conferences.html#ards38"], ["Y", "3", "10", "2010", "5", "Mar 6-10", "9:00 AM", "5:00 PM", "38th Annual Aspen Retinal Detachment Society Meeting", "Aspen, CO", "http://www.medconfs.com/conferences.html#ards38"], ["Y", "3", "13", "2010", "1", "Mar 13-17", "9:00 AM", "5:00 PM", "Vail Vitrectomy 2010", "Vail, CO", "http://www.medconfs.com/conferences.html#vvit10"], ["Y", "3", "14", "2010", "2", "Mar 13-17", "9:00 AM", "5:00 PM", "Vail Vitrectomy 2010", "Vail, CO", "http://www.medconfs.com/conferences.html#vvit10"], ["Y", "3", "15", "2010", "3", "Mar 13-17", "9:00 AM", "5:00 PM", "Vail Vitrectomy 2010", "Vail, CO", "http://www.medconfs.com/conferences.html#vvit10"], ["Y", "3", "16", "2010", "4", "Mar 13-17", "9:00 AM", "5:00 PM", "Vail Vitrectomy 2010", "Vail, CO", "http://www.medconfs.com/conferences.html#vvit10"], ["Y", "3", "17", "2010", "5", "Mar 13-17", "9:00 AM", "5:00 PM", "Vail Vitrectomy 2010", "Vail, CO", "http://www.medconfs.com/conferences.html#vvit10"], ["Y", "4", "21", "2010", "1", "Apr 21-24", "9:00 AM", "5:00 PM", "Retinal Physician Symposium 2010", "Atlantis, Bahamas", "http://www.retinalphysician.com/"], ["Y", "4", "22", "2010", "2", "Apr 21-24", "9:00 AM", "5:00 PM", "Retinal Physician Symposium 2010", "Atlantis, Bahamas", "http://www.retinalphysician.com/"], ["Y", "4", "23", "2010", "3", "Apr 21-24", "9:00 AM", "5:00 PM", "Retinal Physician Symposium 2010", "Atlantis, Bahamas", "http://www.retinalphysician.com/"], ["Y", "4", "24", "2010", "4", "Apr 21-24", "9:00 AM", "5:00 PM", "Retinal Physician Symposium 2010", "Atlantis, Bahamas", "http://www.retinalphysician.com/"], ["Y", "5", "2", "2010", "1", "May 2-6", "9:00 AM", "5:00 PM", "ARVO 2010 Annual Meeting", "Ft. Lauderdale, FL", "http://www.arvo.org/EWEB/startpage.aspx?site=am2010"], ["Y", "5", "3", "2010", "2", "May 2-6", "9:00 AM", "5:00 PM", "ARVO 2010 Annual Meeting", "Ft. Lauderdale, FL", "http://www.arvo.org/EWEB/startpage.aspx?site=am2010"], ["Y", "5", "4", "2010", "3", "May 2-6", "9:00 AM", "5:00 PM", "ARVO 2010 Annual Meeting", "Ft. Lauderdale, FL", "http://www.arvo.org/EWEB/startpage.aspx?site=am2010"], ["Y", "5", "5", "2010", "4", "May 2-6", "9:00 AM", "5:00 PM", "ARVO 2010 Annual Meeting", "Ft. Lauderdale, FL", "http://www.arvo.org/EWEB/startpage.aspx?site=am2010"], ["Y", "5", "6", "2010", "5", "May 2-6", "9:00 AM", "5:00 PM", "ARVO 2010 Annual Meeting", "Ft. Lauderdale, FL", "http://www.arvo.org/EWEB/startpage.aspx?site=am2010"], ["Y", "6", "28", "2010", "1", "Jun 28-Jul 1", "9:00 AM", "5:00 PM", "13th Annual Meeting of Club Vit", "Sorrento, Italy", "http://www.medconfs.com/conferences.html#cvit13"], ["Y", "6", "29", "2010", "2", "Jun 28-Jul 1", "9:00 AM", "5:00 PM", "13th Annual Meeting of Club Vit", "Sorrento, Italy", "http://www.medconfs.com/conferences.html#cvit13"], ["Y", "6", "30", "2010", "3", "Jun 28-Jul 1", "9:00 AM", "5:00 PM", "13th Annual Meeting of Club Vit", "Sorrento, Italy", "http://www.medconfs.com/conferences.html#cvit13"], ["Y", "7", "1", "2010", "4", "Jun 28-Jul 1", "9:00 AM", "5:00 PM", "13th Annual Meeting of Club Vit", "Sorrento, Italy", "http://www.medconfs.com/conferences.html#cvit13"], ["Y", "7", "1", "2010", "1", "Jul 29-30", "9:00 AM", "5:00 PM", "Nantucket Retina Society Meeting", "Nantucket, MA", "http://www.nantucketretina.org/"], ["Y", "7", "2", "2010", "2", "Jul 29-30", "9:00 AM", "5:00 PM", "Nantucket Retina Society Meeting", "Nantucket, MA", "http://www.nantucketretina.org/"], ["Y", "8", "4", "2010", "1", "Aug 4-7", "9:00 AM", "5:00 PM", "MOAC", "Jasper, AB", "http://www.moac.us/"], ["Y", "8", "5", "2010", "2", "Aug 4-7", "9:00 AM", "5:00 PM", "MOAC", "Jasper, AB", "http://www.moac.us/"], ["Y", "8", "6", "2010", "3", "Aug 4-7", "9:00 AM", "5:00 PM", "MOAC", "Jasper, AB", "http://www.moac.us/"], ["Y", "8", "7", "2010", "4", "Aug 4-7", "9:00 AM", "5:00 PM", "MOAC", "Jasper, AB", "http://www.moac.us/"], ["Y", "8", "28", "2010", "1", "Aug 28-Sep 1", "9:00 AM", "5:00 PM", "28th Annual Meeting of the American Society of Retina Specialists", "Vancouver, BC", "http://www.asrs.org/"], ["Y", "8", "29", "2010", "2", "Aug 28-Sep 1", "9:00 AM", "5:00 PM", "28th Annual Meeting of the American Society of Retina Specialists", "Vancouver, BC", "http://www.asrs.org/"], ["Y", "8", "30", "2010", "3", "Aug 28-Sep 1", "9:00 AM", "5:00 PM", "28th Annual Meeting of the American Society of Retina Specialists", "Vancouver, BC", "http://www.asrs.org/"], ["Y", "8", "31", "2010", "4", "Aug 28-Sep 1", "9:00 AM", "5:00 PM", "28th Annual Meeting of the American Society of Retina Specialists", "Vancouver, BC", "http://www.asrs.org/"], ["Y", "9", "1", "2010", "5", "Aug 28-Sep 1", "9:00 AM", "5:00 PM", "28th Annual Meeting of the American Society of Retina Specialists", "Vancouver, BC", "http://www.asrs.org/"], ["Y", "9", "23", "2010", "1", "Sep 23-26", "9:00 AM", "5:00 PM", "Retina Society Meeting","San Francisco, CA","http://www.retinasociety.org/"], ["Y", "9", "24", "2010", "2", "Sep 23-26", "9:00 AM", "5:00 PM", "Retina Society Meeting","San Francisco, CA","http://www.retinasociety.org/"], ["Y", "9", "25", "2010", "3", "Sep 23-26", "9:00 AM", "5:00 PM", "Retina Society Meeting","San Francisco, CA","http://www.retinasociety.org/"], ["Y", "9", "26", "2010", "4", "Sep 23-26", "9:00 AM", "5:00 PM", "Retina Society Meeting","San Francisco, CA","http://www.retinasociety.org/"], ["Y", "10", "16", "2010", "1", "Oct 16-19", "9:00 AM", "5:00 PM", "AAO Annual Meeting ","Chicago, IL", "http://www.aao.org/meetings/annual_meeting/future.cfm"], ["Y", "10", "17", "2010", "2", "Oct 16-19", "9:00 AM", "5:00 PM", "AAO Annual Meeting ","Chicago, IL", "http://www.aao.org/meetings/annual_meeting/future.cfm"], ["Y", "10", "18", "2010", "3", "Oct 16-19", "9:00 AM", "5:00 PM", "AAO Annual Meeting ","Chicago, IL", "http://www.aao.org/meetings/annual_meeting/future.cfm"], ["Y", "10", "19", "2010", "4", "Oct 16-19", "9:00 AM", "5:00 PM", "AAO Annual Meeting ","Chicago, IL", "http://www.aao.org/meetings/annual_meeting/future.cfm"] /*["Y", "1", "1", "2006", "1:00 AM", "12:00 PM", "New Year's Day", "New Year's Day will be ushered in with great joy and celebration. Come as you are."], ["F", "1", "3", "2", "1:00 AM", "12:59 PM", "Martin Luther King Day", "Honors civil rights leader Rev Martin Luther King."], ["Y", "2", "2", "2005", "1:00 AM", "12:59 PM", "Groundhog Day", "If Philadelphia's groundhog 'Punxsutawney Phil' sees his shadow, there will be six more weeks of winter weather. If he does not see his shadow, there will be an early spring."], ["Y", "2", "14", "2005", "1:00 AM", "12:59 PM", "Valentine's Day", "Traditional celebration of love and romance, including the exchange of cards, candy, flowers, and other gifts."], ["F", "2", "3", "2", "1:00 AM", "12:59 PM", "President's Day", "Honors the birthdays of George Washington, Abraham Lincoln and other past American Presidents."], ["F", "3", "0", "0", "1:00 AM", "12:59 PM", "Easter", "Traditional celebration of the resurrection of Jesus Christ."], ["Y", "3", "17", "2005", "1:00 AM", "12:59 PM", "St. Patrick's Day", "A celebration of Irish heritage and culture, based on the Catholic feast of St. Patrick. Primary activity is simply the wearing of green clothing ('wearing of the green')."], ["Y", "3", "22", "2005", "1:00 AM", "12:59 PM", "World Water Day", "A day to promote appreciation of the world's most valuable commodity - water."], ["Y", "4", "1", "2005", "1:00 AM", "12:59 PM", "April Fool's Day", "A day to play tricks on or 'fool' family, friends, and coworkers, if so inclined. As Ecclesiastes says: 'There is a time for everything'; in this case, a time to be silly."], ["F", "5", "2", "1", "1:00 AM", "12:59 PM", "Mother's Day", "Honors mothers and motherhood (made a Federal Holiday by Presidential order)."], ["F", "5", "3", "7", "1:00 AM", "12:59 PM", "Armed Forces Day", "Celebrates the United States Army, Navy, Air Force and Marine Corps; formerly - each used to have separate days."], ["F", "5", "4", "2", "1:00 AM", "12:59 PM", "Memorial Day", "Honors the nation's war dead, and those we love who have passed away. Traditionally a time to decorate graves and remember those who have gone before us. Also marks traditional beginning of summer."], ["Y", "6", "14", "2005", "1:00 AM", "12:59 PM", "Flag Day", "Honors the American flag, encourages patriotism. Citizens are urged to fly the flag and study its traditions."], ["F", "6", "3", "1", "1:00 AM", "12:59 PM", "Father's Day", "Honors all Fathers and fatherhood."], ["Y", "7", "4", "2005", "1:00 AM", "12:59 PM", "Independence Day", "Celebrates our Declaration of Independence from England in 1776, usually called the Fourth of July."], ["F", "9", "1", "2", "1:00 AM", "12:59 PM", "Labor Day", "Celebrates the achievements of workers, giving them a day of rest - marks traditional end of summer."], ["F", "10", "2", "2", "1:00 AM", "12:59 PM", "Columbus' Day", "Honors the traditional discovery of the Americas by Christopher Columbus."], ["Y", "10", "21", "2009", "1:00 AM", "12:59 PM", "Halloween", "Celebrates All Hallow's Eve, decorations include jack o'lanterns, costume wearing parties, and candy - considered a pagan holiday by many Christians."], ["Y", "10", "31", "2009", "1:00 AM", "12:59 PM", "Halloween", "Celebrates All Hallow's Eve, decorations include jack o'lanterns, costume wearing parties, and candy - considered a pagan holiday by many Christians."], ["Y", "11", "11", "2005", "1:00 AM", "12:59 PM", "Veteran's Day", "Honors all veterans of the United States armed forces. A traditional observation is a moment of silence at 11 AM remembering those who fought for peace."], ["F", "11", "4", "5", "1:00 AM", "12:59 PM", "Thanksgiving", "A day to give thanks for your many blessings - traditionally for the Autumn harvest, and it marks the beginning of the 'holiday season'."], ["Y", "12", "25", "2005", "1:00 AM", "12:59 PM", "Christmas", "Celebration of the traditional day of Jesus' birth - God was made flesh and dwelt among us."] */ // Please omit the final comma after the ] from the last line above unless you are going to add another event at this time. ); function showAllEvents(){ var theevent = ""; var floater = 0; var content=''; var isOk=false; for (var i = 0; i < events.length; i++) { if (events[i][0] != "") { if (events[i][0] == "Y") { if (events[i][3] == currentYear) { if(events[i][4]=="1"){ content+=''; content+='
'; content+=''; content+=''; content+=''; content+=''; content+=''; content+=''; content+='
'+events[i][5]+''; content+=''+events[i][8]+''; content+=''; content+='
LEARN MORE'; content+='
'+events[i][9]+'
'; content+='
'; content+=''; content+=''; }else{ displayNoEvent(); } //theevent += "Events of: \n" + month +'/'+ day +'/'+ year + '\n'; //document.forms.eventform.eventlist.value = theevent; } } } // Now we'll process any One Time events happening on the matching month, day, year: } $("#clinical-info-study-list").html(content); //return content; } /* Preload images script */ var myimages=new Array(); function preloadimages(){ for (i=0;i'; content+=''; content+=''; content+=''+events[i][8]+''; content+='
'; content+='
LEARN MORE'; content+=''; content+=''; content+=''+events[i][9]+''; content+=''; content+=''; content+=''; content+=''; content+=''; }else{ displayNoEvent(); } //theevent += "Events of: \n" + month +'/'+ day +'/'+ year + '\n'; //document.forms.eventform.eventlist.value = theevent; } } } // Now we'll process any One Time events happening on the matching month, day, year: } $("#clinical-info-study-list").html(content); //return content; } function easter(year) { // feed in the year it returns the month and day of Easter using two GLOBAL variables: eastermonth and easterday var a = year % 19; var b = Math.floor(year/100); var c = year % 100; var d = Math.floor(b/4); var e = b % 4; var f = Math.floor((b+8) / 25); var g = Math.floor((b-f+1) / 3); var h = (19*a + b - d - g + 15) % 30; var i = Math.floor(c/4); var j = c % 4; var k = (32 + 2*e + 2*i - h - j) % 7; var m = Math.floor((a + 11*h + 22*k) / 451); var month = Math.floor((h + k - 7*m + 114) / 31); var day = ((h + k - 7*m +114) % 31) + 1; eastermonth = month; easterday = day; } function createCalendar() { calendarString = ''; var daycounter = 0; calendarString += ''; calendarString += ''; calendarString += ''; calendarString += ''; calendarString += ''; for (var x = 1; x <= 7; x++) { daycounter = (thisDate - firstDay)+1; thisDate++; if ((daycounter > numbDays) || (daycounter < 1)) { calendarString += '
\"Prev<\/a><\/td>'; calendarString += '<\/td>'; calendarString += '' + wordMonth[monthNum-1] + '  ' + yearNum + '<\/b><\/td>'; calendarString += '<\/td>'; calendarString += '\"Next<\/a><\/td>'; calendarString += '<\/tr>'; calendarString += '
SUN<\/span><\/td>'; calendarString += 'MON<\/span><\/td>'; calendarString += 'TUE<\/span><\/td>'; calendarString += 'WED<\/span><\/td>'; calendarString += 'THU<\/span><\/td>'; calendarString += 'FRI<\/span><\/td>'; calendarString += 'SAT<\/span><\/td>'; calendarString += '<\/tr>'; calendarString += '
<\/td>'; calendarString += '<\/tr>'; thisDate == 1; for (var i = 1; i <= 6; i++) { calendarString += '
 <\/td>'; } else { if (checkevents(daycounter,monthNum,yearNum,i,x) || ((todaysDay == x) && (todaysDate == daycounter) && (todaysMonth == monthNum))){ if ((todaysDay == x) && (todaysDate == daycounter) && (todaysMonth == monthNum)) { calendarString += '' + daycounter + '<\/span><\/a><\/td>'; } else calendarString += '' + daycounter + '<\/span><\/a><\/td>'; } else { calendarString += '' + daycounter + '<\/span><\/td>'; } } } calendarString += '<\/tr>'; } //calendarString += '
Show Current Date<\/b><\/a><\/td><\/tr>'; calendarString += '<\/table>'; var object=document.getElementById('calendar'); object.innerHTML= calendarString; thisDate = 1; } function checkevents(day,month,year,week,dayofweek) { var numevents = 0; var floater = 0; for (var i = 0; i < events.length; i++) { if (events[i][0] == "W") { if ((events[i][2] == dayofweek)) numevents++; } else if (events[i][0] == "Y") { if ((events[i][2] == day) && (events[i][1] == month) && (events[i][3] == year)) numevents++; } else if (events[i][0] == "F") { if ((events[i][1] == 3) && (events[i][2] == 0) && (events[i][3] == 0) ) { easter(year); if (easterday == day && eastermonth == month) numevents++; } else { floater = floatingholiday(year,events[i][1],events[i][2],events[i][3]); if ((month == 5) && (events[i][1] == 5) && (events[i][2] == 4) && (events[i][3] == 2)) { if ((floater + 7 <= 31) && (day == floater + 7)) { numevents++; } else if ((floater + 7 > 31) && (day == floater)) numevents++; } else if ((events[i][1] == month) && (floater == day)) numevents++; } } else if ((events[i][2] == day) && (events[i][1] == month) && (events[i][3] == year)) { numevents++; } } if (numevents == 0) { return false; } else { return true; } } function hidePopUp(){ $('#day-event-popup').hide(); } function redirectToEventPage(day,month,year,week,dayofweek) { var theevent = ""; var floater = 0; var link=''; for (var i = 0; i < events.length; i++) { // First we'll process recurring events (if any): if (events[i][0] != "") { if (events[i][0] == "D") { } if (events[i][0] == "W") { if ((events[i][2] == dayofweek)) { link= events[i][10]; } } if (events[i][0] == "M") { } if (events[i][0] == "Y") { if ((events[i][2] == day) && (events[i][1] == month)) { link= events[i][10]; } } if (events[i][0] == "F") { if ((events[i][1] == 3) && (events[i][2] == 0) && (events[i][3] == 0) ) { if (easterday == day && eastermonth == month) { link= events[i][10]; } } else { floater = floatingholiday(year,events[i][1],events[i][2],events[i][3]); if ((month == 5) && (events[i][1] == 5) && (events[i][2] == 4) && (events[i][3] == 2)) { if ((floater + 7 <= 31) && (day == floater + 7)) { link= events[i][10]; } else if ((floater + 7 > 31) && (day == floater)) { link= events[i][10]; } } else if ((events[i][1] == month) && (floater == day)) { link= events[i][10]; } } } } // Now we'll process any One Time events happening on the matching month, day, year: else if ((events[i][2] == day) && (events[i][1] == month) && (events[i][3] == year)) { link= events[i][10]; } } //if (theevent == "") document.forms.eventform.eventlist.value = 'No events to show.'; if (link != "") { showDisclaimer(link,1); //window.open(link); } //alert(theevent); } function showevents(day,month,year,week,dayofweek) { var theevent = ""; var floater = 0; for (var i = 0; i < events.length; i++) { // First we'll process recurring events (if any): if (events[i][0] != "") { if (events[i][0] == "D") { } if (events[i][0] == "W") { if ((events[i][2] == dayofweek)) { //theevent += "Conference of: " + month +'/'+ day +'/'+ year + '\n'; //theevent += events[i][5] + '\n'; theevent += ''+events[i][8] + '
'; theevent += events[i][5] + '
'; theevent += events[i][9] + '
'; //theevent += '
LEARN MORE
'; theevent += ''; } } if (events[i][0] == "M") { } if (events[i][0] == "Y") { if ((events[i][2] == day) && (events[i][1] == month)) { //theevent += "Conference of: " + month +'/'+ day +'/'+ year + '\n'; //theevent += events[i][5] + '\n'; if((day==23 &&month==7 && year==currentYear && week==4 && dayofweek==5)||(day==24 &&month==7 && year==currentYear && week==4 && dayofweek==6)){ theevent += ''+events[i][8] + '
'; theevent += events[i][5] + ','; theevent += events[i][9] + ','; //theevent += 'LEARN MORE'; theevent += '

'; }else{ theevent += ''+events[i][8] + '
'; theevent += events[i][5] + '
'; theevent += events[i][9] + '
'; //theevent += 'LEARN MORE'; theevent += '
'; } //document.forms.eventform.eventlist.value = theevent; } } if (events[i][0] == "F") { if ((events[i][1] == 3) && (events[i][2] == 0) && (events[i][3] == 0) ) { if (easterday == day && eastermonth == month) { //theevent += "Conference of: " + month +'/'+ day +'/'+ year + '\n'; //theevent += events[i][5] + '\n'; theevent += ''+events[i][8] + '
'; theevent += events[i][5] + '
'; theevent += events[i][9] + '
'; //theevent += 'LEARN MORE
'; theevent += '
'; } } else { floater = floatingholiday(year,events[i][1],events[i][2],events[i][3]); if ((month == 5) && (events[i][1] == 5) && (events[i][2] == 4) && (events[i][3] == 2)) { if ((floater + 7 <= 31) && (day == floater + 7)) { //theevent += "Conference of: " + month +'/'+ day +'/'+ year + '\n'; //theevent += events[i][5] + '\n'; theevent += ''+events[i][8] + '
'; theevent += events[i][5] + '
'; theevent += events[i][9] + '
'; //theevent += 'LEARN MORE
'; theevent += '
'; } else if ((floater + 7 > 31) && (day == floater)) { //theevent += "Conference of: " + month +'/'+ day +'/'+ year + '\n'; //theevent += events[i][5] + '\n'; theevent += ''+events[i][8] + '
'; theevent += events[i][5] + '
'; theevent += events[i][9] + '
'; //theevent += 'LEARN MORE
'; theevent += '
'; } } else if ((events[i][1] == month) && (floater == day)) { //theevent += "Conference of: " + month +'/'+ day +'/'+ year + '\n'; //theevent += events[i][5] + '\n'; theevent += ''+events[i][8] + '
'; theevent += events[i][5] + '
'; theevent += events[i][9] + '
'; //theevent += 'LEARN MORE
'; theevent += '
'; } } } } // Now we'll process any One Time events happening on the matching month, day, year: else if ((events[i][2] == day) && (events[i][1] == month) && (events[i][3] == year)) { //theevent += "Conference of: " + month +'/'+ day +'/'+ year + '\n'; //theevent += events[i][5] + '\n'; theevent += ''+events[i][8] + '
'; theevent += events[i][5] + '
'; theevent += events[i][9] + '
'; //theevent += 'LEARN MORE
'; theevent += '
'; } } //if (theevent == "") document.forms.eventform.eventlist.value = 'No events to show.'; if (theevent != "") { $('#day-event-popup').show(); $('#day-event-popup').html(theevent); } //alert(theevent); } function floatingholiday(targetyr,targetmo,cardinaloccurrence,targetday) { // Floating holidays/events of the events.js file uses: // the Month field for the Month (here it becomes the targetmo field) // the Day field as the Cardinal Occurrence (here it becomes the cardinaloccurrence field) // 1=1st, 2=2nd, 3=3rd, 4=4th, 5=5th, 6=6th occurrence of the day listed next // the Year field as the Day of the week the event/holiday falls on (here it becomes the targetday field) // 1=Sunday, 2=Monday, 3=Tuesday, 4=Wednesday, 5=Thurday, 6=Friday, 7=Saturday // example: "F", "1", "3", "2", = Floating holiday in January on the 3rd Monday of that month. // // In our code below: // targetyr is the active year // targetmo is the active month (1-12) // cardinaloccurrence is the xth occurrence of the targetday (1-6) // targetday is the day of the week the floating holiday is on // 0=Sun; 1=Mon; 2=Tue; 3=Wed; 4=Thu; 5=Fri; 6=Sat // Note: subtract 1 from the targetday field if the info comes from the events.js file // // Note: // If Memorial Day falls on the 22nd, 23rd, or 24th, then we add 7 to the dayofmonth to the result. // // Example: targetyr = 2052; targetmo = 5; cardinaloccurrence = 4; targetday = 1 // This is the same as saying our floating holiday in the year 2052, is during May, on the 4th Monday // var firstdate = new Date(String(targetmo)+"/1/"+String(targetyr)); // Object Storing the first day of the current month. var firstday = firstdate.getUTCDay(); // The first day (0-6) of the target month. var dayofmonth = 0; // zero out our calendar day variable. targetday = targetday - 1; if (targetday >= firstday) { cardinaloccurrence--; // Subtract 1 from cardinal day. dayofmonth = (cardinaloccurrence * 7) + ((targetday - firstday)+1); } else { dayofmonth = (cardinaloccurrence * 7) + ((targetday - firstday)+1); } return dayofmonth; } function submitSearchForm(){ var q=document.getElementById('q'); s_query=q.value; if(s_query!=null || s_query!=""){ document.searchForm.submit(); } } function submitSearchFormRequest(searchQuery){ //alert("searchQuery="+searchQuery); if(searchQuery=="Search"){ searchQuery=""; } var parameters = 'type=GoogleSearch&searchType=form¤tPage='+page_id+'.html&q='+ searchQuery; var url=basePath+'ajax/processor/?'+parameters; //alert(url); $.ajax({ type: "POST", url: url, data: "{}", contentType: "application/text; charset=utf-8", dataType: "text", success: handlerSearch, error: errSearch }); } function handlerSearch(res){ var contentBody=document.getElementById('subpageLeftContent'); var resultCountInt; var resultCount; if(res!='N/A'){ contentBody.innerHTML='

'+res+'

'; resultCount =document.getElementById("resultCount"); //alert("resultCount="+resultCount); if(resultCount){ var resultCountValue=resultCount.innerHTML; if(resultCountValue){ //scLink(this, '', 'Search result count is '+resultCountValue); // alert('resultCountInt=Search result count is '+resultCountInt); }else{ // scLink(this, '', 'Search result count is 0'); } } }else{ //contentBody.innerHTML='

Search Results: xolair

Searched for \'xolair\'
Results 1 - 10 of about 47. Search took 0.03 seconds.
Next>
Sort by date / Sort by relevance

[PDF] XOLAIR Patient Injection Record

Page 1. XOLAIR Patient Injection Record Use this form to record the injection history
of your XOLAIR patient. Patient name: Medical record number: ...
www.xolairhcp.com/xolairhcp/pdf/Patient_Injection_Record.pdf - 2009-06-09

XOLAIR Preparation and Administration - XOLAIR

... XOLAIR Debit Card Program. Learn more about the program. XOLAIR Specialist Locator.
Find a Prescribing Physician. ... Preparation and administration of XOLAIR. ...
www.xolairhcp.com/xolairhcp/how-to-administer.html - 48k

[PDF] XOLAIR Patient Progress Report

Page 1. XOLAIR Patient Progress Report How has your allergic asthma changed
during XOLAIR treatment? The following questions will ...
www.xolairhcp.com/xolairhcp/pdf/Patient_Progress_Report.pdf - 2009-06-09

Nurse Checklist

... XOLAIR Debit Card Program. Learn more about the program. XOLAIR Specialist
Locator. ... Back to top. 6) Reconstitute and Administer XOLAIR. ...
www.xolairhcp.com/xolairhcp/nurse-checklist.html - 31k

XOLAIR Preparation and Administration - XOLAIR

... XOLAIR Debit Card Program. Learn more about the program. XOLAIR Specialist Locator.
Find a Prescribing Physician. ... Preparation and administration of XOLAIR. ...
www.xolairhcp.com/xolairhcp/how-to-administer.html?tab=2 - 48k

XOLAIR Preparation and Administration - XOLAIR

... XOLAIR Debit Card Program. Learn more about the program. XOLAIR Specialist Locator.
Find a Prescribing Physician. ... Preparation and administration of XOLAIR. ...
www.xolairhcp.com/xolairhcp/how-to-administer.html?tab=4 - 48k

Determining the XOLAIR Dose - XOLAIR

Information on determining the XOLAIR dose and using the XOLAIR dosing
calculator. ... XOLAIR is dosed every 2 or 4 weeks. The patient\'s ...
www.xolairhcp.com/xolairhcp/determining-the-dose.html - 32k

[PDF] Drug Discovery

Page 1. XOLAIR Access Solutions offers personalized assistance for patients
and their health care providers ... XOLAIR Access Solutions ...
www.xolairhcp.com/xolairhcp/pdf/XOLAIR_Access_Solutions_PAP_Flashcard.pdf - 2009-06-09

Access to Care Foundation - XOLAIR

... medical needs who are uninsured or rendered uninsured by payer denial and who meet
specific insurance, financial and medical criteria to receive XOLAIR free of ...
www.xolairhcp.com/xolairhcp/genentech-access-to-care-foundation.html - 33k

Downloadable Materials for Healthcare Professional - XOLAIR

... XOLAIR Debit Card Program. Learn more about the program. XOLAIR Specialist Locator. ...
Downloadable XOLAIR materials for healthcare professionals. ...
www.xolairhcp.com/xolairhcp/downloadable-materials.html - 37k
Result Page 1 2 3 4 5 Next


Powered by Google Search Appliance

'; //scLink(this, '', 'Search result count is 0'); } // fix the link color added by the search result //$("#featured-callouts").attr("background","#EDEDEA"); if(isIE){ if(document.body.parentElement.scrollTop==0){ //window.scroll(0,70); }else if(document.body.parentElement.scrollTop>100){ window.scroll(0,70); } }else { if(window.pageYOffset==0){ //window.scroll(0,70); }else if(window.pageYOffset>100){ window.scroll(0,70); } } } function errSearch(res){ } function submitGoogleSearchLink(xslUrl,searchType){ //var contentBody=document.getElementById('siteBody'); // var contentBodyTemp=contentBody.innerHTML; // alert(contentBodyTemp); // contentBody.innerHTML=contentBodyTemp; // contentBody.innerHTML=''; //alert("searchQuery="+searchQuery); var parameters = 'type=GoogleSearch&searchType='+searchType+'¤tPage='+currentPage; parameters +='&'+xslUrl; var url=basePath+'ajax/processor/?'+parameters; //alert(url); $.ajax({ type: "POST", url: url, data: "{}", contentType: "application/text; charset=utf-8", dataType: "text", success: handlerSearch, error: errSearch }); } // Handler for tracking links. Tags are sent to Omniture function scLink(obj, trackingTag){ //alert("scLink reportName: " + trackingTag); s.tl(this,'o', trackingTag); } function removeHomeIntro(){ //get effect type from $("#home-intro-close-btn").hide(); //$("#home-intro-close-btn").attr("src","images/spacer.gif"); // //$("#home-intro-close-btn").attr({ src : basePath+'images/spacer.gif'}); //alert("sadasd"); var selectedEffect = 'blind'; var options = {}; $("#home-intro").hide(selectedEffect,options,1000,callback); } function callback(){ setTimeout(function(){ $("#home-intro:hidden").removeAttr('style').hide().fadeIn(); $("#home-intro").hide(); }, 1000); } function checkIntro(divId) { if (getCookie('retina_intro')=='off') { document.getElementById(divId).style.display='none'; } } // set cookie function setCookie(name, value, days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else expires = ""; document.cookie = name + "=" + value + expires +"; path=/"; } // get cookie function getCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i = 0;i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); } return null; } function handleSelectIE() { /* to put error border around select box in ie6/7 */ var isIE6 = (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.indexOf("MSIE 6") !=-1); var isIE7 = (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.indexOf("MSIE 7") !=-1); if (isIE6 || isIE7) { changeClass('register-state-select', 'register-state-select-ie'); } } function highLighMemberBoardProfileImage(memberId){ //var editorialBoardMemberImg=$('#editorial-board-member'+memberId+'-small-img'); $('#editorial-board-member'+memberId+'-small-img').attr({ src : 'images/bio/profile-img-small-'+memberId+'-over.jpg'}); //alert('images/bio/profile-img-small-'+memberId+'-over.jpg'); } function setTrackingFor(obj,url,tagTxt){ //alert(tagTxt); scLink(obj, tagTxt); goForward(url); }