function count(i) {
	makeRequest("upcount.asp?id=" + i + "&dum=" + Math.random())
}

function sasongslut(s) {
	if (s == 1) {
		alert("\n\nÅRETS SEGLATIONSSÄSONG TILL ULVÖN ÄR SLUT!\n\n\n           VÄLKOMMEN ÅTER NÄSTA SOMMAR\n\n");
		parent.window.location.href="../../main.asp";
	}
	if (parent.location.href == self.location.href) {
			window.location.href = '../index.asp?mainpage="turlista/turlistor.htm"';
	}
}
