var funcs = function(){
	//SwapImage
	SwapImage.Load("Gif","gif",true);
	SwapImage.Load("Jpg","jpg",true);
	//SwapImage例外処理
	//SwapImage.Load("Sitemap","gif",true,"sitemap/index.html");
	//カレント　テキストバージョン
	//CurrentText.Load("side","on");
	//ページトップ
	PageTop.Load("pagetop");

}
AddEventListener(window,'load',funcs);
if(GetBrowser() != "IE") {
	window.onunload = function(){};
}


