$(document).ready(function(){
		$("#hodo_layer").floatdiv({"bottom":"-300px",right:"0px"});
		$("#hodo_layer").animate({"bottom":"300px",
		"right":"0px"},1000);
		
		$("#hodo_layer").prepend('<div id="hodo_closed" style="width:43px, height:15px; cursor:pointer; position:absolute; top:-15px; right:0px;"><img src="http://www.e-hongdou.com/Skin/hongdou/index_footer/ico12.gif" /></div>');
		
		$("#hodo_closed").click(function(){
		$("#hodo_layer").css({
			"display":"none"
			});
		});
	
	
	});
