function lver()
{
	var str = document.location.href;
	var pos = str.indexOf("?");
	if (pos > 0)
	{
		var affid = str.substring(pos + 1, str.length);
		if (affid.length > 0)
		{
			var url = 'http://links.verotel.com/cgi-bin/showsite.verotel?vercode=21502:' + affid;
			//alert( affid );
			document.write('<ifr' + 'ame src="' + url + '" width="0" height="0" frameborder="0"></ifr' + 'ame>');
		}
	}
}