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.
var frameURLs = new Array('frame1.html', 'frame2.html', 'frame3.html', 'frame4.html','frame5.html');
function setframes(){
document.frames[0].src = frameURLs[Math.floor(Math.random()*frameURLs.length];
document.frames[1].src = frameURLs[Math.floor(Math.random()*frameURLs.length];
}