function Flash () {
	this._swf = '';
	this._width = 0;
	this._height = 0;
	this._params = new Array();
}

Flash.prototype.setSWF = function (_swf, _width, _height) {
	this._swf 		= _swf;
	this._width 	= _width;
	this._height 	= _height;
}

Flash.prototype.setParam = function (paramName, paramValue) {
	this._params[this._params.length] = paramName+'|||'+paramValue;
}

Flash.prototype.display = function () {
	var _txt 	= '';
	var params = '';
	_txt += '<object>\n';
	_txt += '<param width="'+this._width+'" height="'+this._height+'" name="movie" value="'+this._swf+'" />\n'
	_txt += '<param name="quality" value="high" />\n';
	for ( i=0;i<this._params.length;i++ ) {
		_param = this._params[i].split ('|||');
		_txt += '\t<param name="'+_param[0]+'" value="'+_param[1]+'" />\n';
		params += _param[0]+'="'+_param[1]+'" ';
	}

	_txt += '<embed width="'+this._width+'" height="'+this._height+'" src="'+this._swf+'" '+params+' quality="high" type="application/x-shockwave-flash"></embed>\n';
	_txt += '</object>\n';
	document.write (_txt);
}


function DCLKSpotlightTag(action) {
var axel = Math.random() * 10000000000000;
var pix = new Image();

if (action == "homepage") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=homep615;ord=1;num=" + axel + "?"; }

if (action == "avatarbewerken") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=avata264;ord=1;num=" + axel + "?"; }

if (action == "disclaimer") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=discl023;ord=1;num=" + axel + "?"; }

if (action == "profilewijzigen") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=profi790;ord=1;num=" + axel + "?"; }

if (action == "speluitleg") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=spelu915;ord=1;num=" + axel + "?"; }

if (action == "faq") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=faqks764;ord=1;num=" + axel + "?"; }

if (action == "forumpassagier") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=forum502;ord=1;num=" + axel + "?"; }

if (action == "forumtrein") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=forum403;ord=1;num=" + axel + "?"; }

if (action == "gamestatistieken") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=games917;ord=1;num=" + axel + "?"; }

if (action == "spelintroductie") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=speli626;ord=1;num=" + axel + "?"; }

if (action == "nodigmensenuit") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=nodig970;ord=1;num=" + axel + "?"; }

if (action == "login") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=login932;ord=1;num=" + axel + "?"; }

if (action == "mijnspelpagina") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=mijns606;ord=1;num=" + axel + "?"; }

if (action == "privacy") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=priva873;ord=1;num=" + axel + "?"; }

if (action == "register") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=regis995;ord=1;num=" + axel + "?"; }

if (action == "regels") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=regel535;ord=1;num=" + axel + "?"; }

if (action == "prijzen") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=prijz568;ord=1;num=" + axel + "?"; }

if (action == "jouwtrein") {
// pix.onLoad = alert("called tag");
//alert("working");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=jouwt895;ord=1;num=" + axel + "?"; }

if (action == "bewerktrein") {
// pix.onLoad = alert("called tag");
 pix.src = "https://ad.doubleclick.net/activity;src=429414;type=vdula824;cat=bewer234;ord=1;num=" + axel + "?"; }

return void(null); }















