document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. mymainmenu = awful.menu.new({ items = {
  2.                     { "Editores", editores, beautiful.awesome_icon },
  3.                     { "Firefox", firefox, beautiful.awesome_icon },
  4.                                         { "awesome", myawesomemenu, beautiful.awesome_icon }
  5.                                        }
  6.                              })
');