/**
 * COMMON DHTML FUNCTIONS
 * These are handy functions I use all the time.
 *
 * By Seth Banks (webmaster at subimage dot com)
 * http://www.subimage.com/
 *
 * Up to date code can be found at http://www.subimage.com/dhtml/
 *
 * This code is free for you to use anywhere, just keep this comment block.
 */

/**
 * X-browser event handler attachment and detachment
 * TH: Switched first true to false per http://www.onlinetools.org/articles/unobtrusivejavascript/chapter4.html
 *
 * @argument obj - the object to attach event to
 * @argument evType - name of the event - DONT ADD "on", pass only "mouseover", etc
 * @argument fn - function to call
 */
document.write('<LINK rel=stylesheet type=text/css href="/script/subModal.css">');
document.write('<SCRIPT type=text/javascript src="http://a.gongkong.com/script/prototype.js"></SCRIPT>');
document.write('<SCRIPT type=text/javascript src="http://a.gongkong.com/script/transport.js"></SCRIPT>');
document.write('<SCRIPT type=text/javascript src="http://a.gongkong.com/script/submodal.js"></SCRIPT>');
document.write('<SCRIPT type=text/javascript src="http://a.gongkong.com/script/gkgc.js"></SCRIPT>');