// SCROLL TEXT



function scrollmessages()
    {



    msg1="Go check our new Online Catalog with over 1000 items"
    msg2="New Promotions section with all sizes is available online"
    msg3="Click and see our new ESSGO CARPETS Youtube Video"
    msg4=""
    msg5=""
    msg6=""
    msg7=""
    msg8=""
    msg9=""
    msg10=""





    li="<li>"
    br="<br><br>"

   if (msg1=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg1); document.write(br); }

   if (msg2=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg2); document.write(br); }

   if (msg3=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg3); document.write(br); }

   if (msg4=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg4); document.write(br); }

   if (msg5=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg5); document.write(br); }

   if (msg6=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg6); document.write(br); }

   if (msg7=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg7); document.write(br); }

   if (msg8=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg8); document.write(br); }

   if (msg9=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg9); document.write(br); }

   if (msg10=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg10); document.write(br); }

         
   return true;
   }



