<!--
var bookmarkurl="http://www.gamesspel.nl/"
var bookmarktitel="Hot Games!"
function favorieten()
{
	if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitel)
}

function bookmark(bookmarkurl,bookmarktitel)
{
	if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitel)
}

d=document;
d.write("<img src=\"http://www.gamesspel.nl");
d.write("/cjoverkill/in.php?");
d.write("ref=");
d.write(escape(top.document.referrer));
d.write("\" width=1 height=1 align=\"right\" alt=\"\">");

function hit(ilID)
{
	var sURL='out.php?trade='+ilID;
	window.open(sURL, "CJOverkill", "");

	return false;
}

function setBackgroundImage( layer, imageUrl ) {
var thisLevel = document.getElementById( layer );
if ( thisLevel.style.display == "none") {
                thisLevel.style.display = "block";
                }
        else {
                hideLevel( _levelId);
                }

	if( document.getElementById ) {		
		return document.getElementById( layer ).style.backgroundImage = "url("+imageUrl+")";
        
	} else if( document.all ) {
		return document.all[layer].style.backgroundImage = "url("+imageUrl+")";
        
	} else {
		return document[layer].background.src = imageUrl;
        
	}
}
function hideLevel( _levelId) {
        var thisLevel = document.getElementById( _levelId );
        thisLevel.style.display = "none";
        }


// affiliate settings
var pid = 3132;
var lid = 1;

function popUp(popupURL)
{
width = 700; height = 550; leftPosition = (screen.width) ? (screen.width-width)/2 : 0;
if (screen.height && (screen.height <= 600)) { topPosition = 0; } else { topPosition = (screen.height) ? (screen.height-height)/2 : 0; }
var settings='width='+width+',height='+height+',left='+leftPosition+',top='+topPosition+'toolbar=0,location=0,directories=0,menubar=0,scrollbar=0,resizable=0,status=0';
var popup=window.open(popupURL, 'gamepopup', settings);
if (popup != null) popup.focus();
}

var popupURL = 'http://main.zylom.com/servlet/PPTrack?pid='+pid+'&l='+lid+'&t=0';
if (typeof logo != 'undefined')
{	
	popupURL = popupURL + "&o=" + escape(logo);
}
function affPopUp(s)
{
	popUp(popupURL + '&s='+s);
}
//-->
