/**
 * StarLight - A client side webpage framework
 *
 * @package StarLight
 * @author Icewind <icewind (at) derideal (dot) com>
 * @copyright 2009
 * @license http://www.gnu.org/licenses/gpl.html GNU Public License
 * @url http://blacklight.metalwarp.com/starlight
 * @version 0.1
 */

SL_INSTALLED=true;

function SLTest(){
// 	test=encodeText("[b]");
// 	alert(test);
// 	alert(decodeText(test))
// 	database=new SLDatabase();
// 	test=new SLWindow('data/testWindow.xml');
// 	test2=new SLMenuBar();
// 	test2.triggers.loaded.trigger();
// 	testDoc=new Document();
// 	testDoc.load(parseUri('%root%/data/users.xml'));
// 	test=1;
}

mainLoadStack.append(SLTest);