// jsフォルダへのパス
jsPath = "js/";

// jQuery：http://jquery.com/
document.write('<script type="text/javascript" src="' + jsPath + 'jquery-1.6.4.min.js"></script>');

// ロールオーバー時：

// 対象：class=Rollover内の<a>タグ内の<img>タグ
document.write('<script type="text/javascript" src="' + jsPath + 'jquery.rollover2.js"></script>');

// 画像のスクロール時：http://www.css-lecture.com/log/javascript/039.html
// document.write('<script type="text/javascript" src="http://www.google.com/jsapi"></script>');
// document.write('<script type="text/javascript">google.load("jquery", "1.3");</script>');
document.write('<script type="text/javascript" src="' + jsPath + 'slideshow.js"></script>');
document.write('<script type="text/javascript" src="' + jsPath + 'jquery.cycle.js"></script>');

