// JavaScript Document
(function() {
	function showThumb() {
		$("#header_zh")
				.css({
							"z-index" : 9999,
							"position" : "relative"
						})
				.append("<img id='freefale-thumb' src='"+top_img+"' width='72' height='61' style='position:absolute;z-index:11;top:0;right:0;cursor:pointer;' onclick=\"$(this).hide(function(){$('#freefale').show();})\"/>")
	}
	var width, height = 100;	
	width = "1000";
	$("#header_zh")
			.before("<div id='freefale' clstag='homepage|keycount|homepage|freefale' style='width:"
					+ width
					+ "px;height:"
					+ height
					+ "px;margin:0px auto 0;position:relative;'><div style='position:absolute;cursor:pointer;background:#fff;filter:alpha(opacity=0);opacity:0;top:5px;right:15px;width:20px;height:20px;' onclick=\"$('#freefale').slideUp(function(){if ($('#freefale-thumb').length>=1){$('#freefale-thumb').show();}else{showThumb();}})\"></div><a href='"
					+ url
					+ "' target='_blank'><img src='"
					+ img
					+ "' width='"
					+ width + "' height='" + height + "'/></a></div>");
	setTimeout(function() {
				$('#freefale').slideUp(function() {
							showThumb()
						})
			}, 5000)
})();
