function weblinks_hardlink( link, lid )
{
	link.href = "http://www.filmi-bg.net/click.php?id=" + lid;
	return true;
}

