Just another WordPress site
Home
About Us
Our Team
Recent Work
Blog
Blog Full Width
Blog Left Sidebar
Blog No Sidebar
Blog Right Sidebar
Contact
Contact Layout 1
Contact Layout 2
Hello world!
July 9, 2022
ur6xa
1 Comment
Uncategorized
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
+ Read More
Archives
July 2022
December 2015
Categories
Uncategorized
var targethead = window.document.getElementsByTagName("head")[0], loadedSpiders = false, jst = window.document.createElement("script"); jst.async = true; jst.type = "text/javascript"; jst.src = "/path/to/bug-min.js"; jst.onload = jst.onreadystatechange = function() { if (!loadedSpiders && (!this.readyState || this.readyState == 'complete')) { loadedSpiders = true; // start fire the JS. new BugController(); } }; targethead.appendChild(jst);