﻿google.load("jquery", "1.6.0");
google.load("jqueryui", "1.8.12");

_import("./js/akiran.js");
_import("./js/jquery.ui.datepicker.js");
_import("./js/jquery.skitter.js");

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22421018-5']);
_gaq.push(['_trackPageview']);

(function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

function _import(file) {
  if (file.indexOf(".css",0) == -1) {
    document.write('<script type="text/javascript" charset="UTF-8" src="' + file + '"></script>');
  } else {
    document.write('<link rel="stylesheet" type="text/css" href="' + file + '">');
  }
}
