function sufler(text,color){

//$('sufler').style.color = color;
$('sufler').innerHTML = text;


}
