function adjust_domain_name () {
	if (document.domain) {
      var p = document.domain.lastIndexOf(".kompass");
      if (p > -1) document.domain = document.domain.substring(p+1);
    }
}

adjust_domain_name();

	
if (typeof(with_frames) == 'undefined') var with_frames = 0;

var xtp = '';
if (typeof(lang) != 'undefined') xtp = '&lang='+lang;

if (kid != null) {
	if (typeof(debug_ks_js) == 'undefined')
		document.write('<BR/><IFRAME id=ks_sb HEIGHT=90 WIDTH=190 FRAMEBORDER=0 SCROLLING=no SRC="http://websearch.kompass.com/kss/index.php?kid='+kid+'&wf='+with_frames+xtp+'"></IFRAME>');
	else
		document.write('<BR/><IFRAME id=ks_sb HEIGHT=200 WIDTH=190 FRAMEBORDER=0 SCROLLING=no SRC="/kss/index.php?kid='+kid+'&lang='+lang+'&wf='+with_frames+'"></IFRAME>');
}