// KGA Moved Initialization from auditorium.phtml // Initialize variables // var thisMediaPresType = window.opener.currentPresType; var mpVidHighUrl='' var mpVidLowUrl=''; var mpAudUrl=''; var rpVidHighUrl='' var rpVidLowUrl=''; var rpAudUrl=''; var streamname = ""; var media = ""; var chartstate=0; var cansync=0; var originalsync=0; // variable to preserve initial state of cansync var prestype = ""; var saminame ="" ; var auditoriumtitle = ""; var auditoriumtitlesub = ""; var hascc=0; var refreshchart=0; var refreshchartinterval=0; var slideclosed=""; var slidefinished=""; var chartwidth=""; var chartheight=""; var agenda = new Array(); // agenda object // end initialization. Load SSI with event specific data now eventDir="/investor/2q05/"; configPath= eventDir + "webcastini"; presDir=eventDir + "presentation/"; //mpVidHighUrl = eventDir + 'stream_meta/wm_vidhigh.asx'; //mpVidLowUrl = eventDir + 'stream_meta/wm_vidlow.asx'; //mpAudio= eventDir + 'stream_meta/wm_audio.asx'; //rpVidHighUrl = eventDir + 'stream_meta/real_vidhigh.ram'; //rpVidLowUrl = eventDir + 'stream_meta/real_vidlow.ram'; //rpAudio= eventDir + 'stream_meta/real_audio.ram'; // *** pre-event tag *** //mpAudio= eventDir + 'stream_meta/wm_audio_preevent.asx'; //rpAudio= eventDir + 'stream_meta/real_audio_preevent.ram'; // *** post-event tag (waiting for replay) *** // mpAudio= eventDir + 'stream_meta/wm_audio_postevent.asx'; // rpAudio= eventDir + 'stream_meta/real_audio_postevent.ram'; // *** replay *** mpAudio= eventDir + 'stream_meta/wm_audio_replay.asx'; rpAudio= eventDir + 'stream_meta/real_audio_replay.ram'; // *** On24- Live *** //mpAudio= eventDir + 'stream_meta/wm_audio_on24.asx'; //rpAudio= eventDir + 'stream_meta/real_audio_on24.ram'; // *** live *** //mpAudio= eventDir + 'stream_meta/wm_audio_live.asx'; //rpAudio= eventDir + 'stream_meta/real_audio_live.ram'; // KGA // the following conditional will prevent an attempt by the code to execute this switch // in the event that "thisMediaPresType" is not available. this condition would take // place anywhere other than the initial auditorium window- therefore, these variables // will only be available in that initial window if (typeof thisMediaPresType != 'undefined') { switch(thisMediaPresType) { case 'wmVidHigh240x180' : media = 'wm'; prestype ='vidhigh'; streamname = mpVidHighUrl; hascc=0; cansync = 0; chartstate = 2; haswmliveslidesync = false; break; case 'wmVidLow240x180' : media = 'wm'; prestype ='vidlow'; streamname = mpVidLowUrl; cansync = 0; hascc=0; chartstate = 2; haswmliveslidesync = false; break; case 'wmAud' : media = 'wm'; prestype ='audio'; streamname = mpAudio; hascc=0; cansync = 1; chartstate = 2; haswmliveslidesync = true; break; case 'rpVidHigh240x180' : media = 'real'; prestype ='vidhigh'; streamname = rpVidHighUrl; hascc=0; cansync = 0; chartstate = 2; break; case 'rpVidLow240x180' : media = 'real'; prestype ='vidlow'; streamname = rpVidLowUrl; cansync = 0; hascc=0; chartstate = 2; break; case 'rpAud' : media = 'real'; prestype ='audio'; streamname = rpAudio; hascc=0; cansync = 1; chartstate = 2; hasrmliveslidesync = true; break; // KGA Added new case case 'slide' : media = 'slide'; prestype ='slide'; streamname = ""; hascc=0; cansync = 0; chartstate = 2; break; } } originalsync = cansync; // preserve the initial state of cansync // saminame is optional -- use if you have a SAMI file for WM and have Closed Captioning enabled // note: this *must* be an absolute URL (including the full server name)' // thus this can't actually be tested until its published //saminame = "http://wnts014.dyn.webahead.ibm.com/investor/events/audv2_test/live/stream_meta/cc.smi"; auditoriumtitle = ""; eventTitle = "2Q05 Earnings Presentation"; // KGA added eventTitle for rightnav.ssi auditoriumtitlesub = "Second Quarter 2005 Financials

Mark Loughridge, Senior Vice President and Chief Financial Officer"; // global status variables -----------------// refreshchart=1; refreshchartinterval=60; refreshPfc=1; // either 0 or 1 refreshvalPfc=60; // refresh time in seconds refreshIndex=1; // etc. refreshvalIndex=60; refreshPrepared=1; refreshvalPrepared=60; refreshPress=1; refreshvalPress=60; slideclosed= presDir + 'before.gif'; slidefinished= presDir + 'after.gif'; chartwidth='520'; chartheight='400'; // KGA top banner link type // seven "types", as follows (all include "help" link) // 1= index, printer friendly charts, prepared remarks, press release // 2= printer friendly charts, prepared remarks, press release // 3= printer friendly charts // 4= printer friendly charts, press release // 5= press release // 6= ? help only...identical to "closed" state // 7= prepared remarks linksType=2; // webcastTitle is the webcast banner image below the Executive Presentations banner webcastTitle= eventDir + 'images/webcast-title.gif'; webcastTitleHeight=130; webcastTitleWidth=530; webcastTitleAlt='2Q 2005 Earnings Presentation'; webcastMiniTitle= eventDir + 'images/webcast-title-mini.gif'; webcastMiniTitleHeight=25; webcastMiniTitleWidth=443; // urls of printer friendly charts, prepared remarks, and press release // NOTE: need to work out how to deal with this for multi-speaker agendas // for now, only one pfc/remearks/press release is supported per event // pfcLocation= eventDir + "webcastPdf.phtml"; pfcpdf= presDir + "2q05.pdf"; premarksLocation= eventDir + "webcastPrepared.phtml"; premarkspdf= presDir +"2q05prepared.pdf"; pressLocation= eventDir + "2q05earnings.phtml"; pressContent= presDir + "2q05press.phtml"; // index.phtml specific variables var indexText = new Array(); indexText[0]='Tune in soon to hear Mark Loughridge, Senior Vice President and Chief Financial Officer, discuss IBM\'s second quarter earnings. In addition, read the 2Q05 earnings press release which will be available on July 18 by 4:30 PM ET. Prepared remarks from this presentation will be available by 5:15 PM ET on July 18.

The presentation will begin at approximately 4:30 PM ET on July 18, 2005.'; indexText[1]='Tune in now to hear Mark Loughridge, Senior Vice President and Chief Financial Officer, discuss IBM\'s second quarter earnings. In addition, read the 2Q05 earnings press release. Prepared remarks from this presentation will be available by 5:15 PM ET on July 18.

The presentation is currently in progress: speakers are scheduled to begin at 4:30 PM ET.'; indexText[2]='Tune in tomorrow to hear the replay of Mark Loughridge, Senior Vice President and Chief Financial Officer, discussing IBM\'s second quarter earnings. In addition, read the 2Q05 earnings press release. Prepared remarks from this presentation will be available again when the replay is available.

The presentation occurred at approximately 4:30 PM ET on July 18, 2005.'; indexText[3]='Tune in now to hear the replay of Mark Loughridge, Senior Vice President and Chief Financial Officer, discussing IBM\'s second quarter earnings. In addition, read the 2Q05 earnings press release. Prepared remarks from this presentation are now available.

The presentation occurred at approximately 4:30 PM ET on July 18, 2005.'; // pdf.phtml specific variables var pdfText = new Array(); pdfText[0]='The 2Q05 earnings presentation Adobe AcrobatTM File will be available by 4:30 PM ET on July 18.'; pdfText[1]='Click here to download the presentation as an Adobe AcrobatTM file.

Note: Depending on your browser settings, the presentation may be downloaded to your hard drive, or opened in this window.'; pdfText[2]='The 2Q05 earnings presentation Adobe AcrobatTM File will be available when the replay is available.'; pdfText[3]='Click here to download the presentation as an Adobe AcrobatTM file.

Note: Depending on your browser settings, the presentation may be downloaded to your hard drive, or opened in this window.'; // pres.phtml specific variables var pressText = new Array(); pressText[0]='The press release will be available by 4:30 PM ET on July 18.'; pressText[1]='Click here to view the press release for this announcement.'; pressText[2]='Click here to view the press release for this announcement.'; pressText[3]='Click here to view the press release for this announcement.'; // prepared.phtml specific variables var transcriptText = new Array(); transcriptText[0]='The 2Q05 earnings presentation prepared remarks will be available by 5:15 PM ET on July 18.'; transcriptText[1]='The 2Q05 earnings presentation prepared remarks are available here.'; transcriptText[2]='The 2Q05 earnings presentation prepared remarks will be available when the replay is available.'; transcriptText[3]='The 2Q05 earnings presentation prepared remarks are available here.'; // *** Additional Parameters - V3 upgrade from V2 *** // // This section contains parameters to be added to an event being upgrade from // V2 to V3. In standard V3 webcastini.phtml files the parameters will be // located in the proper sections. Place this code at the end of the // webcastini.phtml file, directly above the webcastini.ssi include line. // // webcastTitleText added by MDS on Mar 3, 2008. // This new parameter should be located in the webcast Title section. // You can either map it by default to the pre-existing webcastTitleAlt text // or enter an appropriate value. (i.e. the text in the .gif file banner) // webcastTitleText=webcastTitleAlt; // webcastTitleText="Enter event title text here"; webcastTitleText="Second Quarter Earnings Announcement"; // Container pages variables // These URLs are used in the right navigation menu and in the auditorium // premarksContainerPage = premarksLocation; slidepdfContainerPage = pfcLocation; pressContainerPage = "http://www-03.ibm.com/press/us/en/pressrelease/7789.wss"; // Presentation materials for download // Created by MDS 02/29/08 // This section includes variables for downloads of podcasts, audio mp3, // video files, slide pdfs, prepared remarks, and transcripts // Note: for legacy events, some new variables will map to the section above // File sizes are in MB var podcast = new Array(); podcast[0] = new podcastclass(); podcast[0].location = "/investor/ibm_ir_financials_podcast.xml"; podcast[0].text = "Subscribe to the IBM Financials podcast"; var audio = new Array(); audio[0] = new audioclass(); audio[0].location = "http://ibmvancouv1.download.akamai.com.edgesuite.net/podcasts/2006/ir4q05.mp3"; // audio[0].text = "non-default text"; audio[0].size = "24"; var slidepdf = new Array(); slidepdf[0] = new slidepdfclass(); slidepdf[0].location = pfcpdf; // slidepdf[0].text = "non-default text"; slidepdf[0].size = "1"; var premarks = new Array(); premarks[0] = new premarksclass(); premarks[0].location = premarkspdf; // premarks[0].text = "non-default text"; premarks[0].size = "1"; var press = new Array(); press[0] = new pressclass(); press[0].location = pressContent; // press[0].text = "non-default text"; // end of Presentation materials for download section // *** end Additional Parameters - V3 upgrade from V2 *** // with (parent) { indexState = 3; chartstate = 3; pfcState = 3; preparedState = 3; pressState = 0; agenda[0] = new slideshowclass(); with (agenda[0]) { totalslides=32; goslidemethod=1; speakername='1. Mark Loughridge'; presdir= presDir; // last slash required foilname='slide'; foilextension='phtml'; // vars below are for dynamic slide.phtml?X generated pages. chartimagename='slide'; chartimagetype='gif'; chartbgcolor='#cccccc'; charttablewidth='520'; chartwidth='520'; chartheight='400'; chartalign='LEFT'; chartvalign='TOP'; chartborder='0'; // note: too large of a string will stretch the select element beyond the frame. Keep terse. titlechart[0]='1. Title Chart'; titlechart[1]='2. Forward Looking Comments'; titlechart[2]='3. Opening Remarks'; titlechart[3]='4. IBM Financial Summary'; titlechart[4]='5. IBM Financial Summary Excluding PC Results'; titlechart[5]='6. IBM Revenue'; titlechart[6]='7. IBM Geographic Revenue'; titlechart[7]='8. IBM Revenue - Key Industry Sales Units'; titlechart[8]='9. IBM Gross Profit Margin'; titlechart[9]='10. Non-Recurring Items'; titlechart[10]='11. IBM Expense Summary'; titlechart[11]='12. IBM Cash Flow Analysis'; titlechart[12]='13. IBM Balance Sheet'; titlechart[13]='14. IBM Segment Results'; titlechart[14]='15. Global Services'; titlechart[15]='16. Systems & Technology'; titlechart[16]='17. Software'; titlechart[17]='18. IBM'; titlechart[18]='S1. PC Results'; titlechart[19]='S2. Equity-Based Compensation'; titlechart[20]='S3. Currency: Year-to-Year Comparison'; titlechart[21]='S4. IBM Cash Flow (FAS 95)'; titlechart[22]='S5. IBM Cash Flow (FAS 95) - Quarter'; titlechart[23]='S6. IBM Cash Flow Analysis - Quarter'; titlechart[24]='S7. Non-GAAP Financial Measures'; titlechart[25]='S8. Non-GAAP Financial Measures (cont.)'; titlechart[26]='S9. Non-GAAP Financial Measures (cont.)'; titlechart[27]='S10. Non-GAAP Financial Measures (cont.)'; titlechart[28]='S11. Net Cash Reconciliation'; titlechart[29]='S12. Reconciliation of Increase in Pension Expense'; titlechart[30]='S13. Reconciliation of Growth in Emerging Countries'; titlechart[31]='S14. IBM'; //timecodes for each chart timechart[0]=0; timechart[1]=77; timechart[2]=108; timechart[3]=212; timechart[4]=291; timechart[5]=361; timechart[6]=460; timechart[7]=562; timechart[8]=630; timechart[9]=707; timechart[10]=911; timechart[11]=1066; timechart[12]=1241; timechart[13]=1339; timechart[14]= 1397; timechart[15]= 1728; timechart[16]= 1982; timechart[17]= 2183; timechart[18]= -1; timechart[19]= -1; timechart[20]= -1; timechart[21]= -1; timechart[22]= -1; timechart[23]= -1; timechart[24]= -1; timechart[25]= -1; timechart[26]= -1; timechart[27]= -1; timechart[28]= -1; timechart[29]= -1; timechart[30]= -1; timechart[31]= -1; } }