<!--//A random image generator for the doctor profilesfunction randomDoctor(){  var j,d="",l="",m="",p="",q="",z="",list= new Array()  list[list.length]='bostrom';  list[list.length]='burton';  list[list.length]='canavero';  list[list.length]='ho';  list[list.length]='lambourne';  list[list.length]='montbriand';  list[list.length]='scates';  list[list.length]='scott';  list[list.length]='taylor';  j=parseInt(Math.random()*list.length);  j=(isNaN(j))?0:j;  return list[j];  //document.write(list[j]);}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function changeImage(image){        if(image=="homeSubPage"){                document.getElementById(image).style.background = 'url(/images/subnav/home-r.gif)';        }else if(image=="serviceInfomationSubPage"){                document.getElementById(image).style.background = 'url(/images/subnav/service-information-r.gif)';        }        else if(image=="aboutUsSubPage"){                document.getElementById(image).style.background = 'url(/images/subnav/about-us-r.gif)';        }        else if(image=="learningMaterialsSubPage"){                document.getElementById(image).style.background = 'url(/images/subnav/learning-materials-r.gif)';        }}function restoreImage(image){        if(image=="homeSubPage"){                document.getElementById(image).style.background = 'url(/images/subnav/home.gif)';        }else if(image=="serviceInfomationSubPage"){                document.getElementById(image).style.background = 'url(/images/subnav/service-information.gif)';        }        else if(image=="aboutUsSubPage"){                document.getElementById(image).style.background = 'url(/images/subnav/about-us.gif)';        }        else if(image=="learningMaterialsSubPage"){                document.getElementById(image).style.background = 'url(/images/subnav/learning-materials.gif)';        }}//-->