YAHOO.namespace("BGTTix.yahoo");var detailArea=null;var volunteerArea=null;var eventArea=null;var searchArea=null;var eventListArea=null;var ticketArea=null;var pleasWaitDiv=null;var selectedEventID=0;var EventsHaveBeenLoaded=false;var LastScrollPosY=0;var Events_rs;var processing=true;var bgtMenuBar;var ShowEventProcessed=false;YAHOO.BGTTix.yahoo.onMenuBarReady=function(A){bgtMenuBar=new YAHOO.widget.MenuBar("bgtMenu",{visible:true,width:"670px",x:"0"});createBGTMenuBar()};function performYUIInitSetup(){YUILoader=new YAHOO.util.YUILoader({require:["calendar","button","dragdrop","get","datatable","datasource","container","event","json","history","menu","grids"],loadOptional:true,onSuccess:function(){performInitSetup()}});YUILoader.insert()}function performInitSetup(){var A=window.location;detailArea=document.getElementById("DetailAreaDIV");volunteerArea=document.getElementById("VolunteerAreaDIV");ticketArea=document.getElementById("EventInfoAreaDIV");eventArea=document.getElementById("TicketAreaDIV");searchArea=document.getElementById("SearchAreaDIV");eventListArea=document.getElementById("EventListingAreaDIV");pleasWaitDiv=document.getElementById("pleasewaitScreen");YAHOO.util.Event.onContentReady("bgtMenu",YAHOO.BGTTix.yahoo.onMenuBarReady);if(String(A).indexOf(MAIN_URL)!=0){window.location=MAIN_URL}if(!areCookiesEnabled()){window.location="./EnablingCookies.html"}saveFlashSettings();clearSearchWords();setupButtons();initBGTEventsGrid();createYahooPubDateCalendar();showWelcomeMessage();DWREngine._execute("./bgtserver/BGTClientService.cfc",null,"getLiveCalendarDates",displayCalendarDateHighlights);hideDiv(pleasWaitDiv);processing=false}function displayCalendarDateHighlights(C){var A=C.length;for(i=0;i<A;++i){var B=convertMYSqlDateToYUICalDate(C[i].DATE);YAHOO.BGTTix.yahoo.DatePickerCal1.addRenderer(B,YAHOO.BGTTix.yahoo.DatePickerCal1.renderCellStyleHighlight1)}DWREngine._execute("./bgtserver/BGTClientService.cfc",null,"getCurrentEventsShortView",displayEvents)}function clearSearchWords(){var A=document.getElementById("searchForm");A.elements.keyWords.value=""}function createBGTMenuBar(){bgtMenuBar.removeItem(0);bgtMenuBar.addItems([{text:"About BGT",onClick:{fn:showAboutUs}},{text:"Contact Us / Booking",onClick:{fn:showContactUs}},{text:"Ticket Information",onClick:{fn:showTixInfo}},{text:"Volunteer",onClick:{fn:showVolunteer}},{text:"Join Our E-mail List",onClick:{fn:showJoinDialog}},{text:"Pictures",onClick:{fn:showPics}},{text:"Links",onClick:{fn:showLinks}},]);bgtMenuBar.render()}function displayEvents(B){if(!EventsHaveBeenLoaded){Events_rs=B;EventsHaveBeenLoaded=true}updateEventRows(B);processing=false;var A=getURLTokenVal(BGT_SHOW_EVENT_TOKEN);if(!ShowEventProcessed&&A!=""&&!isNaN(A)){ShowEventProcessed=true;setTimeout("showPassedInEvent()",500)}}function showPassedInEvent(){processing=false;var A=getURLTokenVal(BGT_SHOW_EVENT_TOKEN);closeWelcomeMessage();bgtEventClicked(A,"Active")}function searchByKeyWord(){if(processing){return}processing=true;var B=document.getElementById("searchForm");var A=B.elements.keyWords.value;var C=new Array();C.push({KeyWords:A});DWREngine._execute("./bgtserver/BGTClientService.cfc",null,"searchForKeywords",escapeForJSON(YAHOO.lang.JSON.stringify(C)),displayEvents)}function loadIMSTicketIFrame(A){IMSClientEmbedLoadTicketInfo("TicketAreaDIV",A,"middle",1,"1000","100%","","10","10","auto","","")}function resetSearchPanel(){if(processing){return}closeInfoArea();clearSearchWords();updateEventRows(Events_rs)}function bgtEventClicked(A,B){if(processing){return}processing=true;selectedEventID=A;DWREngine._execute("./bgtserver/BGTClientService.cfc",null,"getFormattedEventInfo",selectedEventID,B,true,BGTVersionID,browserName,isAbleToInstallFlash,hasCorrectFlash,displayEventInfoArea)}function closeInfoArea(){eventArea.innerHTML="";window.scrollTo(0,LastScrollPosY);LastScrollPosY=0}function closeDetailArea(){detailArea.innerHTML="";window.scrollTo(0,LastScrollPosY);LastScrollPosY=0;if(!EventsHaveBeenLoaded){resetSearchPanel()}}function printEvent(){openPrintWindow()}function openPrintWindow(){var A=window.open("","name","height=500,width=600,scrollbars=yes,copyhistory=no,menubar=yes,status=no,directories=no,location=no,toolbar=no,resizable=yes");A.document.write("<html><head><title>BGTTix.com - Print Event</title></head>  <body onLoad=javascript:print();>Printed on www.BGTTix.com<hr>"+eventArea.innerHTML+"<br><hr>www.BGTTix.com</body></html>");A.document.close()}function createYahooPubDateCalendar(){YAHOO.BGTTix.yahoo.DatePickerCal1=new YAHOO.widget.Calendar("DatePickerCal1","eventDatePickerArea",{title:"Pick a date:",close:true});YAHOO.BGTTix.yahoo.DatePickerCal1.selectEvent.subscribe(handleSelectDatePicker,YAHOO.BGTTix.yahoo.DatePickerCal1,true);YAHOO.BGTTix.yahoo.DatePickerCal1.hide()}function dateSelected(){YAHOO.BGTTix.yahoo.DatePickerCal1.show();YAHOO.BGTTix.yahoo.DatePickerCal1.render()}function handleSelectDatePicker(H,G,D){if(processing){return}processing=true;closeInfoArea();var A=G[0];var B=A[0];var I=B[0],F=B[1],J=B[2];var E=F+"/"+J+"/"+I;YAHOO.BGTTix.yahoo.DatePickerCal1.hide();var C=new Array();C.push({SelectedDate:E});DWREngine._execute("./bgtserver/BGTClientService.cfc",null,"searchByDateShortView",escapeForJSON(YAHOO.lang.JSON.stringify(C)),displayEvents)}function displayEventInfoArea(C){if(LastScrollPosY==0){LastScrollPosY=scrollingDetector();window.scrollTo(0,0)}C=C.replace(/SIZE="10"/gi,"size='+1'");C=C.replace(/&apos;/gi,"'");eventArea.innerHTML="<div align='left'><input type='button' id='eventCloseBtn1' onClick='closeInfoArea(); return false;' value='Close'/></div><br><br>"+C+"<br><div align='center'><input type='button' id='eventCloseBtn2' onClick='closeInfoArea(); return false;' value='Close'/></div></div><br><br><hr>";var B=new YAHOO.widget.Button("eventCloseBtn1",{label:"Close"});B.addListener("click",closeInfoArea);var A=new YAHOO.widget.Button("eventCloseBtn2",{label:"Close"});A.addListener("click",closeInfoArea);processing=false}function showWelcomeMessage(){var A="<br><font size=+2 color=green>Welcome to the Calendar of Events website of Barnsdall Gallery Theatre</font><br>  <p><br><br><font size=+1><b>Barnsdall Gallery Theatre</b> (BGT) is a facility of the City of Los Angeles, Department of Cultural Affairs, and is located in the heart of Hollywood at 4800 Hollywood Blvd. Los Angeles, CA 90027.</p><br><p>Several exciting events are held at BGT through out the year, ranging from cultural, musical, to theatrical events. We welcome you to attend any of these events that matches your taste and personality. The beautiful and historic hill-top setting of BGT provides a unique event-attendance opportunity.</p><br><p>Use this site to find out about upcoming events information at the historic Barnsdall Gallery Theater! If you intend to have an event at BGT, please do contact us for more information.</p><br><div><input type='button' id='welcomeBtn' onClick='closeWelcomeMessage(); return false;' value='Browse'/></div><br></font><br><label><b>The outside enterance view to the theatre.</b></label><br><img align='middle' src='./images/venue/BGTOutside.jpg' alt='BGT'/><br><hr>";detailArea.innerHTML=A;var B=new YAHOO.widget.Button("welcomeBtn",{label:"Browse and view upcoming events at BGT!"});B.addListener("click",closeWelcomeMessage)}function closeWelcomeMessage(){closeDetailArea()}function showAboutUs(){if(processing){return}var B="<br><font size=+1 color=green>About Barnsdall Gallery Theatre</font><br>  <p><br>The Barnsdall Gallery Theatre (BGT) is owned and operated by the City of Los Angeles, Department of Cultural Affair’s Community Arts Division as a low-priced rental house for live theatre, dance, music, spoken word, lecture, film and special event presentations.  The BGT is located at 4800 Hollywood Boulevard, atop Olive Hill in Hollywood in the Barnsdall Art Park complex.  The 11-acre park is also home to the Municipal Art Gallery, a Junior Arts Center and the Hollyhock House designed by the renowned architect Frank Lloyd Wright.<p><br>The BGT’s goal is to encourage community and professional producers to present artistic and diverse cultural events at the lowest possible admission price to maximize attendance and audience development.</p><br><p>The BGT is a 299-seat proscenium stage with a basic lighting and sound package, as well as a HD ready digital projector, a built in 16mm film, slide and video projector.  Artists of all disciplines are encouraged to request an Application For Use for their particular event.  A determination of events will be based on the availability of dates.  Fees for usage are very reasonable.  Demand for the theatre is high, so please apply well in advance (minimum 90 days in advance) of your desired date(s).</p><br>Additionally, the Barnsdall Art Park campus is available for rental to community-oriented festivals or special events and filming.</p><br>For further information or an Application For Use, please contact us!</p><br><div align='center'><input type='button' id='aboutBtn' onClick='closeDetailArea(); return false;' value='Close'/><hr></div>";detailArea.innerHTML=B;var A=new YAHOO.widget.Button("aboutBtn",{label:"Close"});A.addListener("click",closeDetailArea)}function showTixInfo(){if(processing){return}var B="<br><font size=+1 color=green>Ticket information</font><p>Box office and Ticketing Services for Barnsdall Gallery Theatre is provided through <a href='http://www.itsmyseat.com' target=_blank>www.itsmyseat.com</a>.</p><br><p>Once you have spotted an event on BGTTix.com, click on the Purchase Tickets link for that event, and you will be transferred to the corresponding event on itsmyseat.com. Once you make your purchase on itsmyseat.com, you will receive you ETickets through email. Print these tickets and bring them along with you to the event.</p><p>For any technical or ticketing questions, please contact itsmyseat.com directly.</p><br><p>Online ticketing service offers various benefits to both event organizers and patrons.</p><br><a href='http://www.itsmyseat.com' target=_blank><img src='./images/IMSLogo.jpg' alt='itsmyseat.com' width=140/></a><br><br><input type='tixBtnClose' id='tixBtnClose' onClick='closeDetailArea(); return false;' value='Close'/><br><br><br><hr>";detailArea.innerHTML=B;var A=new YAHOO.widget.Button("tixBtnClose",{label:"Close"});A.addListener("click",closeDetailArea)}function showVolunteer(){var A=YAHOO.util.Get.script("http://www.bgttix.com/Scripts_5/js/VolunteerApp3.js",{onSuccess:volunteerAppLoaded})}function volunteerAppLoaded(){this.initVolunteerAppForm()}function showContactUs(){if(processing){return}var B="info@BGTTix.com";var D="info";var E="BGTTix.com";var G="<br><font size=+1 color=green>Contact BGTTix.com</font><p>The Barnsdall Gallery Theatre is located on the grounds of the Barnsdall Art Park at:</p><br><p><b>4800 Hollywood Blvd. Los Angeles, CA 90027</b><a href='http://www.mapquest.com/maps/map.adp?name=Barnsdall%20Art%20Ctr&address=4800+Hollywood+Blvd&city=Los%20Angeles&state=ca&zipcode=90027' target=_blank><img align='middle' src='./images/MapQuestLink.jpg'></img></a></p><br><p><br><b>Administration Office hours are:</b> Wednesday - Friday  12:00 PM - 5:00 PM<br><br><br></p><label>You may contact BGT by:</label><table cellpadding='10' cellspacing='10'><tr align='left'><td>Phone:</td><td>(323) 644-6272</td></tr><tr align='left'><td>Fax:</td><td>(323) 644-6271</td></tr><tr align='left'><td>Email:</td><td><a href='mailto:"+D+"@"+E+"'>"+B+"</a></td></tr><tr align='left'><td>Mail:</td><td>Barnsdall Gallery Theatre<br>4800 Hollywood Blvd<br> Los Angeles, CA 90027</td></tr></table><br><p><br><a href='./Documents/BGTBOOKING_PACKET.7.1.09.doc' id='bgtBookingLink' target=_blank>View and download BGT Booking Packet & Application.</a> (<a id='bookingLinkBtn' href='http://www.microsoft.com/downloads/details.aspx?FamilyId=95E24C87-8732-48D5-8689-AB826E7B8FDF&displaylang=en' target=_blank>Download free Word Viewer 2003 if you do not have MS Office.</a>)<br><br><a href='./Documents/Barnsdall Art Park_map.pdf' id='bgtMapLink' target=_blank>View and download Barnsdall Art Park map and parking information.</a> (<a id='pdfLinkBtn' href='http://www.adobe.com/products/acrobat/readstep2.html' target=_blank><img src='./images/get_adobe_reader.jpg' align='middle'></img>PDF Viewer required</a>)<br><br><br></p><p>We would welcome and appreciate any feedback and suggestions from you!<br>BGTTix.com Team<br><a href='mailto:"+D+"@"+E+"'>"+B+"</a><br><br><div align='center'><input id='closeContactBtn' type='button' onClick='closeDetailArea(); return false;' value='Close'/><hr></div>";detailArea.innerHTML=G;var C=new YAHOO.widget.Button("closeContactBtn",{label:"Close"});C.addListener("click",closeDetailArea);var F=new YAHOO.widget.Button("bgtMapLink",{label:"View and download Barnsdall Art Park map and parking information.",type:"link",href:"./Documents/Barnsdall Art Park_map.pdf",target:"_blank"});var A=new YAHOO.widget.Button("bgtBookingLink",{label:"View and download BGT Booking Packet & Application.",type:"link",href:"./Documents/BGTBOOKING_PACKET.7.1.09.doc",target:"_blank"})}function emailEvent(){var A=selectedEventID;showEmailDialog();DWREngine._execute("./bgtserver/BGTClientService.cfc",null,"getEmailAddress",displayEmail)}function displayEmail(A){var B=document.getElementById("emailForm");B.elements.keyCode.value=A;B.elements.userKeyCode.value="";B.elements.optMessage.value="";B.elements.toEmail.value="";var C=GetCookie(BGT_REMEMBER_EMAIL_ID);if(C!=""&&C!=undefined){B.elements.senderEmail.value=C;B.elements.remEmailCheck.checked=true}}function processJoin(){if(processing){return}processing=true;var D=document.getElementById("joinForm");var C=escape(D.elements.joinFName.value);var A=escape(D.elements.joinLName.value);var B=escape(D.elements.joinEmail1.value);var E=new Array();E.push({UserEmail:B,UserFName:C,UserLName:A});DWREngine._execute("./bgtserver/BGTClientService.cfc",null,"joinEmailList",escapeForJSON(YAHOO.lang.JSON.stringify(E)),joinResult)}function joinResult(A){processing=false;var B=document.getElementById("joinForm");if(A==""){showAlert("Email Added!","Your email was added successfully!",YAHOO.widget.SimpleDialog.ICON_INFO,[{text:"Ok",handler:handleAlertClose,isDefault:true}]);closeDetailArea()}else{showAlert("Error",A,YAHOO.widget.SimpleDialog.ICON_ALARM,[{text:"Ok",handler:handleAlertClose,isDefault:true}])}}function showPics(){var C="<br><font size=+1 color=green>Pictures of BGT</font>  <table cellspacing='10' cellpadding='10'>  <tr><td colspan=2><input type='button' id='picsBtnClose1' onClick='closeDetailArea(); return false;' value='Close'/></td></tr>  <tr><td><label>The outside entrance view to the theatre.</label><br><img src='./images/venue/BGTOutside.jpg'/></td><td><label>View of Hollywood looking from BGT park.</label><br><img src='./images/venue/BGTScenicView.jpg'/></td></tr>  <tr><td><label>Inside Barnsdall Gallery Theatre.</label><br><img src='./images/venue/BGTInside1.jpg'/></td><td><label>Concession area of BGT - refreshments available!</label><br><img src='./images/venue/BGTInside2.jpg'/></td></tr>  </table>  <div align='left'><input type='button' id='picsBtnClose2' onClick='closeDetailArea(); return false;' value='Close'/></div><hr>";detailArea.innerHTML=C;var B=new YAHOO.widget.Button("picsBtnClose1",{label:"Close"});B.addListener("click",closeDetailArea);var A=new YAHOO.widget.Button("picsBtnClose2",{label:"Close"});A.addListener("click",closeDetailArea)}function showLinks(){var A="<br><font size=+1 color=green>Links</font>  <table cellspacing='10' cellpadding='10'>  <tr><td><a href='http://www.culturela.org/' target=_blank><img src='./images/DCALogo.jpg'/></a></td><td>Department of Cultural Affairs</td></tr>  <tr><td><a href='http://www.experiencela.com' target=_blank><img src='http://www.experiencela.com/images/Logo/XLALogo.gif' width='150' height='50' border='0' alt='Experience LA'></a></td><td>Events, transportation, and other information about Los Angeles!</td></tr>  <tr><td><a href='http://www.itsmyseat.com' target=_blank><img src='./images/IMSLogo.jpg'/></a></td><td>Provides BGT Ticketing Service</td></tr>  <tr><td colspan=2><a href='http://www.barnsdallartpark.com/' target=_blank><img src='./images/BarnsdallArtPartk.jpg'></img></a></td></tr>  </table>  <div align='left'><input type='button' id='linksBtnClose' onClick='closeDetailArea(); return false;' value='Close'/></div><hr>";detailArea.innerHTML=A;var B=new YAHOO.widget.Button("linksBtnClose",{label:"Close"});B.addListener("click",closeDetailArea)}function showJoinDialog(){var A="<br><font size=+1 color=green>Join Our Email List!</font>  <div class='bd' align='left'>  <font size=+0>Keep up to date with Barnsdall Gallery Theatre events by joining our email list. By joining, you will be notified of updates to our site, and also receive reports and reminders about upcoming events at BGT!</font>  <form id='joinForm' onKeyPress='if(isEnter(event)){processJoin(); return false;}';>	<table align='left'>	<tr><td align='left'>First Name:</td><td align='left'><input type='text' name='joinFName' size='25' maxlength='100'/></td></tr>	<tr><td align='left'>Last Name:</td><td align='left'><input type='text' name='joinLName' size='25' maxlength='60'/></td></tr>    <tr><td align='left'>Email Address:</td><td align='left'><input type='text' name='joinEmail1' size='50' maxlength='120'/></td></tr>	<tr><td></td><td align='left'><input type='button' id='joinBtn' value='Join' onClick='processJoin(); return false;'></input><input id='joinResetBtn' type='reset'></input></td></tr>    </table>    </form>	<br><br><br><br><br>	<div align='left'>To be removed from our list, send us an email with subject line 'Remove': <a href='mailto:info@BGTTix.com?subject=Remove'>info@BGTTix.com</a></div>	<br><br><br>  </div><input type='button' id='joinBtnClose' onClick='closeDetailArea(); return false;' value='Close'/><hr>";detailArea.innerHTML=A;var C=new YAHOO.widget.Button("joinBtnClose",{label:"Close"});C.addListener("click",closeDetailArea);var D=new YAHOO.widget.Button("joinBtn",{label:"Join"});D.addListener("click",processJoin);var B=new YAHOO.widget.Button("joinResetBtn",{label:"Reset",type:"reset"})}function showEmailDialog(){detailArea.innerHTML="<div class='hd'>EMail this event to your friend</div>  <div class='bd' align='left'>  <form id='emailForm' onKeyPress='if(isEnter(event)){sendEmailEvent(); return false;}';>  <table align='left' cellspacing='10'>  <tr><td>  <label for='senderEmail'>Your Email:</label></td><td><input type='textbox' name='senderEmail' size='50' maxlength='100' />  </td></tr><tr><td>  <label for='toEmail'>Friend's Email:</label></td><td><input type='textbox' name='toEmail' size='50' maxlength='100'/>  </td></tr><tr><td>  <label for='optMessage'>Message (optional):</label></td><td><textarea name='optMessage' cols='52' rows='5'></textarea>  </td></tr><div class='clear'></div>  <tr><td colspan='2'><input type='checkbox' name='remEmailCheck'/>Remember my email  </td></tr><div class='clear'></div><input type='hidden' name='ccEmail' checked='checked'/>  <div class='clear'></div>  <tr><td><label for='keyCode'>Enter Key Code:</label></td><td><input type='textbox' readonly='true' name='keyCode' size='5' style='background-color:#0066FF'/> <input type='textbox' name='userKeyCode' size='5' maxlength=5/></td></tr>  <tr><td><input type='button' onClick='sendEmailEvent(); return false;' value='Send'/><input type='button' onClick='closeDetailArea(); return false;' value='Cancel'/></td></tr>  </table></form></div>"}function showDisclaimer(){showAlert("Disclaimer","<div class='bd' align='left'><font size=+0>BGTTix.com (“BGT”) is not responsible for, and makes no representations or warranties concerning the accuracy or completeness of the contents of any listed events or any links contained in a listing. BGT provides these event listings only as a convenience, and the inclusion of any event listing or link does not imply endorsement, investigation, or verification by BGT of the listed event or linked site.  No responsibility can be accepted by BGT for any inaccuracy or any loss resulting therefrom.</font></div>",YAHOO.widget.SimpleDialog.ICON_WARN,[{text:"Ok",handler:handleAlertClose,isDefault:true}])}function scrollingDetector(){if(navigator.appName=="Microsoft Internet Explorer"){if(document.documentElement.scrollTop!=undefined){return document.documentElement.scrollTop}if(document.body.scrollTop!=undefined){return document.body.scrollTop}return 0}else{return window.pageYOffset}}function showAlert(C,B,D,A){if(YAHOO.BGTTix.yahoo.simpledialog1==undefined){YAHOO.BGTTix.yahoo.simpledialog1=new YAHOO.widget.SimpleDialog("simpledialog1",{modal:false,x:200,width:"30em",underlay:"none",monitorresize:false,draggable:true,close:true,icon:D,constraintoviewport:false,fixedcenter:true,buttons:A})}YAHOO.BGTTix.yahoo.simpledialog1.setHeader(C);YAHOO.BGTTix.yahoo.simpledialog1.setBody(B);YAHOO.BGTTix.yahoo.simpledialog1.render(document.body);YAHOO.BGTTix.yahoo.simpledialog1.show()}function handleAlertClose(){YAHOO.BGTTix.yahoo.simpledialog1.hide()}function setupButtons(){var A=new YAHOO.widget.Button("searchByDateBtn",{label:"Search by Date"});A.addListener("click",dateSelected);var B=new YAHOO.widget.Button("searchBtn",{label:"Search"});B.addListener("click",searchByKeyWord);var C=new YAHOO.widget.Button("resetSearchBtn",{label:"Refresh Event Listing",type:"reset"});C.addListener("click",resetSearchPanel)};