﻿/* * From http://www.wynia.org/wordpress/2006/05/04/javascript-includes/ */$js_path = "js/";function js_include($script){var script = document.createElement('script');script.src = $js_path + $script;script.type = 'text/javascript';var head = document.getElementsByTagName('head').item(0);head.appendChild(script);}//Main Libraryjs_include("apple.js");js_include("jray.js");
