// 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/4q06/"; 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 *** // NOTE: when switching to On24, also change the following values // in the switch(thisMediaPrestype) block below to disable live // slide sync controls: // wmAud: haswmliveslidesync = false // rpAud: hasrmliveslidesync = false // //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; // change has??liveslidesync to // false to disable sync controls 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 = "4Q06 Earnings Presentation"; // KGA added eventTitle for rightnav.ssi auditoriumtitlesub = "Fourth Quarter 2006 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='4Q 2006 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 + "4q06.pdf"; premarksLocation= eventDir + "webcastPrepared.phtml"; premarkspdf= presDir +"4q06prepared.pdf"; pressLocation= "http://www.ibm.com/press/us/en/pressrelease/20900.wss"; pressContent= presDir + "4q06press.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 Fourth quarter earnings. In addition, read the 4Q06 earnings press release which will be available shortly before the event begins. Prepared remarks from this presentation will be available approximately 45 minutes after the start of the presentation.

The presentation is scheduled to begin at approximately 4:30 PM ET on January 18, 2007.'; indexText[1]='Tune in now to hear Mark Loughridge, Senior Vice President and Chief Financial Officer, discuss IBM\'s fourth quarter earnings. In addition, read the 4Q06 earnings press release. Prepared remarks from this presentation will be available approximately 45 minutes from now.

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 fourth quarter earnings. In addition, read the 4Q06 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 January 18, 2007.'; indexText[3]='Tune in now to hear the replay of Mark Loughridge, Senior Vice President and Chief Financial Officer, discussing IBM\'s fourth quarter earnings. In addition, read the 4Q06 earnings press release. Prepared remarks from this presentation are now available.

The presentation occurred at approximately 4:30 PM ET on January 18, 2007.'; // pdf.phtml specific variables var pdfText = new Array(); pdfText[0]='The 4Q06 earnings presentation Adobe AcrobatTM File will be available by approximately 4:30 PM ET on January 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 4Q06 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 approximately 4:30 PM ET on January 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 4Q06 earnings presentation prepared remarks will be available by approximately 5:15 PM ET on January 18.'; transcriptText[1]='The 4Q06 earnings presentation prepared remarks are available here.'; transcriptText[2]='The 4Q06 earnings presentation prepared remarks will be available when the replay is available.'; transcriptText[3]='The 4Q06 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="4q06 Earnings Presentation"; // Container pages variables // These URLs are used in the right navigation menu and in the auditorium // premarksContainerPage = premarksLocation; slidepdfContainerPage = pfcLocation; pressContainerPage = "http://www.ibm.com/press/us/en/pressrelease/20900.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/2007/ir4q06.mp3"; // audio[0].text = "non-default text"; audio[0].size = "21"; 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=42; 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'; titlechart[2]='3. 4Q06 Financial Summary' titlechart[3]="4. 2006 Financial Summary"; titlechart[4]="5. 2006 Financial Summary (Cont'd)"; titlechart[5]='6. Segment Revenue'; titlechart[6]='7. Geographic Revenue'; titlechart[7]='8. Expense Summary'; titlechart[8]='9. Cash Flow Analysis' titlechart[9]='10. Balance Sheet'; titlechart[10]='11. Global Services Segments'; titlechart[11]='12. Systems & Technology Segment'; titlechart[12]='13. Software Segment'; titlechart[13]='14. 2006 Summary - Our Businesses'; titlechart[14]="15. 2006 Summary - Our Global Reach"; titlechart[15]="16. 2006 Summary - Our Business Model"; titlechart[16]='17. Sustained Performance'; titlechart[17]='18. Logo'; titlechart[18]='S1. Supplemental Exhibits'; titlechart[19]='S2. Currency: Year-to-Year Comparison'; titlechart[20]='S3. Revenue - Key Industry Sales Units'; titlechart[21]='S4. Segment Revenue'; titlechart[22]='S5. Revenue'; titlechart[23]='S6. Software and Services Reporting'; titlechart[24]='S7. Gross Profit Margin'; titlechart[25]='S8. Expense Summary'; titlechart[26]='S9. Retirement Related Plan (Cost) / Income'; titlechart[27]='S10. Cash Flow (FAS 95) - FY'; titlechart[28]='S11. Cash Flow (FAS 95) - Quarter' titlechart[29]='S12. Cash Flow Analysis - Quarter'; titlechart[30]='S13. Non-GAAP Supplementary Materials'; titlechart[31]="S14. Non-GAAP Supplementary Materials"; titlechart[32]="S15. Non-GAAP Supplementary Materials"; titlechart[33]="S16. Non-GAAP Supplementary Materials"; titlechart[34]="S17. Non-GAAP Supplementary Materials" titlechart[35]="S18. Non-GAAP Supplementary Materials"; titlechart[36]="S19. Non-GAAP Supplementary Materials"; titlechart[37]="S20. Non-GAAP Supplementary Materials"; titlechart[38]="S21. Non-GAAP Supplementary Materials"; titlechart[39]="S22. Non-GAAP Supplementary Materials"; titlechart[40]='S23. Computation of 2006 GF Return on Equity'; titlechart[41]='S24. Logo'; //timecodes for each chart timechart[0]=0; timechart[1]=59; timechart[2]=89; timechart[3]=189; timechart[4]=230; timechart[5]=360; timechart[6]=455; timechart[7]=566; timechart[8]=881; timechart[9]=1026; timechart[10]=1073; timechart[11]=1435; timechart[12]=1634; timechart[13]=1968; timechart[14]=2064; timechart[15]=2200; timechart[16]=2256; timechart[17]=2338; 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; timechart[32]=-1; timechart[33]=-1; timechart[34]=-1; timechart[35]=-1; timechart[36]=-1; timechart[37]=-1; timechart[38]=-1; timechart[39]=-1; timechart[40]=-1; timechart[41]=-1; } }