<!--
if (self == top) {
document.write('<HEAD><META HTTP-EQUIV="Refresh" CONTENT="5; URL=default.asp"></HEAD><BODY><H3>We are now transferring you to our <A href="default.asp" target="_top">web site</A></H3></BODY>');
self.location = "default.asp";
parent.document.close();
}
//-->