function infoscroll(seed,looped)
{
var text1 = 'Goûtez nos fabuleux cocktails !';
var espace = ' ';
var text2 = 'Herbalife, ';
var text4 = 'Valais, SUISSE';
var msg=text1+espace+text2;
window.status=msg;
}
infoscroll(100,1);

