<!--hide/* Copyright notice  * This code is Copyright © 1996-2010 Alan S. Dalinka  * (webmaster@asdhollywood.com). * all rights reserved*//* Error Reporting Section */LineBreak = "<br>";TraceError="blank";DayAndTime = "There is an Error in the date and time script!"+LineBreak+"</center>";LeftBar="Error in"+LineBreak+"Navigation Bar";NewLogo="<img src=http://asdhollywood.com/NEW.GIF>";/* ASD Changing Variables */MRevDate="1/19/2010";ButtonNum=32;NewText="Check out <a href=http://blogger.asdhollywood.com>ASD's Travel Photo Blog</a> for recent travel photos and Visit <a href=http://asdtubeu.asdhollywood.com target='_blank'>ASD's YouTube Channel</a> "+LineBreak; /* Variables For Scripts */sp = " " ;dot = "."; Comma = ",";comma=", ";stars="***";LeftMenus="";PageInfo="";WordAge="";FixedAge=0;RevYR="";RevMO="";WhichLine="510";ASDh="asdhollywood.com/";MenuPrefix="http://menus."+ASDh;ButtonStart="<img src="+MenuPrefix;ButtonLinkStart="<a href=http://";EndButtonLink= " onMouseOver='OnMenu(name);self.status=Msg(name);return true' onMouseOut='OffMenu(name);self.status=sp;return true'></a>"+LineBreak;MenuSpecs="height=22 width=154 border=0 alt=";TextInfo= "<font size=-2 face='Comic Sans MS, Arial' color=FF9966><b>";Visit=ButtonStart+"Visit.gif alt='Visit another page'>";EndVisit=ButtonStart+"EndVisit.gif alt='Thanks'>";function makeArray(n) {   this.length = n   for (var i=1; i<=n; i++)      this[i]=0return this }/* Often Used Images */LongerLine="<img src=http://asdhollywood.com/line_750.gif width=750 height=4>";PicLine = "<img src=http://asdhollywood.com/smaller_line.gif width=510 height=4>";GrLine = ButtonStart+"GreenLine.gif>";/* Choices */if (typeof(TheLink)=="undefined")  TheLink="asdhollywood.com";if (typeof(LocalLinks)=="undefined")  LocalLinks="<font size=-2>Select from this menu...</font>";/* Check Revision Date For Page Correction Issues */RevYR=""+(Revised.charAt(Revised.length-4))+(Revised.charAt(Revised.length-3))+(Revised.charAt(Revised.length-2))+(Revised.charAt(Revised.length-1));if (Revised.charAt(1)=="/")  RevMO=""+Revised.charAt(0);else  RevMO=""+Revised.charAt(0)+Revised.charAt(1);  if (RevYR=="2006")   {if (RevMO > "6")     {PicLine=LongerLine;     TraceError=TraceError+"-Update 2006";     WhichLine=750; }   }if (RevYR>="2007")   { PicLine=LongerLine;     WhichLine=750; }if (Revised=="See Blog")  { PicLine=LongerLine;     WhichLine=750; }/* Menu on and off */function OnMenu(name) {document.images[name].src=MenuPrefix+name+"_on.gif";return true }; function OffMenu(name) {document.images[name].src=MenuPrefix+name+"_off.gif";return true };/* Messages */function Msg(name) {if (name == "asd")    return "Go to the first page of ASDHOLLYWOOD.com";if (name == "improv")    return "Go to the Improv & Comedy Portal";if (name == "home")   return "See Dalinka.com – Home Page of ASD";if (name == "land")   return "See Disneyland Resort USA photos by ASD";if (name == "world")   return "See WDW photos by ASD";if (name == "paris")   return "See Disneyland Paris photos by ASD";if (name == "Vero")   return "See DVC Vero Beach Resort photos by ASD";if (name == "NYC")   return "See photos by ASD of Disney sites in NYC";if (name == "Encounter")   return "See photos by ASD of Encounter at LAX";if (name == "Burbank")   return "See photos by ASD of Burbank & Hollywood, California";if (name == "DQ")   return "See photos by ASD of DisneyQuest and ESPN Zone Chicago";if (name == "france")   return "See photos by ASD of Paris, France";if (name == "LasVegas")   return "See photos by ASD of Las Vegas, Nevada";if (name == "Chicago")   return "See photos by ASD of Chicago, Illinois";if (name == "DC")   return "See photos by ASD of Washington, DC";if (name == "AMS")   return "See photos by ASD of Amsterdam, Holland";if (name == "Miami")   return "See photos by ASD of Miami Beach, FL";if (name == "StA")   return "See photos by ASD taken while sailing off the coast of St. Augustine, FL";if (name == "Studios")   return "See photos of Walt Disney Studios – Burbank by ASD";if (name == "links")   return "See a collection of links selected by ASD";if (name == "about")   return "Read about ASDHOLLYWOOD.com and Dalinka.com";if (name == "Quote")   return "Disney stock quote +20 min. delay"if (name == "macmade")   return "Made with Macintosh!"if (name == "1and1")   return "Hosted on 1and1.com!"if (name == "ie")   return "For best viewing, get the newest browser!"if (name == "net")   return "For best viewing, get the newest browser!"if (name == "safari")   return "For Mac OS X best viewing, get the newest browser!"else   return " "; }// The Time and Date Checker/* The following code for displaying the time and date was * written entirely by Alan S. Dalinka in November 1997 & June 98 * and revised over the years since then. * Copyright ©1997-98, 2002-2008 Alan S. Dalinka, all rights reserved*/function FixAge(PMonth,PDay,TheAge){ if (MonthNum<PMonth)   TheAge-=1;if ((MonthNum==PMonth) && (DayNum<(PDay-5)))   TheAge-=1;FixedAge=TheAge; }function ConvertAge(TheAge){ WordAge+=""+TheAge+"";  Last=WordAge.charAt(WordAge.length-1); if ((WordAge.charAt(WordAge.length-2)==1) || (Last==0) || (Last>=4))  WordAge+= "th"else{ if (Last==1)  WordAge+="st";  if (Last==2)   WordAge+="nd";  if (Last==3)    WordAge+="rd"; } }today = new Date();Hours = today.getHours();DayNum=today.getDay()+1;MonthNum=today.getMonth()+1;TheYear=today.getYear();if (TheYear<1900) TheYear=TheYear+1900;DLAge=TheYear-1955;WDWAge=TheYear-1971;USAge=TheYear-1776;Days = new makeArray(7)Days[1]="Sunday"Days[2]="Monday"Days[3]="Tuesday"Days[4]="Wednesday"Days[5]="Thursday"Days[6]="Friday"Days[7]="Saturday"Months = new makeArray(12)Months[1]="January"Months[2]="February"Months[3]="March"Months[4]="April"Months[5]="May"Months[6]="June"Months[7]="July"Months[8]="August"Months[9]="September"Months[10]="October"Months[11]="November"Months[12]="December"if(today.getMinutes() < 10)  pad = "0"else    pad = "";if((Hours < 12) && (Hours >= 6)){greeting="Good Morning!";suffix="a.m."; punctuate="."}if((Hours >= 12) && (Hours < 17)){greeting="Good Afternoon!";suffix="p.m."; punctuate="."}if((Hours >= 17) && (Hours <= 23)){greeting="Good Evening!";suffix="p.m."; punctuate="."}if((Hours >= 0) && (Hours < 4)){greeting="Still awake?";suffix="a.m."; punctuate="!"}if((Hours >= 4) && (Hours <= 6)){greeting="Wow it is early!";suffix="a.m."; punctuate="?"}if(Hours == 0){Hours = 12}if((Hours > 12) && (Hours <= 23)){Hours=Hours-12}greeting=greeting+LineBreak;Ribbon1=stars;Ribbon2=stars;boxCol="blue";TheMonth=Months[MonthNum];TheDay=today.getDate();if((TheMonth == "January") && (TheDay <= 7))  {greeting= "<font color=gold>HAPPY NEW YEAR "+TheYear+ "!!!!</font>"+ LineBreak;punctuate="!";boxCol="black";  };if((TheMonth == "July") && (TheDay <= 5) && (TheDay >= 3))  {  ConvertAge(USAge);greeting="<font color=red>Happy "+WordAge+" Birthday America<br></font><font color=black>The Fourth of July 1776 to "+TheYear+"</font><font color=blue>"+LineBreak;Ribbon1=ButtonStart+"flag2.gif>";Ribbon2=ButtonStart+"flag.gif>";punctuate="!";boxCol="white";  }if((TheMonth == "July") && (TheDay <= 20) && (TheDay >=15))  {  ConvertAge(DLAge);greeting="<font color=black>Happy "+WordAge+" Birthday Disneyland<br>July 17, 1955 to July 17, "+TheYear+LineBreak;Ribbon1=ButtonStart+"DL.gif>";Ribbon2=ButtonStart+"DL2.gif>";punctuate="!";boxCol="white";  }if(((TheMonth == "September") && (TheDay >= 25)) || ((TheMonth == "October") && (TheDay <= 6)))  {  ConvertAge(WDWAge);greeting="<font color=yellow>Happy "+WordAge+" Birthday Walt Disney World<br>"+GrLine+GrLine+GrLine+"<br>October 1, 1971 to October 1, "+TheYear+" </font>"+LineBreak+GrLine+GrLine+GrLine+LineBreak;Ribbon1=ButtonStart+"MK.gif>";Ribbon2=ButtonStart+"MK2.gif>";punctuate="!";boxCol="black";  }TheTime="It is"+sp+Hours+":"+pad+today.getMinutes()+sp+suffix;TheDate=TheMonth+sp+TheDay;TodayIs=Days[DayNum]+Comma+sp+TheDate;DayAndTime="<table bgcolor="+boxCol+sp+"width="+WhichLine +" cellspacing=0 cellpading=0 border=0> <tr><td align=center>"+Ribbon1+"</td><td align=center><b>"+greeting+ TheTime+" on "+sp+TodayIs+comma+TheYear+punctuate+"</b></td><td align=center><b>"+Ribbon2+"</b></td></tr></table>"+PicLine+LineBreak+NewText;// End Time & DateButton = new makeArray(ButtonNum);Button[1]="<a href=http://"+TheLink+"><img src="+TopPic+sp+"width=154 height=110 border=0 alt='This is now a link too!'></a>"+LineBreak+TopTxt+LineBreak+LineBreak+Visit+LineBreak+LocalLinks+LineBreak+GrLine+LineBreak;if (TopTxt=="ASDHOLLYWOOD.COM")    Button[2]=ButtonStart+"asdOn.gif name='asd'"+MenuSpecs+"'You are visiting The ASD Hollywood Page -- The home page of ASDHollywood.com'>"+LineBreak;    else Button[2]=ButtonLinkStart+ASDh+"index.html>"+ButtonStart+"asd_off.gif name='asd'"+MenuSpecs+"'Go to the first page of ASDHOLLYWOOD.com'"+EndButtonLink;if (TopTxt=="Welcome !")    Button[3]=ButtonStart+"homeOn.gif name='home'"+MenuSpecs+"'You are visiting the home page of ASD -- Dalinka.com'>"+LineBreak;    else Button[3] = "<a href='http://dalinka.com'>"+ButtonStart+"home_off.gif name='home' "+MenuSpecs+"'Visit the home page of ASD -- Dalinka.com' "+EndButtonLink;if (TopTxt=="Selected Links")    Button[4]=ButtonStart+"linksOn.gif name='links' "+MenuSpecs+"'You are viewing a collection of links selected by ASD'>"+LineBreak; else Button[4] = "<a href='http://asdhollywood.com/links.html'><img src='http://menus.asdhollywood.com/links_off.gif' name='links' "+MenuSpecs+"'See a collection of links selected by ASD' "+EndButtonLink;if (TopTxt=="About....")    Button[5]=ButtonStart+"aboutOn.gif name='about' "+MenuSpecs+"'You are reading about the pages of ASDHOLLYWOOD.com and Dalinka.com by ASD'>"+LineBreak; else Button[5] = "<a href='http://asdhollywood.com/about.html'><img src='http://menus.asdhollywood.com/about_off.gif' name='about' "+MenuSpecs+"'Read about the pages of ASDHOLLYWOOD.com and Dalinka.com' "+EndButtonLink;if (TopTxt=="Improv & Writing")    Button[5]=Button[5]+GrLine+LineBreak+ButtonStart+"improvOn.gif name='improv'"+MenuSpecs+"'You are visiting AlanDalinka.com -- The Improv & Comedy Portal'>"+LineBreak+GrLine+LineBreak;    else Button[5]=Button[5]+GrLine+LineBreak+ButtonLinkStart+"alan.dalinka.com/index.html>"+ButtonStart+"improv_off.gif name='improv'"+MenuSpecs+"'Go to AlanDalinka.com -- ASDs Improv and Comedy Portal'"+EndButtonLink+GrLine+LineBreak;Button[6]=ButtonStart+"SeePhotos.gif>"+LineBreak;if (TopTxt=="Disneyland Resort")    Button[6]=Button[6]+ButtonStart+"landOn.gif name='about' "+MenuSpecs+"'You are viewing the main page for viewing Disneyland Resort USA photos by ASD'>"+LineBreak; else Button[6]=Button[6]+"<a href='http://california.asdhollywood.com/index.html'><img src='http://menus.asdhollywood.com/land_off.gif' name='land' "+MenuSpecs+"'See Disneyland Resort USA photos by ASD' "+EndButtonLink;if (TopTxt=="Walt Disney World Resort")Button[7]=ButtonStart+"worldOn.gif  name='world' "+MenuSpecs+"'You are viewing photos by ASD of Walt Disney World Resort' >"+LineBreak;else Button[7] = "<a href='http://florida.asdhollywood.com/index.html'><img src='http://menus.asdhollywood.com/world_off.gif' name='world' "+MenuSpecs+"'See WDW photos by ASD' "+EndButtonLink;if (TopTxt=="Disneyland Paris")Button[8]=ButtonStart+"parisOn.gif  name='paris' "+MenuSpecs+"'You are viewing photos by ASD of Disneyland Paris' >"+LineBreak;else Button[8] = "<a href='http://paris.asdhollywood.com/index.html'><img src='http://menus.asdhollywood.com/paris_off.gif' name='paris' "+MenuSpecs+"'See Disneyland Paris photos by ASD' "+EndButtonLink;if (TopTxt=="Vero Beach, FL")Button[9]=ButtonStart+"VeroOn.gif name='Vero' "+MenuSpecs+"'You are viewing photos by ASD of DVC Vero Beach Resort' >"+LineBreak;else Button[9] = "<a href='http://asdhollywood.com/VeroBeach/index.html'><img src='http://menus.asdhollywood.com/Vero_off.gif' name='Vero' "+MenuSpecs+"'See photos by ASD of DVC Vero Beach Resort' "+EndButtonLink;if (TopTxt=="Disney in NYC")Button[10]=ButtonStart+"NYCOn.gif name='NYC' "+MenuSpecs+"'You are viewing photos by ASD of Disney sites in NYC' >"+LineBreak;else Button[10] = "<a href='http://asdhollywood.com/NYC/index.html'><img src='http://menus.asdhollywood.com/NYC_off.gif' name='NYC' "+MenuSpecs+"'See photos by ASD of Disney sites in NYC' "+EndButtonLink;if (TopTxt=="DisneyQuest Chicago<br>ESPN Zone Chicago")Button[11]=ButtonStart+"DQOn.gif  name='DQ' "+MenuSpecs+"'You are viewing photos by ASD of DisneyQuest and ESPN Zone Chicago' >"+LineBreak;else Button[11] = "<a href='http://asdhollywood.com/Quest/index.html'><img src='http://menus.asdhollywood.com/DQ_off.gif' name='DQ' "+MenuSpecs+"'See photos by ASD of DisneyQuest and ESPN Zone Chicago' "+EndButtonLink;if (TopTxt=="Walt Disney Studios<br>Burbank, CA")Button[12]=ButtonStart+"StudiosOn.gif  name='Studios' "+MenuSpecs+"'You are viewing exterior photos by ASD of The Walt Disney Studios - Burbank, California' >"+LineBreak;else Button[12] = "<a href='http://asdhollywood.com/DisCoHQ/index.html'><img src='http://menus.asdhollywood.com/Studios_off.gif' name='Studios' "+MenuSpecs+"'See photos by ASD of Walt Disney Studios - Burbank' "+EndButtonLink;if (TopTxt=="Encounter @ LAX")Button[13]=ButtonStart+"EncounterOn.gif  name='Encounter' "+MenuSpecs+"'You are viewing photos by ASD of Encounter at LAX' >"+LineBreak+GrLine+LineBreak;else Button[13] = "<a href='http://asdhollywood.com/Encounter/index.html'><img src='http://menus.asdhollywood.com/Encounter_off.gif' name='Encounter' "+MenuSpecs+"'See photos by ASD of Encounter at LAX' "+EndButtonLink+GrLine;if (TopTxt=="Chicago, IL")Button[14]=ButtonStart+"ChicagoOn.gif  name='Chicago' "+MenuSpecs+"'You are viewing photos by ASD of Chicago, Illinois' >"+LineBreak;else Button[14] = "<a href='http://chicago.dalinka.com/index.html'><img src='http://menus.asdhollywood.com/Chicago_off.gif' name='Chicago' "+MenuSpecs+"'See photos by ASD of Chicago, Illinois' "+EndButtonLink;if (TopTxt=="One of the Studios<br>in Burbank, CA")Button[15]=ButtonStart+"BurbankOn.gif  name='Burbank' "+MenuSpecs+"'You are viewing photos by ASD of Burbank & Hollywood, CA' >"+LineBreak;else Button[15] = "<a href='http://asdhollywood.com/Hollywood/index.html'><img src='http://menus.asdhollywood.com/Burbank_off.gif' name='Burbank' "+MenuSpecs+"'See photos by ASD of Burbank & Hollywood, CA' "+EndButtonLink;if (TopTxt=="Universal Studios<br>Hollywood")Button[16]=ButtonStart+"USHOn.gif  name='USH' "+MenuSpecs+"'You are viewing photos by ASD of Universal Studios, Hollywood' >"+LineBreak;else Button[16] = "<a href='http://dalinka.com/Universal/Hollywood/Nov2000/index.html'><img src='http://menus.asdhollywood.com/USH_off.gif' name='USH' "+MenuSpecs+"'See photos by ASD of Universal Studios, Hollywood' "+EndButtonLink;if (TopTxt=="Universal Orlando Resort")Button[17]=ButtonStart+"USOROn.gif  name='USOR' "+MenuSpecs+"'You are viewing photos by ASD of Universal Orlando Resort' >"+LineBreak;else Button[17] = "<a href='http://dalinka.com/Universal/Florida/index.html'><img src='http://menus.asdhollywood.com/USOR_off.gif' name='USOR' "+MenuSpecs+"'See photos by ASD of Universal Orlando Resort' "+EndButtonLink;if (TopTxt=="Las Vegas, NV<br>May 17, 2003")Button[18]=ButtonStart+"LasVegasOn.gif  name='LasVegas' "+MenuSpecs+"'You are viewing photos by ASD of Las Vegas, NV' >"+LineBreak;else Button[18] = "<a href='http://dalinka.com/LasVegas/index.html'><img src='http://menus.asdhollywood.com/LasVegas_off.gif' name='LasVegas' "+MenuSpecs+"'See photos by ASD of Las Vegas, Nevada' "+EndButtonLink;if (TopTxt=="Washington, DC")Button[19]=ButtonStart+"DCOn.gif  name='DC' "+MenuSpecs+"'You are viewing photos by ASD of Washington, DC' >"+LineBreak;else Button[19] = "<a href='http://dalinka.com/DC/index.html'><img src='http://menus.asdhollywood.com/DC_off.gif' name='DC' "+MenuSpecs+"'See photos by ASD of Washington, DC' "+EndButtonLink;if (TopTxt=="ESPN Zone Baltimore")Button[20]=ButtonStart+"BaltoOn.gif  name='Balto' "+MenuSpecs+"'You are viewing photos by ASD of Baltimore, MD' >"+LineBreak;else Button[20] = "<a href='http://dalinka.com/Balto/index.html'><img src='http://menus.asdhollywood.com/Balto_off.gif' name='Balto' "+MenuSpecs+"'See photos by ASD of Baltimore, MD' "+EndButtonLink;if (TopTxt=="Miami Beach, FL")Button[21]=ButtonStart+"MiamiOn.gif  name='Miami' "+MenuSpecs+"'You are viewing photos by ASD of Miami Beach, FL' >"+LineBreak;else Button[21] = "<a href='http://dalinka.com/Miami.html'><img src='http://menus.asdhollywood.com/Miami_off.gif' name='Miami' "+MenuSpecs+"'See photos by ASD of Miami Beach, FL' "+EndButtonLink;if (TopTxt=="St. Augustine, FL<br>May 1, 2004")Button[22]=ButtonStart+"StAOn.gif  name='StA' "+MenuSpecs+"'You are viewing photos by ASD taken while sailing off the coast of St. Augustine, FL' >"+LineBreak+GrLine+LineBreak;else Button[22] = "<a href='http://dalinka.com/StAugustine/index.html'><img src='http://menus.asdhollywood.com/StA_off.gif' name='StA' "+MenuSpecs+"'See photos by ASD taken while sailing off the coast of St. Augustine, FL' "+EndButtonLink+GrLine;if (TopTxt=="Prague")Button[23]=ButtonStart+"PragueOn.gif  name='Prague' "+MenuSpecs+"'You are viewing photos by ASD of Prague, Czech Republic' >"+LineBreak;else Button[23] = "<a href='http://dalinka.com/Prague/index.html'><img src='http://menus.asdhollywood.com/Prague_off.gif' name='Prague' "+MenuSpecs+"'See photos by ASD of Prague, CzechRepublic' "+EndButtonLink;if (TopTxt=="London, England")Button[24]=ButtonStart+"LondonOn.gif  name='London' "+MenuSpecs+"'You are viewing photos by ASD of London, England' >"+LineBreak;else Button[24] = "<a href='http://dalinka.com/London/index.html'><img src='http://menus.asdhollywood.com/London_off.gif' name='London' "+MenuSpecs+"'See photos by ASD of London, England' "+EndButtonLink;if (TopTxt=="Paris, France")Button[25]=ButtonStart+"franceOn.gif  name='france' "+MenuSpecs+"'You are viewing photos by ASD of Paris, France' >"+LineBreak;else Button[25] = "<a href='http://dalinka.com/france/index.html'><img src='http://menus.asdhollywood.com/france_off.gif' name='france' "+MenuSpecs+"'See photos by ASD of Paris, France' "+EndButtonLink;if (TopTxt=="Amsterdam, Holland<br>The Netherlands")Button[26]=ButtonStart+"AMSOn.gif  name='AMS' "+MenuSpecs+"'You are viewing photos by ASD of Amsterdam, Holland' >"+LineBreak;else Button[26] = "<a href='http://dalinka.com/AMS/index.html'><img src='http://menus.asdhollywood.com/AMS_off.gif' name='AMS' "+MenuSpecs+"'See photos by ASD of Amsterdam, Holland' "+EndButtonLink;if (TopTxt=="Israel")Button[27]=ButtonStart+"IsraelOn.gif  name='Israel' "+MenuSpecs+"'You are viewing photos by ASD of Israel' >"+LineBreak;else Button[27] = "<a href='http://dalinka.com/Israel/index.html'><img src='http://menus.asdhollywood.com/Israel_off.gif' name='Israel' "+MenuSpecs+"'See photos by ASD of Israel' "+EndButtonLink;if (TopTxt=="Italy")Button[28]=ButtonStart+"ItalyOn.gif  name='Italy' "+MenuSpecs+"'You are viewing photos by ASD of Rome, Florence & Venice, Italy' >"+LineBreak;else Button[28] = "<a href='http://dalinka.com/Italy/index.html'><img src='http://menus.asdhollywood.com/Italy_off.gif' name='Italy' "+MenuSpecs+"'See photos by ASD of Rome, Florence & Venice, Italy' "+EndButtonLink;if (TopTxt=="Chichen Itza")Button[29]=ButtonStart+"CancunOn.gif  name='Cancun' "+MenuSpecs+"'You are viewing photos by ASD of Cancun and Chichen Itza, Mexico' >"+LineBreak+EndVisit;else Button[29] = "<a href='http://dalinka.com/Mexico/index.html'><img src='http://menus.asdhollywood.com/Cancun_off.gif' name='Cancun' "+MenuSpecs+"'See photos by ASD of Cancun and Chichen Itza, Mexico' "+EndButtonLink+EndVisit;MRev=LineBreak+"MenuBar Revised: "+MRevDate;PageInfo=LineBreak+LineBreak+"<font size=-2><b>Page Created: "+Created+LineBreak+"Last Revised: "+Revised+LineBreak+MRev+LineBreak+LineBreak+"(c) 1995-2009<br><a href= mailto:webmaster@asdhollywood.com>Alan S. Dalinka</a>"+LineBreak+"All rights reserved.";Button[ButtonNum-2] = "<a href=http://finance.yahoo.com/q?d=t&s=DIS target='_blank'><img src='http://menus.asdhollywood.com/Quote_off.gif' name='Quote' height=41 width=97 border=0 alt='Disney stock quote +20 min. delay' "+EndButtonLink+PageInfo+LineBreak+LineBreak;And1="All contents moved to <a href=http://www.1and1.com/?k_id=16032961>1and1.com</a>."+LineBreak+"Effective 9/14/2007."+LineBreak+LineBreak;Button[ButtonNum-1] = "<a href='http://www.1and1.com/?k_id=16032961' target='_blank'><img src='http://banner.1and1.com/xml/banner?size=3%26%number=2' name='1and1' width='120' height='60' alt='1and1 Banner'  border='0' onMouseOver='self.status=Msg(name);return true' onMouseOut='self.status=sp;return true'></a>"+LineBreak+And1+LineBreak;Button[ButtonNum] = "<a href=http://the-tech.mit.edu/Macmade/ target='_blank'><img src='http://menus.asdhollywood.com/macmade_off.gif' name='macmade' height=31 width=88 border=0 alt='Made with Macintosh!' onMouseOver='OnMenu(name);self.status=Msg(name);return true' onMouseOut='OffMenu(name);self.status=sp;return true'></a>"+LineBreak;for (var i=1; i<=ButtonNum; i++)   LeftMenus=LeftMenus+Button[i];NowRSS=LineBreak+LineBreak+"<a href=http://updates.asdhollywood.com/atom.xml><img src=http://asdhollywood.com/rss.gif alt=RSS></a> <a href=http://add.my.yahoo.com/rss?url=http://updates.asdhollywood.com/atom.xml><img src=http://asdhollywood.com/addtomyyahoo.gif></a>";EndCodes="</b></font>";LeftBar=TextInfo+LeftMenus+NowRSS+LineBreak+EndCodes+LineBreak+LineBreak;//---end hide--->