				<!--
				var marqueewidth=190
				//Specify the marquee's height
				if(navigator.appName == "Netscape")
				{
					var marqueeheight=60
				}
				else
				{
					var marqueeheight=250
				}
		
				//Specify the marquee's scroll speed (larger is faster)
				var speed=1
				//Specify the marquee contents
							
				var marqueecontents='<table cellspacing="10"><tr><td>“For years we\'ve relied on their experience, knowledge and dependability. Not only are our systems fast, reliable and secure, but their consistent dedication brings great peace of mind.”</td></tr><tr><td align="right"><b>- Russ Moores,<br>President<br>e-Technology LLC</td></tr><tr><td>“It\'s always great to know that when I call eFusion, the problem is usually fixed by the end of the phone call.”</td></tr><tr><td align="right"><b>- Linda Dunahoo,<br>Executive Director<br>TAHFA</td></tr><tr><td>“In seven months our costs are down over $20,000...”</td></tr><tr><td align="right"><b>- Joan Gallagher,<br>Vice President<br>Torch Energy Advisors</td></tr><tr><td>“eFusion’s has saved us over $200,000 in staffing alone...”</td></tr><tr><td align="right"><b>- Robert Parker,<br>The Terry Companies</td></tr><tr><td>“We saved about $10M/yr in material and productivity thanks to the solution that eFusion developed.”</td></tr><tr><td align="right"><b>- John Carulli, Manager of New Technology Qualification<br>Texas Instruments</td></tr><tr><td>“eFusion walked into a project that was ongoing for almost 6 months, with disappointing results. In a matter of 3 weeks the project was turned around and driven to completion within 3-months.”</td></tr><tr><td align="right"><b>- Jim Spence,<br>IT Director<br>Community Health Choice</b></td></tr><tr><td>“The Wharton Club of Houston experienced a problem... eFusion jumped in and quickly identified the root-cause and diligently pursued the matter until it was successfully resolved. This tenacity and dedication to customer service distinguishes eFusion and earns our strong endorsement.”</td></tr><tr><td align="right"><b>-Fred Wolgel,<br>President,<br>The Wharton Club of Houston</b></td></tr><tr><td>“eFusion were pivotal in the development of a strong customer-facing portal.  A consistent commitment to detail in the analysis of our business drove a solid solution, opening the doors to our customers, and providing us with much tighter relationships.”</td></tr><tr><td align="right"><b>- Kyle Richey,<br>CIO,<br>US Imaging Inc.</td></tr></table>';

				if (document.all)
				//document.cmarquee01.left = "250"
				document.write('<marquee  direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')

				function regenerate(){

				window.location.reload()

				}	

				function regenerate2(){

					if (document.layers){

					setTimeout("window.onresize=regenerate",450)
					intializemarquee()
					}

				}

				function intializemarquee()
				{
					document.cmarquee01.document.cmarquee02.document.write(marqueecontents)
		
					document.cmarquee01.document.cmarquee02.document.close()
					thelength=document.cmarquee01.document.cmarquee02.document.height
		
					scrollit()
				}
				function scrollit(){
					if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1))
					{
						document.cmarquee01.document.cmarquee02.top-=speed
						setTimeout("scrollit()",100)
		
					}
					else{
						document.cmarquee01.document.cmarquee02.top=marqueeheight
		
						scrollit()
					}
				}

				//window.onload=regenerate2
				//-->
