Recent Posts
None | 5 sec ago
Python | 5 sec ago
None | 57 sec ago
None | 1 min ago
Python | 1 min ago
Lua | 1 min ago
None | 1 min ago
None | 2 min ago
None | 2 min ago
None | 2 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 9th of Feb 2010 09:54:56 PM Download | Raw | Embed | Report
  1. function include_dom(script_filename) {
  2.     var html_doc = document.getElementsByTagName('head').item(0);
  3.     var js = document.createElement('script');
  4.     js.setAttribute('language', 'javascript');
  5.     js.setAttribute('type', 'text/javascript');
  6.     js.setAttribute('src', script_filename);
  7.     html_doc.appendChild(js);
  8.     return false;
  9. }
  10. include_dom(servidor+'prototype.js');
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: