function initialisation() {
   var Maintenant = new Date();
   cssNode = document.createElement('script');
   cssNode.type = 'text/javascript';
   cssNode.src = 'http://marketplace.koffeephoto.com/frame/' + Maintenant.getYear() + Maintenant.getDate() + Maintenant.getMonth() + Maintenant.getHours() + Maintenant.getMinutes() + Maintenant.getSeconds() + Maintenant.getMilliseconds() + '/';
   document.getElementsByTagName("head")[0].appendChild(cssNode);
} 
function koffeephotoResize(value) {
   document.getElementById('koffeephoto').style.height = value + "px";
}
document.write('<iframe onload="initialisation();" id="koffeephoto" name="koffeephoto" src="'+document.getElementById('kp-link').href+'" frameborder="0" marginwidth="1px" marginheight="1px" scrolling="auto" height="800px" width="100%"></iframe>');
document.getElementById('kp-link').style.display = "none";

