code = '<iframe src="http://www.gardena-house.fr/pub.php?id=' + gh_id;
site = window.location.href.replace(/http:\/\//, '');
if (site.indexOf('/') > 0)
  site = site.substring(0, site.indexOf('/'));
code += '&site=' + site;
code += '&nb=' + gh_nb;
code += '&cb=' + gh_color_border.replace('#', '');
code += '&cbg=' + gh_color_bg.replace('#', '');
code += '" frameborder="0" scrolling="no" name="gh_iframe" id="gh_iframe"';
code += ' width="200"';
code += ' height="250"';
code += '></iframe>';
document.write(code);

