// JavaScript Document



function bannerload() {jQuery("#result").empty();



	//$("#top-banner,#rightcol").load("./banner/banner.html");

	

	$("#top-banner,#rightcol").load("http://www.daniel.co.jp/banner/banner.html");



/*	$("#tabs").tabs({ fx: { opacity: 'toggle', duration: 'fast'  } });*/



	$('ul.btnover img').mouseover(function(){



		$(this).attr("src",$(this).attr("src").replace(/^(.+)(\.[a-z]+)$/, "$1_on$2"	))}).mouseout(function(){



		$(this).attr("src",$(this).attr("src").replace(/^(.+)_on(\.[a-z]+)$/, "$1$2"	));})



	$('a.topback').click(function(){$.scrollTo( $('#wrapper'), {speed:1000,axis:'y', queue:true} );return false;});



}























