internet explorer - operation aborted - mootools
move mootools loader into head section as you're probably trying to fire a function before the library is loaded, loads head first then body in ie6
1 2 <script language="javascript" type="text/javascript"src="http://www.google.com/jsapi"></script> 3 <script language="javascript" type="text/javascript"> 4 google.load("mootools", "1.11"); 5 </script>