function getcontent(id) {

	page = self.document.location.hash.substring(1);

	if (page != null)
		new Ajax.Updater('thumbs', '/ajax_album.php', {method: 'post', parameters: 'page=' + page + '&id=' + id });
	else
		new Ajax.Updater('thumbs', '/ajax_album.php', {method: 'post', parameters: 'page=1&id=' + id });
}
