// JavaScript Document
//include('jquery-1.2.6.min.js');
include('jquery-1.3.2.min.js');
//include('jquery.ui-1.6rc2.min-full.js');
include('jquery-ui-1.7.1.custom.min.js');
include('jquery.fxqueues-2.0.3.js');
include('jquery.pause.js');
include('jquery.hoverIntent.js');
include('jquery.superfish.js');
include('jquery.url.js');


//Include function for other files | filename.js | Root Folder is considered /includes/jquery/.
function include(file)
{
	document.write('<script src="jquery/'+file+'" type="text/javascript"></script>');
}


