<script language="JavaScript">
<!--

function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="http//images.squarespace-cdn.com/content/v1/5c445a27e74940e275f9c5c8/1683016424359-007EM5H6ML5D7JGULJG4/PH_LF_COS_00.jpg"


var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<img src="'+myimages[ry]+'" border=0>')
}
random_imglink()
//-->
</script>