/**
 * Loading Demo.
 *
 * Copyright: 
 * 	2005 Rob Rohan (robrohan@gmail.com) All rights reserved
 */

// do a few includes with the preprocessor...
$({
	include:new Array(
		"js/dw_scrollObj.js",
		"js/dw_event.js",
		"js/dw_slidebar.js",
		"js/dw_hoverscroll.js",
		"js/dw_scroll_aux.js",
		"js/winMngmt.js",
		"js/kdate.js",
		"js/luach.js",
		"js/ksun.js",
		"js/kzman.js",
		"js/css.js",
		"js/prepa.js",
		"js/behaviour.js"
	)
});

/**
 * Main entry point to the application
 */
function main()
{
	var bdy = document.getElementsByTagName("body").item(0);
}


