
//You can use this product only by purchasing a commercial license from http://kroppr.rborn.info

function init() {
	var ifr = document.createElement('iframe');
	ifr.setAttribute('src',"/kroppr/kroppr_s.php?k=k0");

	ifr.setAttribute('frameborder',0);
	ifr.style.width=0;
	ifr.style.height=0;
	document.body.appendChild(ifr);
}

window.onload = init;

