function webvizio_close() {
	var links = "http://www.webvizio.hu/adminWebSpot/webSpotControl.php?client_id=72&spot_id=548&href=http%3A%2F%2Fwww.royalkert.hu%2F&validateCode=0cc8d213e49f6f31a8ff9a33b2547160";

	var head = document.getElementsByTagName('head').item(0);
	var mybody = document.getElementsByTagName('body').item(0);
	
	var old  = document.getElementById('webSpotDiv');
	if (old) mybody.removeChild(old);
	
	var old  = document.getElementById('controlScript');
	if (old) head.removeChild(old);

	var script = document.createElement("script");
	script.type = 'text/javascript';
	script.id = 'controlScript';
	script.src = links;
	head.appendChild(script);
}


