if (document.location == top.document.location)
  {
    document.write("<center>");
    document.write("<p><b>Warning!!</b> This is <i>'");
    document.write(document.title);
    document.write("'</i> page");
    document.write("<p><b><a href='http://www.carazzai.com/Eng/Index.html' target=NULL>click here!</a></b> to go to the home page.");
    document.write("<hr width='100%' color='#CCCCCC' size='1'>");
    document.write("</center>");
    document.write("<p>");
  }

