File: /home/i/e/s/iestorre/Discovery1IntSpanish/theme/pt.html
<html>
<head>
<title>Packet Tracer</title>
<style type="text/css">
body {
background-color: #FFFFFF;
text-align: center;
color: #000000;
font-family: Helvetica, Arial,sans-serif;
font-size: 14px;
}
a:link {
color: #00CC00;
text-decoration: underline;
}
a:hover {
color: #00FF00;
text-decoration: none;
}
</style>
</head>
<body>
<script>
url = new String(window.location);
c = "." + url.substring(url.indexOf("?pt=")+5,url.length);
window.location = c;
</script>
</body>
</html>