<!--

/*
Random Image Link Script- By JavaScript Kit(http://www.javascriptkit.com) 
Over 200+ free JavaScripts here!
Updated: 00/04/25
*/

function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="/images/cns13.jpg"
myimages[2]="/images/rotate/cns630_1700.jpg"
myimages[3]="/images/rotate/4mtr25.3.jpg"
myimages[4]="/images/rotate/cns300_540.jpg"
myimages[5]="/images/rotate/140mtr50.jpg"
myimages[6]="/images/rotate/cns13_70agr.jpg"
myimages[7]="/images/rotate/cns13_70.jpg"
//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="/eng/tech_pumps_e.shtml?2"
imagelinks[2]="/eng/tech_pumps_e.shtml?2"
imagelinks[3]="/eng/tech_pumps_e.shtml?2"
imagelinks[4]="/eng/tech_pumps_e.shtml?2"
imagelinks[5]="/eng/tech_pumps_e.shtml?2"
imagelinks[6]="/eng/tech_pumps_e.shtml?2"
imagelinks[7]="/eng/tech_pumps_e.shtml?2"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0 alt="centrifugal multistage CNS pumps and pumping units"></a>')
}
random_imglink()
//-->
