From: "B. W. Fitzpatrick" <fitz@onshore.com> Subject: buzzzzzzzzzzzzzzzzzzzzzz To: "Karl Fogel" <kfogel@onshore.com> Date: Wed, 26 Aug 1998 12:41:22 -0500 Reply-to: fitz@onshore.com X-From-Line: bwf@onshore.com Wed Aug 26 12:42:56 1998 Received: from onshore.com (root@onShore.com [206.69.88.1]) by guanabana.onshore.com (8.8.8/8.8.8/Debian/GNU) with ESMTP id MAA23503 for <kfogel@guanabana.onshore.com>; Wed, 26 Aug 1998 12:42:56 -0500 Received: from cafe.onshore.com (cafe.onshore.com [206.69.90.8]) by onshore.com (8.9.1/8.9.1) with ESMTP id MAA28245 for <kfogel@onShore.com>; Wed, 26 Aug 1998 12:40:32 -0500 Received: from cafe.onshore.com (bwf@localhost [127.0.0.1]) by cafe.onshore.com (8.8.8/8.8.8/Debian/GNU) with ESMTP id MAA11226 for <kfogel@onShore.com>; Wed, 26 Aug 1998 12:41:22 -0500 Message-Id: <199808261741.MAA11226@cafe.onshore.com> X-Windows: even not doing anything would have been better than nothing. Sender: bwf@onshore.com Lines: 101 Xref: guanabana.onshore.com mail.TO-onshore:2565 <HTML> <HEAD> <TITLE>The Buzzword Generator</TITLE> <SCRIPT> rnd.today=new Date(); rnd.seed=rnd.today.getTime(); function rnd() { rnd.seed = (rnd.seed*9301+49297) % 233280; return rnd.seed/(233280.0); }; function rand(number) { return Math.ceil(rnd()*number); }; function buzzword() { phrase1 = new Array("Exclusive","Total","Fundamental","Phased", "Integrated","Object-based","Devolved","Distributed","Right-sized", "Decentralized","Centralized","Ameliorated","Digitized","Networked", "Focused","Synergized","Polarised","Advanced","Assimilated","Optional", "Synchronised","Compatible","Function-based","Future-proofed","Managed", "Organised","Up-sized","Down-sized","Mandatory","Customer-focused", "Business-focused","Profit-focused","Standalone","Organic", "Quality-focused","Secured","Extended","Cloned","Balanced", "Reverse-Engineered","Syngergistic","Vision-oriented","Enterprise-wide", "De-engineered","Cross-group","Re-engineered","Open-architected", "Front-line","Optimized","Grass-roots","Horizontal","Multi-tiered", "Team oriented","Face to face","Versatile","Progressive","Persevering", "Diverse","Automated","Proactive","Reactive","Realigned"); phrase2 = new Array("client-server","didactic","radial","user-facing","eco-centric", "uniform","composite","holistic","stable","coherent","discrete", "heuristic","hybrid","modular","optimal","homogeneous", "incremental","logistical","mobile","dynamic","executive", "RAD/JAD","human-resource","empowering","vertical","cohesive", "systematic","responsive","reciprocal","transitional", "human-resource","3rd generation","4th generation", "5th generation","scalable","fault-tolerant","WYSIWYG", "local","national","global","regional","neural","24hr", "value-added","multimedia","systematic","maximized", "clear-thinking","optimizing","motivating","well-modulated", "fresh-thinking","keen","even-keeled","upward-trending", "methodical","tangible","bottom-line","actuating","analyzing", "encompassing","exuding","solution-oriented","attitude-oriented", "client driven","needs based","zero administration", "zero tolerance","zero defect"); phrase3 = new Array("hub","paradigm","concept","contingency","flexibility", "methodology","project","definition","projection","task-force", "moderator","implementation","structure","ability","scenario","challenge", "solution","installation","knowledgebase","inheritance", "throughput","approach", "alliance","implementation","data-warehouse", "migration","interface","moratorium","parallelism","monitoring","policy", "capability","middleware","hardware","software","GUI","LAN/WAN", "intranet","toolset","product","support","help-desk","groupware", "hit-squad","model","orchestration","emulation","collaboration", "focus group","success","conglomeration","attitude","pricing structure", "workforce flexibility","synergy","system engine","alliance", "utilization","GUI","open architecture","open system","initiative", "knowledge user","superstructure","frame","customer loyalty", "productivity","flex-time","framework","complexity","protocol", "matrix","matrices","core","website","process improvement", "business partner","leverage","executive solution","secured line", "artificial intelligence","budgetary management","forecast"); rand1=rand(phrase1.length)-1; rand2=rand(phrase2.length)-1; rand3=rand(phrase3.length)-1; msg=phrase1[rand1] + " " + phrase2[rand2] + " " + phrase3[rand3]; document.buzzword_form.message.value=msg; } </SCRIPT> </HEAD> <H1 ALIGN=center>The Buzzword Generator</H1> <CENTER> Click the &quot;Buzz Me!&quot; button to generate a new set of buzzwords!<P> <FORM NAME=buzzword_form><INPUT TYPE="button" VALUE="Buzz Me!" onClick="buzzword()"> <P> <INPUT TYPE="text" Name="message" SIZE=60> </FORM> </CENTER> <p> <hr noshade size=2> </body> </HTML>