<!--
function doRedirect() { 
location.href = "http://lnx.flyingzone.net/";
}
window.setTimeout("doRedirect()", 100);
//-->

