var text="STILL DON'T KNOW WHERE TO GO?! | Welcome to villamateja.com | rooms and restaurant | please select your language"
var izpis="start"
function besedilo (){
if (izpis=="start"){
for (var i=1; i<=140; i++){
text=" "+text
 }
 izpis=text
 }
 izpis=izpis.substring(1,izpis.length)
 window.status=izpis
 if (izpis==""){
 izpis=text
 }
 setTimeout ("besedilo()",150)
 }