Entweder nur in HTML über das target Attribut:

HTML-Code:
<a href="content/spiele/SlotXYZ/index2.php" target="_blank">SlotXYZ</a>
oder wenn du die Javascript "Popup" Version mit window.open verwendest, den 2 Parameter je Slot ändern:

HTML-Code:
window.open('content/spiele/SlotXYZ/index2.php','SlotXYZ','height=650,width=650');
Also dass: 'SlotXYZ' jeweils ändern, sodass nicht 2 unterschiedliche Slots dort das gleiche stehen haben.

EDIT: voll dreist das vbb, fügt einfach ein rel="nofollow" in meinen HTML Code ;-)