function writeLocation()
{
document.write("<p align=\"center\" class=\"loc\">");
document.write(document.location);
document.write("</p>\n");
}
   writeLocation();
