function blastoff () {
                      document.location="sqd/home.htm";
                     }
function waitasec () {
                      setTimeout ('blastoff();', 25000);
                     }
