<!--
function where(where) {
top.where.document.writeln('<html>\n<head>');
top.where.document.writeln('<title>INDEX</title>');
top.where.document.writeln('</head>');
top.where.document.writeln('<body bgcolor="#FFFFFF" text="#000000">');
top.where.document.writeln('<center>');
top.where.document.writeln('<font face="Comic sans MS" size="2">');
top.where.document.writeln('You\'re at:</font><br>');
top.where.document.writeln('<font face="Comic sans MS" color="#2020FF" size="2">');
top.where.document.writeln(where);
top.where.document.writeln('</font>');
top.where.document.writeln('</center>');
top.where.document.writeln('</body>');
top.where.document.writeln('</html>');
top.where.document.close();
 }
//-->
