var temp;
temp="<ul>";
    temp+="<li>For small function buffet (No Warmer).</li>";
    temp+="<li>$20 delivery charge for all districts.</li>";
    temp+="<li>Comes with disposable utensils & accompanied sauces.</li>";
    temp+="<li>Please pay by cash or cheque upon delivery.</li>";
    temp+="</ul>";

  document.write(temp);
