var links =	{

     '.fulltiltpoker'		: function(element) { element.onclick = function()	{ window.open('/go.php?site=fulltiltpoker'); } },
     '.fulltiltpokeraffiliate'	: function(element) { element.onclick = function()	{ window.open('/go.php?site=fulltiltpokeraffiliate'); } },
     '.doylesroom'		: function(element) { element.onclick = function()	{ window.open('/go.php?site=doylesroom'); } },
     '.pokerstars'		: function(element) { element.onclick = function()	{ window.open('/go.php?site=pokerstars'); } },
     '.ultimatebet'		: function(element) { element.onclick = function()	{ window.open('/go.php?site=ultimatebet'); } },
     '.absolutepoker'		: function(element) { element.onclick = function()	{ window.open('/go.php?site=absolutepoker'); } },
     '.partypoker'		: function(element) { element.onclick = function()	{ window.open('/go.php?site=partypoker'); } }
};

Behaviour.register(links);

