Андрей_,
Переставьте
<link rel="stylesheet" type="text/css" href="css/ir1.css" />
ниже скрипта
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Terrs-pack</title>
<!--<link rel="stylesheet" type="text/css" href="css/compres.css" />-->
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="terra.js"></script>
<script src="jquery.innerfade.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$("a.go").click(function(event){ /** a.fade означает, что данное решение будет работать только при нажатии на ссылки с классом (class) "fade" (можно изменить на свой) */
event.preventDefault();
linkLocation = this.href;
$(".n").fadeOut(1500, redirectPage); /** время изчезания в миллисекундах */
});
function redirectPage() {
window.location = linkLocation;
}
});
</script>
<link rel="stylesheet" type="text/css" href="css/ir1.css" />