/**
 * The aim of the following function is to display a iframe which contains the yellox's coupon of the day
 */
 function yellowCoupon(partnerId){
                document.write("<div style='height: 430px;width:215px;position:relative;margin: 0px;paddind: 0px; overflow:hidden;'><iframe  style='position:absolute; height:430px;width:215px;' frameborder='0' scrolling='no' src='http://www.yellow.lu/widget-coupon.php' name='coupon-iframe'></iframe><a href='http://www.yellow.lu/fr/coupons/redirectwidgetcoupon?partnairId="+partnerId+"' target='_blank'style='position: absolute;top: 0px;right: 0;bottom: 0;left: 0;' ></a></div>");
                }

