
<!--
var image1=new Image()
image1.src="http://gem.compaq.com/gemstore/images/sp_group1.jpg"
var image2=new Image()
image2.src="http://gem.compaq.com/gemstore/images/sp_group2.jpg"
var image3=new Image()
image3.src="http://gem.compaq.com/gemstore/images/sp_group3.jpg"
//-->

document.write('<img src="http://gem.compaq.com/gemstore/images/sp_group1.jpg" width="180" height="64" border="0" alt="" name="slide"><br />');

<!--
var step=1
function slideit(){
	if (!document.images)
	return
	document.images.slide.src=eval("image"+step+".src")
	if (step<3)
	step++
	else
	step=1
	setTimeout("slideit()",5000)
	}
slideit()
//-->
