/*
* @title Load Closure Library
* @description Google 謹製の Closure Library をロードします。
* @include http://*
* @license MIT License
* @require
*/
document.body.appendChild(document.createElement('script')).src = 'http://closure-library.googlecode.com/svn/trunk/closure/goog/base.js';
void(0);