		<!--
		var showimages=new Array()
		var step = 0 // Math.floor(Math.random()*11)
		var timerID
		var targetcontextlink
		var slideshowanchor
		for (var x=0;x<19; x++) 
		{
			showimages[x]=new Image();
			showimages[x].src="slides/intro-ss-" + x + ".jpg";
		}
		function showslidechange(){
			//if browser does not support the image object, exit.
			if (!document.images)
			    return
			clearTimeout(timerID)
			document.images.intross.src=showimages[step].src
			if (targetcontextlink){
				targetcontextlink.href=hrefarray[step]
				targetcontextlink.innerHTML=clicktext[step]
			}
			if (slideshowanchor.href)
				slideshowanchor.href=hrefarray[step];
			else
				alert("BAD");
				
			//alert (document.anchors.length)
			if (step<(showimages.length -1))
				step++
			else
				step=0
			//call function "showslidechange()" every 1.5 seconds
			timerID=setTimeout("showslidechange()",1500)
			// alert(step)
		}
		//slideit()
		function pausesshow() {
			clearTimeout(timerID)
		}
		var hrefarray=new Array();
		var clicktext=new Array();
		hrefarray[0]="http://www.ascent-tec.com";clicktext[0]="Home";

		hrefarray[1]="http://www.ascent-tec.com/refurbished-tools.php";clicktext[1]="Tool Refurbishement and Support";
		hrefarray[2]="http://expo.semi.org/europa2009/Public/Booth.aspx?IndexInList=23&FromPage=ExhibitorList.aspx&ParentBoothID=&ListByBooth=true&BoothID=120012";clicktext[2]="Semicon Online Booth";
		hrefarray[3]="http://www.ascent-tec.com/cmp-semplastics-ring.php";clicktext[3]="Semplastics CMP Wear Rings";
		hrefarray[4]="http://www.ascent-tec.com/cmp-semplastics-ring.php";clicktext[4]="Semplastics CMP Wear Rings";
		hrefarray[5]="http://www.ascent-tec.com/bellows.php";clicktext[5]="Linco&trade; Edge-Welded and Hydroformed Bellows";
		hrefarray[6]="http://ascent-tec.com/masterflex-tubing-pumps.php";clicktext[6]="Masterflex";
		hrefarray[7]="http://ascent-tec.com/masterflex-tubing-pumps.php";clicktext[7]="Masterflex";
		hrefarray[8]="http://www.ascent-tec.com/microprocess-srd.php";clicktext[8]="Microproces&trade; Wet Spin Processing Equipment";
		hrefarray[9]="http://www.ascent-tec.com/spares.php";clicktext[9]="Semiconducor Spare Parts &amp; Second Source";
		hrefarray[10]="http://www.ascent-tec.com/parts.php";clicktext[10]="Search Spare Parts";
		hrefarray[11]="http://www.ascent-tec.com/usb-floppy.php";clicktext[11]="USB Floppy Drive Replacement";
		hrefarray[12]="http://www.ascent-tec.com/usb-floppy.php";clicktext[12]="USB Floppy Drive Replacement";
		hrefarray[13]="http://www.ascent-tec.com/cmp-pad-conditioner.php";clicktext[13]="Shinhan Diamond CMP Pad Conditioner";
		hrefarray[14]="http://www.ascent-tec.com/cmp-pad-conditioner.php";clicktext[14]="Shinhan Diamond CMP Pad Conditioner";
		hrefarray[15]="http://www.rioc.us/";clicktext[15]="RIOC&trade; Control System";		
		hrefarray[16]="http://www.rioc.us/";clicktext[16]="RIOC&trade; Control System";		
		hrefarray[17]="http://www.rioc.us/";clicktext[17]="RIOC&trade; Control System";
		hrefarray[18]="http://www.rioc.us/";clicktext[18]="RIOC&trade; Control System";				
		//-->