/* The Following code is written by Andy Ng <http://www.PCinvent.info>
 * All Rights Reserved
 */

/* PCinven.org javascript - main include
------------------------------------------------------------------*/

function include(libraryName) {
    // inserting via DOM fails in Safari 2.0, so we use document.write
    document.write('<script type="text/javascript" src="'+libraryName+'"></script>');
}
/*include('./event-selectors.js');
include('./prototype.js');*/
