<!--
 function getgoing()
  {
    top.location="http://www.designstar.co.uk/index.htm";
   }
 
   if (top.frames.length > 0)
    {
     alert("Welcome to my website -  please wait a moment for the site to load.");
     setTimeout('getgoing()',3000);
     }
//--> 