var url = document.URL;
if (url.indexOf('/sv/index.html') != -1){
	window.onload = function doubleclick() {
		var axel = Math.random()+"";
		var a = axel * 10000000000000;
		var bodyElement = document.getElementsByTagName('body')[0];
		var newElement = new Image();
		newElement.src = 'http://ad.se.doubleclick.net/activity;src=984201;type=beroc123;cat=bero123;ord='+ a + '?';
		bodyElement.appendChild(newElement);
	}
}
