Load ajax with google MooTools
MooTools
The AJAX Libraries API provides your applications with stable,
reliable, high speed, globally available access to all of the most
popular, open source JavaScript libraries.
Your application can use our very flexible loader google.load()
or direct, path based access to the scripts.
Load the JavaScript API and search module
To begin using the Blog Search API, include the following script in the header of your web page. Enter your Google
API key GoogleAPI key where it says INSERT-YOUR-KEY
in
the snippet below.
<script type='text/javascript' src='http://www.google.com/jsapi?key=INSERT-YOUR-KEY'></script>
<script type='text/javascript'>
load request: google.load('mootools', '1.2.4');
google.load('mootools', '1.2.4', {uncompressed:true});
window.addEvent('domready', function(){
alert('OK');
});
</script>
http://code.google.com/apis/ajaxlibs/documentation/#mootools