function VincoWidget(id_site){ var divWidth = 620; var divHeight = 220; var divBackground = 'FFFFFF'; var txtColor = '000000'; var linksColor = '000000'; var buttonBackground = 'cecece'; if(typeof perso_width!=="undefined"){ divWidth = parseInt(perso_width) }; if(typeof perso_height!=="undefined"){ divHeight = parseInt(perso_height) }; if(typeof perso_background!=="undefined"){ divBackground = perso_background }; if(typeof perso_texte!=="undefined"){ txtColor = perso_texte }; if(typeof perso_lien!=="undefined"){ linksColor = perso_lien }; if(typeof perso_bouton!=="undefined"){ buttonBackground = perso_bouton }; var mb = ''; mb += ''; document.write(mb); } VincoWidget(59);