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'); } },
     '.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'); } }
};

Behaviour.register(links);
