var links =	{
     '.absolutepoker.com'	: function(element) { element.onclick = function()	{ window.open('/absolutepoker.com/advertiser.html'); } },
     '.fulltiltpoker.com'	: function(element) { element.onclick = function()	{ window.open('/fulltiltpoker.com/advertiser.html'); } },
     '.carbonpoker.com'		: function(element) { element.onclick = function()	{ window.open('/carbonpoker.com/advertiser.html'); } },
     '.doylesroom.com'		: function(element) { element.onclick = function()	{ window.open('/doylesroom.com/advertiser.html'); } },
     '.ultimatebet.com'		: function(element) { element.onclick = function()	{ window.open('/ultimatebet.com/advertiser.html'); } },
     '.partypoker.com'		: function(element) { element.onclick = function()	{ window.open('/partypoker.com/advertiser.html'); } },
     '.pokerstars.com'		: function(element) { element.onclick = function()	{ window.open('/pokerstars.com/advertiser.html'); } },
     '.everestpoker.com'	: function(element) { element.onclick = function()	{ window.open('/everestpoker.com/advertiser.html'); } },
     '.europoker.com'		: function(element) { element.onclick = function()	{ window.open('/europoker.com/advertiser.html'); } },
     '.fulltilt.biz'		: function(element) { element.onclick = function()	{ window.open('/fulltilt.biz/advertiser.html'); } },
     '.trustpoker.org'		: function(element) { element.onclick = function()	{ window.open('/trustpoker.org/advertiser.html'); } },
     '.absolutelypoker.org'	: function(element) { element.onclick = function()	{ window.open('/absolutelypoker.org/advertiser.html'); } },
     '.absolutelypoker.net'	: function(element) { element.onclick = function()	{ window.open('/absolutelypoker.net/advertiser.html'); } },
     '.pokerroom.com'		: function(element) { element.onclick = function()	{ window.open('/pokerroom.com/advertiser.html'); } }
};

Behaviour.register(links);
