
/*------------------------------------------------------------------------
# JA Drimia for Joomla 1.5 - Version 1.4 - Licence Owner JA108226
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/
function loadjs(src) {
		document.write('<script src="'+src+'" type="text/javascript"><\/script>');
}

if (typeof(jaAddEvent) == 'undefined') {
	function jaAddEvent(obj, evType, fn){
	 if (obj.addEventListener){
		 obj.addEventListener(evType, fn, false);
		 return true;
	 } else if (obj.attachEvent){
		 var r = obj.attachEvent("on"+evType, fn);
		 return r;
	 } else {
		 return false;
	 }
	}
}


