<!-- Beginning of JavaScript opening Applet -------------------

//delay in miliseconds between each message (default: 2 seconds)
var intervals=2000
//destination URL
var targetdestination="main.htm"


setTimeout("sendscreen()",'2000');

function sendscreen ()
{
   window.location=targetdestination
}

// -- End of JavaScript code -------------- -->

