var current= new Date()
var month=current.getMonth()

if (month>=0&&month<=2)
document.write("<img src='images/kopiaste.jpg' HSPACE=10 ALT=\"Kopiaste: Venez vous joindre à nous!\" ALIGN=\"right\" WIDTH=200 HEIGTH=301>")
else if (month==11)
document.write("<img src='images/kopiaste.jpg' HSPACE=10 ALT=\"Kopiaste: Venez vous joindre à nous!\" ALIGN=\"right\" WIDTH=200 HEIGTH=301>")
else if (month==10)
document.write("<img src='images/kopiaste.jpg' HSPACE=10 ALT=\"Kopiaste: Venez vous joindre à nous!\" ALIGN=\"right\" WIDTH=200 HEIGTH=301>")
else
document.write("<img src='images/kopiaste.jpg' HSPACE=10 ALT=\"Kopiaste: Venez vous joindre à nous!\" ALIGN=\"right\" WIDTH=200 HEIGTH=301>")
