HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / member / member_login_js.tpl
1 <SCRIPT language="JavaScript" type="text/javascript">
2 <!--
3 function Loader()
4 {
5         document.location.href = "{!URL!}/modules.php?module=login";
6 }
7
8 window.setTimeout("Loader()", 2000);
9
10 //-->
11 </SCRIPT>