Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<script language="JavaScript">
/*
Random Image Link Script
By Website Abstraction ([URL unfurl="true"]http://www.wsabstract.com)[/URL]
and Java-scripts.net ([URL unfurl="true"]http://www.java-scripts.net)[/URL]
*/
function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="images/bve1.gif"
myimages[2]="images/bve2.gif"
myimages[3]="images/bve3.gif"
myimages[4]="images/bve4.gif"
myimages[5]="images/bve5.gif"
//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="[URL unfurl="true"]http://www2.bv.k12.oh.us"[/URL]
imagelinks[2]="[URL unfurl="true"]http://www2.bv.k12.oh.us"[/URL]
imagelinks[3]="[URL unfurl="true"]http://www2.bv.k12.oh.us"[/URL]
imagelinks[4]="[URL unfurl="true"]http://www2.bv.k12.oh.us"[/URL]
imagelinks[5]="[URL unfurl="true"]http://www2.bv.k12.oh.us"[/URL]
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></a>')
}
random_imglink()
</script>