<head>
<script type="text/javascript">
function r()
{
    current_hostname=parent.location.hostname
    top.frames["content"].location.href = ( "http://" + current_hostname + ":6544" ) ;

}

function express()
{
    current_hostname=parent.location.hostname
    top.frames["content"].location.href = ( "http://" + current_hostname + ":6565" ) ;

    }

function remyth()
{
    current_hostname=parent.location.hostname
    top.frames["content"].location.href = ( "http://" + current_hostname + ":8088" ) ;

    }


</script>
</head>
<body onload="JavaScript:express();">

</body>
</html>