<!----
	function random_content(){
	var mycontent=new Array()
	//specify random content below.
	mycontent[1]='<a href="/ads/color/" target="_blank"><img src="/rightpiccolor1.gif" border="0" width=230 height=125 alt="Full color products printed on our Presstek 5634DI."></a><br>'
	mycontent[2]='<a href="/ads/color/" target="_blank"><img src="/rightpiccolor2.gif" border="0" width=230 height=125 alt="Full color products printed on our Presstek 5634DI."></a><br>'
	mycontent[3]='<a href="/ads/color/" target="_blank"><img src="/rightpiccolor3.gif" border="0" width=230 height=125 alt="Full color products printed on our Presstek 5634DI."></a><br>'

	var ry=Math.floor(Math.random()*mycontent.length)
	if (ry==0)
	ry=1
	document.write(mycontent[ry])
	}
	random_content()
//--->