// JavaScript Document

var randomlinks=new Array()
 
randomlinks[0]='<a href="http://www.camerasuperstore.com/manufacturer-sanyo-high-definition-cameras.html"><img alt="Sanyo High Definition Cameras" src="http://p.hostingprod.com/@camerasuperstore.com/lib/images/sanyo-hd.jpg" width="574" height="201" class="ikwb"></a>'
randomlinks[1]='<a href="http://www.camerasuperstore.com/manufacturer-viewz.html"><img alt="Viewz Monitors" src="http://p.hostingprod.com/@camerasuperstore.com/lib/images/viewz.png" width="574" height="201" class="ikwb"></a>'
randomlinks[2]='<a href="http://www.camerasuperstore.com/manufacturer-pelco-video-recording-hybrid-video-recorders.html"><img alt="Pelco DX47/4800" src="http://p.hostingprod.com/@camerasuperstore.com/lib/images/dx4800.jpg" width="574" height="149" class="ikwb"></a>'
randomlinks[3]='<a href="http://www.camerasuperstore.com/manufacturer-ge-security-digital-recording.html"><img alt="GE TruVision" src="http://p.hostingprod.com/@camerasuperstore.com/lib/images/highlight-truvision-left.jpg" width="574" height="188" class="ikwb"></a>'

function randomlink(){
var add = randomlinks[Math.floor(Math.random()*randomlinks.length)]
return(add)
}
document.write( randomlink() );
