<!--//--><![CDATA[//><!--
var today = new Date
var ar = korr(today.getYear());
		pad = today.getMinutes();
        if (pad < 10) {
                pad = "0";
        }
       else {
                pad = "";
        }
		function korr(ar) {
if (ar < 2000)
ar = ar + 1900;
return ar;
}
	if((today.getHours() < 8) && (today.getHours() >= 6))
          {  document.write("God morgon! Och v&auml;lkommen till oss!!")}

          if((today.getHours() < 12) && (today.getHours() >= 8))
          {  document.write("God f&ouml;rmiddag! Och v&auml;lkommen till oss!!")}

          if((today.getHours() >= 12) && (today.getHours() < 18))
          {  document.write("God eftermiddag! Och v&auml;lkommen till oss!!")}

          if((today.getHours() >= 18) && (today.getHours() <= 23))
          {  document.write("God kv&auml;ll! Och v&auml;lkommen till oss!!")}

          if((today.getHours() >= 0) && (today.getHours() < 4))
          {  document.write("V&auml;lkommen till oss!!, Det b&ouml;rjar bli sent.")}

          if((today.getHours() >= 4) && (today.getHours() <= 6))
          {  document.write("V&auml;lkommen till oss!!, Oj! Du &auml;r tidigt uppe!!")}
//--><!]]>

