function splash()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<head><meta http-equiv="refresh" content="0; url=http://www.safelisttactics.com/splash/index.htm"></head>'); } // 2
if (ranNum == 1){document.write('<head><meta http-equiv="refresh" content="0; url=http://www.safelisttactics.com/mysplash04.htm"></head>'); } // 3
if (ranNum == 2){document.write('<head><meta http-equiv="refresh" content="0; url=http://www.safelisttactics.com/mysplash06.htm"></head>'); } // 4
}
