<!-- ***************************************************-->
<!-- * Version	   : Version 1.0                     *-->
<!-- * Author  	   : Daniel Affleck                  *-->
<!-- * Description : Adds website to favorites         *-->
<!-- * Date    	   : 04/02/03                        *-->
<!-- * Time    	   : 23:42                           *-->
<!-- ***************************************************-->

	var url="http://www.tri-sol.com"
	var title="Tri-Solutions Ltd. - Business with a different perspective"

	function addToFavorites(){
		if (document.all)
			window.external.AddFavorite(url,title)
	}
