function generate(tags) {
  if(tags != null)
    document.write(tags);
}