var image1=new
	Image()
	image1.src='/epp/outlet.jpg'
var image2=new
	Image()
	image2.src='/epp/06-spyke.jpg'
var image3=new
	Image()
	image3.src='/epp/04-bashan.jpg'
var image4=new
	Image()
	image4.src='/epp/c3.jpg'


document.write("<a href='javascript:slidelink()'><img src='/epp/07-skuter.jpg' name=slide border=0 width=160 height=600></a>");

var step=1;
var whichimage=1;

function slideit(){
	if (!document.images)
		return
	document.images.slide.src=eval("image"+step+".src")
	whichimage=step

	if (step<4)
		step++
	else
		step=1
	setTimeout("slideit()",5000)
}

slideit()
function slidelink(){
	 if (whichimage==1) window.location="http://www.tc-motoshop.si/si/outlet/zadnji-kosi-g1257.shtml"
else if (whichimage==2) window.location="http://www.tc-motoshop.si/si/oblacila/spyke-g1241.shtml"
else if (whichimage==3) window.location="http://www.tc-motoshop.si/si/bashan-bs-400s-4wd-i3652.shtml"
else if (whichimage==4) window.location="http://www.tc-motoshop.si/si/celade/schuberth/c3-g1035.shtml"
}